Performance counters in .NET (original) (raw)

? ?

LiveJournal

I was wondering if PerformanceCounter classes in .NET (specifically those monitoring processor time) would return samples based upon a possible max value of 100, or a possible max value of (100 * number of logical processors)? On a multithreaded Pentium IV I am seeing Idle values of 193 - 198, which I assume is simply the total of the Idle processes on logical processor 0 and logical processor 1.

Is there a better way to get the true average Idle process time than to simply divide this sample by the number of logical processors in the system? Is there a performance counter that will give me a normalized figure on a set scale (e.g. 0-1, 0-100, etc.) per process?

Thanks for any information.

Hello. I want to share with you my open source project. The purpose of my project is to demonstrate my visual filter builder WPF control in use.…

http://jobsattmp.com/new-york/web-development/dba-sql-server-2005_2008-jobs Hey all, I am trying to hire a DBA in NYC that has a background in MS…

I was always impressed by the bing.com image search AJAX. The bit where where more images load as you scroll down the page. Is there an AJAX control…