PDA

View Full Version : How to monitor CPU0


Marcelo19
09-01-2006, 01:06
Hello,

I have 2 CPU in my server and i want to monitor each CPU.
Now I use system.cpu.util[all,user,avg1], but I want this for one of both CPU.
What ist the right syntax for CPU0 and CPU1?

Alexei
09-01-2006, 08:59
system.cpu.util[0 ,user,avg1] and system.cpu.util[1,user,avg1]

Note that is is not supported under all platforms.

Marcelo19
09-01-2006, 11:38
Thats not good.
Not supportet under my platform.
I use Debian with P4 HT-Support.
What can I do, to use system.cpu.util[0 ,user,avg1] and system.cpu.util[1,user,avg1]?
Or can I use this in future version of zabbix?

Thank you

kgb
10-01-2006, 18:39
Does the Windows client support more than 1 CPU? My Windows server has two dual core CPUs.

Kristjan
10-01-2006, 22:48
solved this myself by using:

cpu_util[0]
cpu_util[1]
cpu_util[2]
cpu_util[3]

Marcelo19
10-01-2006, 22:57
solved this myself by using:

cpu_util[0]
cpu_util[1]
cpu_util[2]
cpu_util[3]
And for Debian?