Issue with perfmon counter value using WMI query
I am building EXE and through which i am fetching perfmon counter of application to monitor that using WMI query. I am testing it with my local machine and seems like my code logic gives me incorrect values for some of counters. Below is my code for one of the counter ( CacheTotalHitRatio ) And when i have looked it with perfmon exe in my system then it shows me something different as shown below. I think CacheTotalHitRatio is in percentage and should not be go beyond 100 but my code gives some higher value. What is problem here OR am i doing something wrong here? Please let me know if anyone