performancecounter question

  • Thread starter Thread starter Dirk Reske
  • Start date Start date
Dirk,

You should be able to use the static GetCategories method on the
PerformanceCounterCategory class. This should give you all the performance
counter categories on the computer. Once you have that, you can get all the
counters that are in a category, and then get all the values for those
counters.

Hope this helps.
 
Back
Top