Questions tagged [resource-monitor]

33 questions
243
votes
17 answers

A top-like utility for monitoring CUDA activity on a GPU

I'm trying to monitor a process that uses CUDA and MPI, is there any way I could do this, something like the command "top" but that monitors the GPU too?
natorro
  • 2,793
  • 3
  • 19
  • 16
7
votes
1 answer

How to monitor resources during slurm job?

I'm running jobs on our university cluster (regular user, no admin rights), which uses the SLURM scheduling system and I'm interested in plotting the CPU and memory usage over time, i.e while the job is running. I know about sacct and sstat and I…
CoffeeNerd
  • 73
  • 1
  • 6
6
votes
1 answer

Resource Monitor - Why are some TCP connections grayed out?

When running Resource Monitor on Windows 2008 R2, some TCP connections are grayed out and others are solid black. What does it mean if they are grayed out?
user80855
  • 1,414
  • 2
  • 12
  • 21
5
votes
1 answer

Which API does Windows Resource Monitor use?

Windows Resource Monitor displays (among other things) which files on disk are currently accessed by which processes. And it does that in realtime. How? I know that it probably uses ETW and that I can generate traces with tools like xperf. But how…
Helge Klein
  • 8,829
  • 8
  • 51
  • 71
4
votes
0 answers

Windows Resource Monitors "Network Activity" c++

I'm trying to figure out how to get all network activity for a given process. In the Windows "Resource Monitor" application in the "Network Activity" box, you are able to see all tcp / udp connections, and the data being sent etc. I first tried…
Hex Crown
  • 753
  • 9
  • 22
2
votes
0 answers

Windows Resource Monitor does not work with Junction Points

Several of the observations that the Windows Resource Monitor provides is the disk queue length, latency, and throughput. However, only partitions that are assigned drive letters show up in the Resource Monitor. Therefore, disks that are used as…
Brain2000
  • 4,655
  • 2
  • 27
  • 35
2
votes
0 answers

Memory usage: Commit, Working Set, Shareable, Private different with VS2015 Diagnostic Tools

The windows Resource Monitor shows the memory usage of my app (debug running in visual studio) in the following figure: However, the Diagnostic Tools shows the memory graph like: The Commit size is The Amount of virtual memory reserved by the…
Joey.Z
  • 4,492
  • 4
  • 38
  • 63
2
votes
1 answer

How to detect anomalous resource consumption reliably?

This question is about a whole class of similar problems, but I'll ask it as a concrete example. I have a server with a file system whose contents fluctuate. I need to monitor the available space on this file system to ensure that it doesn't fill…
2
votes
1 answer

How to control reading from file using performance counters?

There are several operations being done on drive G. My program should read data from file. When the disk usage is very high(>90%) the program should slow down the reading so it won't interfere with other processes that uses the disk. Obviously, I…
theateist
  • 13,879
  • 17
  • 69
  • 109
1
vote
0 answers

Why Taskkill.exe cannot kill a task but Resource Monitor can

On a Windows 10 system, the executable WavesSvc64.exe periodically consumes all available physical memory and needs to be terminated. I have uninstalled the Waves Audio application, but this executable still running sometimes. Despite the name,…
tim11g
  • 1,935
  • 5
  • 27
  • 41
1
vote
1 answer

Firewall status in resource monitor

In resource monitor under network, there is a tab called listening ports which has a column called firewall status. It has values like 1)allowed, not restricted 2)not allowed, not restricted 3)allowed, restricted My understanding is that the first…
1
vote
0 answers

RAM - Different between Commit Memory and Working Set

Is commit memory = Standby memory, Working Set = In Use memory ?
1
vote
1 answer

Java/Tomcat Open TCP Connections - Resource Monitor

Right now we are running into a problem where we have a bunch of "open TCP connections" on our Windows server's that are running a tomcat webserver. The Java code is doing a SOAP call to a vendor, and we see a lot of open connections in Resource…
mandelbug
  • 1,548
  • 5
  • 20
  • 32
1
vote
0 answers

When running python program the number of threads reported by Windows Resource Monitor is high and keeps increasing

I have written a multi-threaded program in python that runs a total of 4 threads including the main. Threads are started at the beginning and there is no loop or anything surrounding their creation. When I run the threading.enumerate() or some…
1
vote
1 answer

Memory reported in Resource Monitor not showing in UMDH

I have a service which intermittently starts gobbling up server memory over time and needs to be restarted to free it. I turned +ust with gflags, restarted the service, and started taking scheduled UMDH snapshots. When the problem reoccurred,…
adaj21
  • 543
  • 3
  • 11
  • 25
1
2 3