Linked Questions

0 votes
0 answers
186 views

In my application I want to display CPU and memory usage in every time intervel of 1 second. I'am using PerformanceCounter to get this information, but it is not correct with CPU usage of system. ...
Rahul S Menon's user avatar
594 votes
4 answers
401k views

I am trying to use the perfmon windows utility to debug memory leaks in a process. This is how perfmon explains the terms: Working Set is the current size, in bytes, of the Working Set of this ...
pankajt's user avatar
  • 7,904
264 votes
11 answers
379k views

I want to get the overall total CPU usage for an application in C#. I've found many ways to dig into the properties of processes, but I only want the CPU usage of the processes, and the total CPU like ...
user avatar
78 votes
5 answers
68k views

I am using C# and WPF - Operating System is windows 7 Professional and Visual Studio 2012, SQL Server 2012. I used Devexpress Grid in wpf. I want to bind it to database using ADO.Net Server mode. I ...
Annie Sheikh's user avatar
3 votes
1 answer
11k views

I am trying to develop an app that will monitor a memory usage of a process located on a server from my PC. I have created an app that will monitor memory usage of a process located on the same PC ...
Nick Manojlovic's user avatar
3 votes
2 answers
6k views

I been looking at PerformanceCounter Class for monitoring system performance. I have figured out how to call built in counters. What I'm struggling with is understanding the values that I get back and ...
user avatar
-1 votes
2 answers
9k views

Firstly, I'm working on Visual Basic With Ref. to this pre-posted thread What is the correct Performance Counter to get CPU and Memory Usage of a Process? I wanted to get the cpu and memory used by a ...
user3332560's user avatar
1 vote
1 answer
4k views

Is there any way i can get the memory usage for all processes currently running on a machine in vb.net?
A Smith's user avatar
  • 251
1 vote
2 answers
2k views

Is it possible to get the CPU Usage of the own Program that you are running in VB.Net? I would like to add a CPU detection, in case the CPU of the Program is above for example 10% it increases a timer ...
Baseult Private's user avatar
5 votes
1 answer
1k views

I have an interesting exercise to solve from my professor. But I need a little bit of help so it does not become boring during the holidays. The exercise is to create a multithreaded load balancer, ...
michael_j's user avatar
1 vote
3 answers
2k views

Im currently developing something to track CPU usage but as soon as i started the thread that pulls the data from the CPU the screen went blank as if i started a fresh program. using System; using ...
Project RedLow's user avatar
0 votes
1 answer
1k views

I have a memory intensive c# 4.0 graphics program that must run on windows xp, so frequently is running out of memory. What is the best way of estimating the available physical memory for my process? ...
Jacko's user avatar
  • 13.4k
0 votes
1 answer
1k views

I need to implement in a existing application a new feature that records any unusual network activity in the computer. I do not want to block or intervene any connection, just filter these according ...
MarioFinale's user avatar
1 vote
1 answer
417 views

I've been trying to create a taskbar tray icon that displays the CPU usage (pulled from wbemtest if possible) when hovered over or clicked on using C#. I used the PercentProcessorTime Name from the ...
Zach R's user avatar
  • 181
0 votes
1 answer
177 views

I try to set up a very simple application. The application should display the current CPU Usage. My view: <Grid> <Label Content="{Binding CpuUsage}" /> </Grid&...
Enki's user avatar
  • 59

15 30 50 per page