Hello everyone,
I'm looking to monitor the CPU usage of a specific Windows process: its name in the task manager if possible.
I've tried the perf_counter method:
perf_counter[\Process(<process.name.exe>)\% User Time] Which returns this error: “Cannot obtain performance information from collector.”
proc_info, which, according to the documentation I've read, doesn't have the value I'm looking for.
I use this to monitor RAM, which works perfectly: proc_info[<process.name.exe>,wkset,max]
Has anyone ever done this on Zabbix 5.4.9? I also have a 6.0 clone, if that makes any difference.
The process in question is linked to a Windows service on the server, if that helps.
Thanks for your help
Best Regards, Mattéo
I'm looking to monitor the CPU usage of a specific Windows process: its name in the task manager if possible.
I've tried the perf_counter method:
perf_counter[\Process(<process.name.exe>)\% User Time] Which returns this error: “Cannot obtain performance information from collector.”
proc_info, which, according to the documentation I've read, doesn't have the value I'm looking for.
I use this to monitor RAM, which works perfectly: proc_info[<process.name.exe>,wkset,max]
Has anyone ever done this on Zabbix 5.4.9? I also have a 6.0 clone, if that makes any difference.
The process in question is linked to a Windows service on the server, if that helps.
Thanks for your help
Best Regards, Mattéo
Comment