zabbix_agentd 1.8.2 (collector process) appears to 'kstat' for CPU statistics every second:
17413: open("/dev/kstat", O_RDONLY) = 6
17413: ioctl(6, KSTAT_IOC_CHAIN_ID, 0x00000000) = 16180
17413: ioctl(6, KSTAT_IOC_READ, "kstat_headers") Err#12 ENOMEM
17413: ioctl(6, KSTAT_IOC_READ, "kstat_headers") = 16180
17413: ioctl(6, KSTAT_IOC_READ, "cpu_stat0") = 16180
17413: close(6) = 0
This causes increased CPU usage.
It occurs on all,:
- The pre-compiled agent distributed with Zabbix for Solaris 10
- The agent compiled using Sun Studio cc
- The agent compiled using gcc
any assistance on reducing this CPU usage would be appreciated.
cheers.
17413: open("/dev/kstat", O_RDONLY) = 6
17413: ioctl(6, KSTAT_IOC_CHAIN_ID, 0x00000000) = 16180
17413: ioctl(6, KSTAT_IOC_READ, "kstat_headers") Err#12 ENOMEM
17413: ioctl(6, KSTAT_IOC_READ, "kstat_headers") = 16180
17413: ioctl(6, KSTAT_IOC_READ, "cpu_stat0") = 16180
17413: close(6) = 0
This causes increased CPU usage.
It occurs on all,:
- The pre-compiled agent distributed with Zabbix for Solaris 10
- The agent compiled using Sun Studio cc
- The agent compiled using gcc
any assistance on reducing this CPU usage would be appreciated.
cheers.
Comment