473,698 Members | 2,114 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PerformanceCoun ter: Only 0% or 100% when get % Processor Time

I'm trying to do something really easy: just get the % CPU load. However, I
just get mostly 0's sprinkled with an occasional 100. I poked around on
the web for info, but all the stuff I found (I think) does what I have
below. Am I blanking out on something here?

Getting the available RAM works fine.

Code example below:

using System;
using System.Diagnost ics;

namespace PerfMon
{
class Class1
{
[STAThread]
static void Main(string[] args)
{
//Create CPU counter
PerformanceCoun ter cpuCounter = new PerformanceCoun ter();
cpuCounter.Cate goryName = "Processor" ;
cpuCounter.Coun terName = "% Processor Time";
cpuCounter.Inst anceName = "_Total";

//Create RAM counter
//PerformanceCoun ter ramCounter = new PerformanceCoun ter();
//ramCounter.Cate goryName = "Memory";
//ramCounter.Coun terName = "Available MBytes";

//Display counter
int i;
for (i=0;i<100;i++)
{
Console.WriteLi ne(cpuCounter.N extValue().ToSt ring());
}

Console.ReadLin e();
}
}
}
Nov 15 '05 #1
1 7286
Chris wrote:
|| I'm trying to do something really easy: just get the % CPU load.
|| However, I just get mostly 0's sprinkled with an occasional 100. I
|| poked around on the web for info, but all the stuff I found (I
|| think) does what I have below. Am I blanking out on something here?
||
|| Getting the available RAM works fine.

Available RAM is a static value, CPU usage is dynamic you shouldn't read it in a tight loop, insert a sleep period of let's say 1
sec. to allow the OS to update the counter, and look for yourself.

|| for (i=0;i<100;i++)
|| {
|| Console.WriteLi ne(cpuCounter.N extValue().ToSt ring());
System.Threadin g.Thread.Sleep( 1000);
|| }
||
|| Console.ReadLin e();
|| }
|| }
|| }

Willy.
Nov 15 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3295
by: W1ld0ne74 | last post by:
I am implimenting Performance counters into a web application. I use the following code to create the counters during setup: private void SetupPerfCntrs() { System.Diagnostics.CounterCreationDataCollection CounterDatas = null; System.Diagnostics.CounterCreationData cdCounter4 = null; try { if(System.Diagnostics.PerformanceCounterCategory.Exists("LogisOnline"))
0
1241
by: Ivan | last post by:
I have comp A that I'm trying to read a counter from. I have comp B where I want perfmon.exe to display the counter from A. The counter on A is "Processor/% Processor Time/_Total". I create a custom counter on B that is named "A's Processor/% Processor Time/_Total". I feed the RawValue of B's counter using the RawValue of A's counter but B's perfmon.exe always shows last value to be 100 or 0. Anyone knows what's wrong?
0
1106
by: Michiel | last post by:
Hello, I'm trying to retrieve my cpu load as follows : PerformanceCounter* cpuCounter = new PerformanceCounter("Processor", "% Processor Time", "_Total"); float value = cpuCounter->NextValue(); However, this always returns 0.0. The same query used in perfmon.exe works fine.
7
2951
by: JvCoach23 | last post by:
I'm trying to write some that is database driven. What it does it loop through a dataset and populate the categoryName CounterName InstanceName MachineName properties of the performancecounter object (I think I have the speak right there)
2
2769
by: Michael Moreno | last post by:
Good morning, Here is the objective: monitoring the CPU usage of a given thread in my own C# application. Here is what I do: - on a Form I put a PerformanceCounter - I set e CategoryName = Thread - I set the CounterName = % Processor time - I set the Machine = . (local machine)
0
1239
by: Scheu | last post by:
Hi all, I'm hoping someone can help me with this bizarre problem. If I create a new PerformanceCounter object in a ComVisible class and invoke it from wscript, it never seems to terminate. When debugging, Visual Studio never leaves the (running) state when the Go function exits (even clicking the 'Stop Debugging' button fails). When not debugging, the cscript / wscript.exe process never leaves memory. I've tried this same code in a...
3
4590
by: Geoff McElhanon | last post by:
I have been struggling with a security issue that occurs under .NET 2.0, but does not occur under .NET 1.1. Essentially I am trying to open up a performance counter on a remote server and monitor its value. In .NET 1.1 this worked fine, however under .NET 2.0 it fails when I am not an administrator on the remote server. To provide a lean demonstration of the issue, I created the following class: ============================
11
5423
by: =?Utf-8?B?U2FsYW1FbGlhcw==?= | last post by:
Has anybody worked with performancecounter object to access counters on remote machine? I managed to write code that retrieves counters categories froma remote machine, when I try another remote machine I get "System.ComponentModel.Win32Exception" error. Error message is "The network path was not found." I have checked running services (RPC, Remote registery.....) on both machines and they are exactly the same. I am wondering if there is...
1
4198
by: bobido | last post by:
Hi there! Currently I'm trying to display the current performance of my servers on my website. I tried it with the following code: protected static PerformanceCounter cpuCounter; protected static PerformanceCounter ramCounter; protected void Page_Load(object sender, EventArgs e) {
0
8674
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8603
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8893
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
6518
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4366
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3045
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2328
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.