Hi,
I'm using zabbix 1.1 agent on several Solaris 8 server ( single and multiple processor ) and I ve got a strange result when getting system.cpu.util items :
Zabbix agent sends value for cpu activity but changes between 2 values ( actual and the last ) is not the real cpu activity : the delta between 2 value is about +/-0.001 % even if real cpu delta on the solaris is about 10 ou 20 % !
No special information in zabbix_agentd.log :
.../...
006136:20060608:123700 In check_security()
006136:20060608:123700 Connection from [192.168.1.1]. Allowed servers [192.168.1.1]
006136:20060608:123700 Before read()
006136:20060608:123700 After read() 2 [23]
006136:20060608:123700 Got line:system.cpu.util[,idle]
006136:20060608:123700 Sending back:94.923921
006138:20060608:123714 Sleeping for 60 seconds
.../...
006136:20060608:123800 Got line:system.cpu.util[,idle]
006136:20060608:123800 Sending back:94.924001
.../...
006136:20060608:123900 Got line:system.cpu.util[,idle]
006136:20060608:123901 Sending back:94.924314
.../...
006136:20060608:124000 Got line:system.cpu.util[,idle]
006136:20060608:124000 Sending back:94.924397
.../...
006136:20060608:124100 Got line:system.cpu.util[,idle]
006136:20060608:124100 Sending back:94.924657
.../...
Item is defined as bellow :
Item 'Sol8:CPU Idle'
Description : CPU Idle
Type : ZabbixAgent
Key : system.cpu.util[,idle]
Type of information : Numeric (float)
Units : %
Use Multiplier : do not use
Update interval : 60
Of course, I've got the same kind of problem with kernel and wait mode
Does someone have the same problem ?
Is there something else I can try or test ?
Thanks a lot
--bdo
I'm using zabbix 1.1 agent on several Solaris 8 server ( single and multiple processor ) and I ve got a strange result when getting system.cpu.util items :
Zabbix agent sends value for cpu activity but changes between 2 values ( actual and the last ) is not the real cpu activity : the delta between 2 value is about +/-0.001 % even if real cpu delta on the solaris is about 10 ou 20 % !
No special information in zabbix_agentd.log :
.../...
006136:20060608:123700 In check_security()
006136:20060608:123700 Connection from [192.168.1.1]. Allowed servers [192.168.1.1]
006136:20060608:123700 Before read()
006136:20060608:123700 After read() 2 [23]
006136:20060608:123700 Got line:system.cpu.util[,idle]
006136:20060608:123700 Sending back:94.923921
006138:20060608:123714 Sleeping for 60 seconds
.../...
006136:20060608:123800 Got line:system.cpu.util[,idle]
006136:20060608:123800 Sending back:94.924001
.../...
006136:20060608:123900 Got line:system.cpu.util[,idle]
006136:20060608:123901 Sending back:94.924314
.../...
006136:20060608:124000 Got line:system.cpu.util[,idle]
006136:20060608:124000 Sending back:94.924397
.../...
006136:20060608:124100 Got line:system.cpu.util[,idle]
006136:20060608:124100 Sending back:94.924657
.../...
Item is defined as bellow :
Item 'Sol8:CPU Idle'
Description : CPU Idle
Type : ZabbixAgent
Key : system.cpu.util[,idle]
Type of information : Numeric (float)
Units : %
Use Multiplier : do not use
Update interval : 60
Of course, I've got the same kind of problem with kernel and wait mode
Does someone have the same problem ?
Is there something else I can try or test ?
Thanks a lot
--bdo
Comment