Hello,
I'm using Zabbix v2.2.3. I'm trying to create an item using snmpv2 that shows a single percentage for total CPU utilization across a multi-core Linux
system. How can I achieve this in Zabbix?
Please let me know. Thanks!
CPU related OIDs (NOTE: not one for total cpu util across server)
percentage of user CPU time: .1.3.6.1.4.1.2021.11.9.0
raw user cpu time: .1.3.6.1.4.1.2021.11.50.0
percentages of system CPU time: .1.3.6.1.4.1.2021.11.10.0
raw system cpu time: .1.3.6.1.4.1.2021.11.52.0
percentages of idle CPU time: .1.3.6.1.4.1.2021.11.11.0
raw idle cpu time: .1.3.6.1.4.1.2021.11.53.0
raw nice cpu time: .1.3.6.1.4.1.2021.11.51.0
I'm using Zabbix v2.2.3. I'm trying to create an item using snmpv2 that shows a single percentage for total CPU utilization across a multi-core Linux
system. How can I achieve this in Zabbix? Please let me know. Thanks!
CPU related OIDs (NOTE: not one for total cpu util across server)
percentage of user CPU time: .1.3.6.1.4.1.2021.11.9.0
raw user cpu time: .1.3.6.1.4.1.2021.11.50.0
percentages of system CPU time: .1.3.6.1.4.1.2021.11.10.0
raw system cpu time: .1.3.6.1.4.1.2021.11.52.0
percentages of idle CPU time: .1.3.6.1.4.1.2021.11.11.0
raw idle cpu time: .1.3.6.1.4.1.2021.11.53.0
raw nice cpu time: .1.3.6.1.4.1.2021.11.51.0
Comment