Would it be possible to monitor the CPU usage of one specific process instead of the total CPU load?
So I can terminate that process if it consumes more than 50% of the total CPU?
CPU usage for specific process
You need to specify process name and server name, I did not specify this in my answer because I don't have any idea what exactly server/process do you want to check.
Perhaps you specified invalid process name.
Actually HostMonitor allows you to select couner, you just need to click small button beside "counter" field in Test Properties dialog.
If you don't have any idea what is Perfromance Counter test, please read the manual or visit our web site for details
http://www.ks-soft.net/hostmon.eng/mfra ... erfcounter
Also, its good idea to read Microsoft manuals about Performance Counters and WMI. These technologies allows to check so many parameters... its like SNMP just takes more system resources.
Regards
Alex
Perhaps you specified invalid process name.
Actually HostMonitor allows you to select couner, you just need to click small button beside "counter" field in Test Properties dialog.
If you don't have any idea what is Perfromance Counter test, please read the manual or visit our web site for details
http://www.ks-soft.net/hostmon.eng/mfra ... erfcounter
Also, its good idea to read Microsoft manuals about Performance Counters and WMI. These technologies allows to check so many parameters... its like SNMP just takes more system resources.
Regards
Alex
So, what exactly is the problem?
Do you need step by step instructions?
variant #1:
- open HostMonitor GUI
- click menu Test -> New -> Performance Counter
- click button beside "counter" field"
- type AS04 in appropriate field
- select Process in "Performance object" field
- select "%Processor Time" counter
- select MailImport in instances list
- click Ok, return to Test Properties dialog
- select Alert when value is > then 50
- click Ok button to save test item
variant #2
- open HostMonitor GUI
- click menu Test -> New -> Performance Counter
- type \\AS04\Process(MailImport)\% Processor Time
- select Alert when value is > then 50
- click Ok button to save test item
Also you need to specify account for connection using "Connect as" test property or better use Connection Manager.
Please read the manual for details.
Regards
Alex
Do you need step by step instructions?
variant #1:
- open HostMonitor GUI
- click menu Test -> New -> Performance Counter
- click button beside "counter" field"
- type AS04 in appropriate field
- select Process in "Performance object" field
- select "%Processor Time" counter
- select MailImport in instances list
- click Ok, return to Test Properties dialog
- select Alert when value is > then 50
- click Ok button to save test item
variant #2
- open HostMonitor GUI
- click menu Test -> New -> Performance Counter
- type \\AS04\Process(MailImport)\% Processor Time
- select Alert when value is > then 50
- click Ok button to save test item
Also you need to specify account for connection using "Connect as" test property or better use Connection Manager.
Please read the manual for details.
Regards
Alex