Questions tagged [process-monitoring]

80 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
18
votes
4 answers

Monitor a process's usage of each CPU core

Is there a way to query or calculate the CPU usage of a single process per each core separately? For example, Name - - - - Core1 - Core2 - Core3 - Core4 firefox.exe - 0.5% - - 0.1% - - 0.2% - - 0.3% I know a program called "Process Explorer" (by…
Joker163
  • 181
  • 1
  • 4
8
votes
1 answer

Monitor network performance for a specific process

I'm writing a program that uses the .NET performance counter to get CPU, Memory and Network usage for a specific process. For example, to get the CPU and Memory data for Explorer, I create performance counters like this: PerformanceCounter PC = new…
6
votes
1 answer

Monit multiple processes with same name

I'm new to Monit and trying to understand if it offers a way to handle multiple processes of the same name where the PIDs are unknown. My ideal Monit behaviour would be: Watch every process with the name 'x' and restart any of them for which…
Bruce
  • 387
  • 3
  • 14
4
votes
2 answers

Monitor running apps in .NET?

We have several apps that run on a Windows 2003/2008 server. Some of these apps are Java JAR files that are kicked off with a Scheduled Task using a app.cmd file. Others are "big ones" like SQL Server and IIS. I'd like to write an app (or service,…
cbmeeks
  • 11,248
  • 22
  • 85
  • 136
4
votes
1 answer

How to restart a container on docker restart (--restart=true doesn't work)?

I am using docker version 1.1.0, started by systemd using the command line /usr/bin/docker -d, and tried to: run a container stop the docker service restart the docker service (either using systemd or manually, specifying --restart=true on the…
Mildred
  • 3,887
  • 4
  • 36
  • 44
3
votes
4 answers

SNMP - Getting information from a process

I need to setup a process monitor on a number of servers using a monitoring tool called Zenoss. The problem I'm facing is how can I get information on a specific process via SNMP? I'm not familiar with SNMP at all and I'm having trouble finding out…
Chris
  • 538
  • 2
  • 8
  • 20
3
votes
2 answers

Java on Windows needs to log CPU load and similar OS specific performance information

There is a Java library running on windows machines that needs to log information about the OS like CPU load, memory occupied by the JVM etc. which I'm quite sure Java itself cannot obtain, because it is OS specific. This information is needed in…
Tim van Beek
  • 385
  • 3
  • 12
3
votes
3 answers

How to install Sensu client without installing Sensu server?

I am trying to install a Sensu client without the server. According to the documentation: "The Sensu Core package installs several processes including sensu-server, sensu-api, and sensu-client." However after adding the repository, I was only able…
Greg
  • 8,175
  • 16
  • 72
  • 125
3
votes
0 answers

Monitoring JRuby processes using god gem

Is it possible to monitor jruby program using God ruby gem ? Any working example will be helpful. Here is what I've tried so far but it doesn't work. Here is the God file start_app.god God.watch do |w| w.name = "simple" w.start = "jruby…
Sam Samson
  • 927
  • 4
  • 20
  • 35
3
votes
2 answers

How Can I Catch a Mysterious Process Killer?

We had this customer complaining out product was constantly crashing after running fine for 2-5 minutes. It took few days of guessing, but we came to the following conclusion: When the process is terminating without leaving any traces (event…
Tal
  • 1,759
  • 1
  • 12
  • 22
2
votes
1 answer

Log monitoring and Alerting tool for log4j and python logs

I would like to search for Error/Fatal logs in various log files(12) and to get some sort of alert(mail) in case of the event. I have tested ChainSaw - Only supports log4j and has no alert feature Splunk - Free version does not have alert…
2
votes
1 answer

Best Process Monitor In Ruby

From experiences with process monitoring in Ruby, what do we recommend as the best process monitor. These are some of the features I'm interested in: Efficient memory management without memory leaks Monitor processes that are consuming a huge…
2
votes
1 answer

What is C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\index3a0.dat used for?

I'm trying to diagnose why out .Net ActiveX control has a much slower load time on certain machines than others and I've discovered (using ProcMon) that on machines that load the control slowly the browser process seems to spend a lot of time doing…
Justin
  • 84,773
  • 49
  • 224
  • 367
2
votes
1 answer

How to force javamelody monitor jdbc?

I try to use java melody in my application. I did following: added maven dependency: added filter : web.xml: springSecurityFilterChain /*
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
1
2 3 4 5 6