-
Change Request
-
Resolution: Unresolved
-
Minor
-
None
-
None
Would be nice to have item which will return bussiest process. Basic problem is, that we can monitor if process is runing, we can monitor load of server, but there is no possibility to return which process is eating CPU. In other words, similar functionality as command top. Item would return name of process based on index.
proc.topname[1]
would return process name which is bussiest on system
proc.top[1]
would return percent of cpu used by bussiest process.
proc.topname[3]
would return third bussiest process.
It is not strict that it should work like this but would be nice to know what happened on system. In most situations, some services or processes do not log int syslog when there is deadlock and we only know that CPU is high. And, there is situation when it is not problem if some process eats 100%CPU (eg. boinc), but it can be significant problem if some process do same thing (eg. less). Would be nice to make trigger based on this.
- is duplicated by
-
ZBXNEXT-88 Windows Agent ability to capture top 20 windows processes by cpu utilization
- Closed