Yes, it is doable. You just need to figure out proper counter name. For example, to monitor CPU used by NOTEPAD.EXE you would need to enter the following \Process(NOTEPAD)\% Processor Time Also, keep in mind that 80% means here time for a single CPU. On multi-processor machines if a process uses all CPUs simultaneously the total max is 100% times number of CPUs. : Thanks, : I have already setup a simple event in 24x7 ES for : Total CPU over 80% for 60 seconds. : What I really wanted to do was see if a particular process was : using 80% or more CPU. I know how to find that using UNIX : commands. Windows is a bit different. : John
|