is there a template that shows process utilization for a active processes? similar to task manager?
You want to monitor total CPU usage (by all processes)?
You can't do it out of the box, but you can get the opposite (processor idle time) on Windows boxes:
- Setup SNMP Process Monitor for process 'System Idle Process'.
Would that help?