import CPU usage in a .net application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dsavakis
    New Member
    • Mar 2008
    • 1

    import CPU usage in a .net application

    I would like to create an application that would import CPU capacity utilization. This is the infromationin the Windows Task Manager, under the Performace tab, the % utilization of the CPU. Is this possible?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by dsavakis
    I would like to create an application that would import CPU capacity utilization. This is the infromationin the Windows Task Manager, under the Performace tab, the % utilization of the CPU. Is this possible?
    Have a look at the System.Manageme nt namespace.

    Comment

    Working...