|
-
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)
-
Mar 16th, 2004, 05:05 PM
#2
check this msdn explanation ... CounterSample Constructor
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
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
|