|
-
Mar 16th, 2004, 04:55 PM
#1
Thread Starter
Member
Please help me!!
does anyone know how to use performance counters.
this is wat i have. i have to show the processor usage information.
Dim perfCounter As New System.Diagnostics.PerformanceCounter
perfCounter.CategoryName = "Processor"
perfCounter.CounterName = "% Processor Time"
perfCounter.InstanceName = "_Total"
Debug.WriteLine(perfCounter.RawValue.ToString)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|