2 issues with system.cpu.util[all] here:
# ./zabbix_get -s10.0.10.201 -ksystem.cpu.util[all]
3.650000
# ./zabbix_get -s10.0.10.201 -ksystem.cpu.util[0]
5.500000
# ./zabbix_get -s10.0.10.201 -ksystem.cpu.util[1]
2.250000
system.cpu.util[all] sould be the sum of [0] & [1] right?
This is comming from the Windows agent beta10 running on a P4 HT
The util seems way to low too, as when i grabbed those values i had a total utilization of about 35%
Anyone else can confirm?
# ./zabbix_get -s10.0.10.201 -ksystem.cpu.util[all]
3.650000
# ./zabbix_get -s10.0.10.201 -ksystem.cpu.util[0]
5.500000
# ./zabbix_get -s10.0.10.201 -ksystem.cpu.util[1]
2.250000
system.cpu.util[all] sould be the sum of [0] & [1] right?
This is comming from the Windows agent beta10 running on a P4 HT
The util seems way to low too, as when i grabbed those values i had a total utilization of about 35%
Anyone else can confirm?
Comment