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?
import CPU usage in a .net application
Collapse
X
-
Have a look at the System.Manageme nt namespace.Originally posted by dsavakisI 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?
Comment