I would like to know the zabbix agent data collection mechanism.
I need to know what is the actual command zabbix use for cpu and memory usage metrics.
For example,
(1) if cpu utilization, the zabbix item is like 'system.cpu.util[ system or user,etc.]. How zabbix gets the value?
Does zabbix piggy-backing on another data gathering mechanism like the “sar” command / “sysstat” package? or other system command?
(2) How about memory usage? what actual command zabbix use to get the value for the vm.memory.size[pused] on linux.
Thank you,
I need to know what is the actual command zabbix use for cpu and memory usage metrics.
For example,
(1) if cpu utilization, the zabbix item is like 'system.cpu.util[ system or user,etc.]. How zabbix gets the value?
Does zabbix piggy-backing on another data gathering mechanism like the “sar” command / “sysstat” package? or other system command?
(2) How about memory usage? what actual command zabbix use to get the value for the vm.memory.size[pused] on linux.
Thank you,
Comment