Hello Zabbixians,
I have a question regarding monitoring of Chrome process in zabbix.
I need to monitor set of standard process counters such as virtual bytes, processor time, elapsed time.
but standard perf_counter doesn't work in the case with chrome:
for example key
returns nothing.
Maybe because there are multiple processes of chrome(for each tab or extension)
I'd like to have sum of e.g Virtual bytes, or handle count for chrome and displayed on one graph.
Could anybody help?
I have a question regarding monitoring of Chrome process in zabbix.
I need to monitor set of standard process counters such as virtual bytes, processor time, elapsed time.
but standard perf_counter doesn't work in the case with chrome:
for example key
| perf_counter["\Process(chrome.exe*)\Virtual Bytes",5] |
Maybe because there are multiple processes of chrome(for each tab or extension)
I'd like to have sum of e.g Virtual bytes, or handle count for chrome and displayed on one graph.
Could anybody help?

Comment