Top "Performancecounter" questions

PerformanceCounters are indicators for how much work a program does.

How do you get total amount of RAM the computer has?

Using C#, I want to get the total amount of RAM that my computer has. With the PerformanceCounter I can …

c# memory performancecounter
What is the correct Performance Counter to get CPU and Memory Usage of a Process?

How can I get the CPU and Memory usage of a particular process using the .NET PerformanceCounter class? And also …

c# memory-management cpu-usage performancecounter
C# Get used memory in %

I've created a performancecounter that can check the total memory usage in %, but the problem is that it doesn't give …

c# performancecounter
Using PerformanceCounter to track memory and CPU usage per process?

How can I use System.Diagnostics.PerformanceCounter to track the memory and CPU usage for a process?

c# .net performancecounter system.diagnostics
Perfmon counters to check memory leak

I want to check the memory leakage issue in my service. I have tried following set of perfmon counters. .NET …

performance memory-leaks performancecounter perfmon memory-leak-detector
"Access to the registry key 'Global' is denied" when accessing performance counters

I'm attempting to read some performance counters from my ASP.NET application. When I do, I get the error "Access …

asp.net iis iis-7.5 performancecounter
About Linux NMI watchdog

Now I encounter a problem about Linux NMI Watchdog. I want to use Linux NMI watchdog to detect and recovery …

linux performancecounter watchdog apic
Simplest Possible Performance Counter Example

What is the smallest amount of C# code to get a performance counter up and running? I simply want to …

c# performancecounter
How to measure program execution time in ARM Cortex-A8 processor?

I'm using an ARM Cortex-A8 based processor called as i.MX515. There is linux Ubuntu 9.10 distribution. I'm running a very …

c arm performancecounter time-measurement cortex-a8
The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly

I am getting repeated errors about the ReadOnly property on performance counters whenever I try to debug a .NET windows …

.net windows-7 .net-3.5 performancecounter