Get cpu load of spesific proccess
Hi all
I need to capture some information about a process for a program I am building
The only thing i have left to figure out is how to get the current cpu load of a prccess ( ie winword.exe)
any ideas
Thanks
AlanPosted Jun 12, 2007, 5:48 AM
You can use the System.Diagnostics.PerformanceCounter class for this. Check out this thread which contains some sample C# code:
http://www.thescripts.com/forum/thread250963.html