Click here to Skip to main content
15,895,740 members
Please Sign up or sign in to vote.
3.40/5 (2 votes)
See more:
Suppose i have use process Testing.exe and i want observer how many cpu usage use testing.exe
so can anyone guide how i get cpu usage of testing.exe using vb.net
Posted
Comments
[no name] 18-May-14 12:39pm    
http://www.codeproject.com/Articles/14955/Application-dashboard-for-tracking-NET-application
phil.o 18-May-14 12:57pm    
You should put that one as a solution, as it is a perfectly valid one.
Nelek 18-May-14 13:07pm    
Agree with phil.o

1 solution

As suggested by Wes Aday above, use the built in performance counter classes as per the codeproject article Application dashboard for tracking .NET application performance[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900