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...
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...