I am polling the below PerfMon counters as an application.
Memory, Cache Bytes
Memory, Pool Nonpaged Bytes
Memory, Pool Paged Bytes
Memory, System Code Total Bytes
Memory, System Driver Total Bytes
I would like to create an additional counter that totals the above Bytes. Optimally, I would like to subtract that total from a set value and convert the difference to MB. Is this possible?
Thanks, John