I'm trying to monitor amount of physical memory usage on a windows server. units in percentage. anyone has any idea how to go about it.
i'm currently using perf_counter[\Memory\% Committed Bytes In Use]
But i believe it is total memory commit, which include virtual memory (page files)
i'm currently using perf_counter[\Memory\% Committed Bytes In Use]
But i believe it is total memory commit, which include virtual memory (page files)
Comment