Computer Performance

Ok. I know this will be a very odd question. But basically, I would like to be able to show the computers performance in some type of box. The same as the Windows Task Manager performance thing. Can someone help me or point me in the right direction


Answer this question

Computer Performance

  • david Laub

    Sure can. There are WMI counters for nearly all of this information.

    http://www.ondotnet.com/pub/a/dotnet/2003/04/07/wmi.html is an example program with article; it operates similar to perfmon. Should get you headed down the right path.

    Cheers,

    Greg


  • tamri

    Ok. Thank you for your response. It is much appreciated! Thanks again.

  • ErickAtRTP

    Performance Counters ARE WMI :) the example/article uses performance counters :)
  • RWClardy

    ops:) thx for that:)
  • Miguel J

    Another option:

    Take a look at performance counters. It should be in toolbox


  • Computer Performance