Hello guys i am new in zabbix i am using zabbix 3.4 version. i have install server on linux and want to monitor and check status of windows service using its windows agent. I got the status of services using below keys
Its return me proper status of service. Now i want to check how much cpu is utilize by process? how much memory utilize by process. i tried some of keys but its not returning proper value.
But none of above working properly. i tried other keys also but agent logs say its unsupported. I checked its forum and searched on google but nothing found. Please help me with above question.
Code:
service.info[<serviceName>,state]
Code:
perf_counter[\Process(<processName>)\% User Time] // to get cpu utilization by process proc_info[<processName>,wkset] // to get memory utilize by process system.cpu.util[,system,avg5] // to get total cpu utilization vm.memory.size[available] // to get total ram utilization
Comment