Hello there!
zabbix_get -s 100.0.0.0 -k proc_info[appserver.exe]
I am using this command to get the total memory of proccesses on Windows...
I get a value as expected... But i don't know which proccess it is.
I have multiple proccesses with the name appserver.exe
How do i use proc_info to get memory of proccesses with the same name in Windows?
zabbix_get -s 100.0.0.0 -k proc_info[appserver.exe]
I am using this command to get the total memory of proccesses on Windows...
I get a value as expected... But i don't know which proccess it is.
I have multiple proccesses with the name appserver.exe
How do i use proc_info to get memory of proccesses with the same name in Windows?