Sql server CPU utilization shows 100%
Posted: Mon Dec 09, 2013 7:40 am
Hi,
I am monitoring my sql parameters using check_nt plugin in Nagios.
I am using below command to monitor Sql server CPU utilization for one of my SQL server:
./check_nt -H <IP> -p 12489 -v COUNTER -l "\\Process(sqlservr)\\% Processor Time","CPU Time for sqlservr is %.f.0 %%","Processor Time" -w 80 -c 100
Output: CPU Time for sqlservr is 100.0 % | 'CPU Time for sqlservr is %.f.0 %%'=100.000000%;80.000000;100.000000;
I wonder the CPU utilization is giving 100% . But actually it is not taking that much utilization.
Any help/suggestions please.
Thanks & Regards
Kalyan
I am monitoring my sql parameters using check_nt plugin in Nagios.
I am using below command to monitor Sql server CPU utilization for one of my SQL server:
./check_nt -H <IP> -p 12489 -v COUNTER -l "\\Process(sqlservr)\\% Processor Time","CPU Time for sqlservr is %.f.0 %%","Processor Time" -w 80 -c 100
Output: CPU Time for sqlservr is 100.0 % | 'CPU Time for sqlservr is %.f.0 %%'=100.000000%;80.000000;100.000000;
I wonder the CPU utilization is giving 100% . But actually it is not taking that much utilization.
Any help/suggestions please.
Thanks & Regards
Kalyan