Top "Performancecounter" questions

PerformanceCounters are indicators for how much work a program does.

Get the Cpu usage of each process from wmi

I found many sources to get the cpu usage of each process. in general there are many ways to get …

c# wmi performancecounter win32-process
GPU Pixel and Texel write speed

Many of the embedded/mobile GPUs are providing access to performance registers called Pixel Write Speed and Texel Write speed. …

graphics opengl-es gpu performancecounter
Get Performance Counter Instance Name (w3wp#XX) from ASP.NET worker process ID

I would like to display some memory statistics (working set, GCs etc.) on a web page using the .NET/Process …

asp.net iis-6 performancecounter
PerformanceCounters on .NET 4.0 & Windows 7

I have a program that works fine on VS2008 and Vista, but I'm trying it on Windows 7 and VS2010 / .NET …

c# windows-7 .net-4.0 performancecounter
Performance Counter - System.InvalidOperationException: Category does not exist

I have following class that returns number of current Request per Second of IIS. I call RefreshCounters every minute in …

c# asp.net iis performancecounter
Performance counter CPU usage for current process is more than 100

I want to display CPU usage for my multithread application (working over multicore processor). I want to receive numbers close …

c# process cpu-usage performancecounter
How to know the network bandwidth used at a given time?

I'm trying to build a load balancer for a program that is running in 2 different servers. So far my load …

c# performancecounter performance-testing
What are the best ASP.NET performance counters to monitor?

There are truckloads of counters available in perfmon for ASP.NET. What are the best (I am thinking of choosing 5…

asp.net testing performancecounter
List all performance counters for a category

Is there a built-in method in System.Diagnostics for retrieving all of the instantiated performance counters for a given CategoryName? …

c# performance performancecounter
What is the performance hit of Performance Counters

When considering using performance counters as my companies' .NET based site, I was wondering how big the overhead is of …

performance performancecounter