Ad Widget

Collapse

monitoring % of used memory by a process on Windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GArmao
    Zabbix Certified Specialist
    Zabbix Certified Trainer
    Zabbix Certified Specialist
    • Mar 2010
    • 135

    #1

    monitoring % of used memory by a process on Windows

    hello!
    I'm trying to build a graph that should display the % of occupied memory of a specific process on Windows and use it on a template, so I retrieved the used memory through performance counter but then in order to calculate the % I need to divide it by the host's total memory (which is on a different "generic" template), how can I solve this? I don't mind adding a duplicate item to retrieve the total memory on the second template, but it's impossible since the same key (vm.memory.size[total]) is already present on the "generic" template associated with that host...
Working...