Answered by:
how to get my application specific CPU Usage with a PerformanceCounter

Question
-
How Do I get the CPU usage of my application with a
PerformanceCounter?
Wednesday, October 12, 2011 10:09 PM
Answers
-
How Do I get the CPU usage of my application with a
PerformanceCounter?
Try this http://www.codeproject.com/KB/system/processescpuusage.aspx
kaymaf
CODE CONVERTER SITE
- Marked as answer by marck68 Saturday, October 15, 2011 8:28 AM
Wednesday, October 12, 2011 11:20 PM -
Hi,
Try the following links
http://msdn.microsoft.com/en-us/library/system.diagnostics.performancecounter.aspx
http://www.codeproject.com/KB/system/monitorserviceperformance.aspx?msg=2165158
Regards,
A.Murugan
If it solved your problem,Please click "Mark As Answer" on that post and "Mark as Helpful". Happy Programming!- Marked as answer by marck68 Saturday, October 15, 2011 8:28 AM
Thursday, October 13, 2011 6:00 AM
All replies
-
Like the task manager.
if you type how do I use windows task manager in the search there is quite few things pop up
http://social.msdn.microsoft.com/Forums/en-US/vblanguage/thread/da5481a7-0a01-47a3-9d62-b2c7c54aedfc
The links offered to the answer to this question on this link may help.
Wednesday, October 12, 2011 11:16 PM -
How Do I get the CPU usage of my application with a
PerformanceCounter?
Try this http://www.codeproject.com/KB/system/processescpuusage.aspx
kaymaf
CODE CONVERTER SITE
- Marked as answer by marck68 Saturday, October 15, 2011 8:28 AM
Wednesday, October 12, 2011 11:20 PM -
Hi,
Try the following links
http://msdn.microsoft.com/en-us/library/system.diagnostics.performancecounter.aspx
http://www.codeproject.com/KB/system/monitorserviceperformance.aspx?msg=2165158
Regards,
A.Murugan
If it solved your problem,Please click "Mark As Answer" on that post and "Mark as Helpful". Happy Programming!- Marked as answer by marck68 Saturday, October 15, 2011 8:28 AM
Thursday, October 13, 2011 6:00 AM