Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CPU Load

Status
Not open for further replies.

Zaim

Programmer
Mar 11, 2001
2
DE
Hello.
How can I get the CPU load of each process,which is currently running on my system. I do have absolutely no idea how to manage it.

Thx
 
Do you mean programatically or just access the values?

Programatically you can hook into the performance monitor API to get perfmon values. Microsoft has API documentation for that.

If you simply want to see the values, on the NT console press CTRL-ALT-DELETE, then click "Task Manager" The processes tab will show you what is running on the machine.

Another alternative would be to use wintop, which is in PowerToys.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top