Questions tagged [system-monitoring]
28 questions
12
votes
4 answers
Any Monit like equivalents for windows OS?
I've seen the question asked "can you run Monit on Windows?", and unless you want to use a VM, the answer appears to be no.
So...are there any small footprint monit-like applications actually for Windows OS's? What I'm looking for is not only…

Dan Tanner
- 2,229
- 2
- 26
- 39
9
votes
4 answers
What is the best way for a Java program to monitor system health?
I would like to be able to monitor my major system health indicators from inside our Java-based system. Major points of interest include CPU temperature, motherboard temperature, fan speed, etc.
Is there a package available that:
Makes this sort…

Bob Cross
- 22,116
- 12
- 58
- 95
6
votes
3 answers
Is there any way, in java, to check on the status of a windows service?
I am looking for a library that will allow me to look up the status of a windows service to verify that the service is started and running. I looked into the Sigar library, but it is GPL and therefor I cannot use it. A Commercial or BSD(ish)…

Tim
- 1,478
- 1
- 17
- 20
5
votes
2 answers
CPU/GPU Monitering. (Tempature, current speed, etc) in C#
I'm looking for a way to monitor system statistics.
Here are my main points of interest:
CPU Tempature
CPU speed (Cycles per second)
CPU Load (Idle percent)
GPU Tempature
Some other points of interest:
Memory usage
Network Load (Traffic…

caesay
- 16,932
- 15
- 95
- 160
3
votes
1 answer
System Moniter is not showing CPU History, Network History after installing Steam?
I'm running Kubuntu 18.04. After installing Steam and Played some games, I found that in System Monitor CPU History & Network history is not showing. I haven't changed any system settings.
How to resolve the issues without unistalling the Steam?

Avinash
- 812
- 1
- 8
- 22
3
votes
6 answers
Using Java to retrieve the CPU Usage for Window's Processes
I am looking for a Java solution to finding the CPU usage for a running process in Windows. After looking around the web, there seems to be little information on a solution in Java. Keep in mind, I am not looking to find the CPU usage for the JVM,…

Stephen Watkins
- 25,047
- 15
- 66
- 100
2
votes
0 answers
How to get system uptime on Linux using C++?
I know there are two ways
sysinfo function call
/proc/uptime
I think sysinfo gets the uptime from the /proc/uptime. But the problem is if the user logouts and logs back in , the timer doesn't get reset. It keeps getting continued.
In windows,…

Abel Pandian
- 47
- 6
2
votes
2 answers
Python module to cross platform monitor system statistics?
I'm looking for a python module that will allow me to monitor and log the system statistics of 4 computers. I need this module to be able to:
Work on at least Windows and Debian Linux
Monitor disk usage, memory usage, network usage, cpu load,…

Autumn Reilly
- 35
- 7
1
vote
3 answers
I need a powershell script to monitor running windows shedule tasks for more than X minutes
I have several windows schedule tasks running on my windows 2003 server and some time one of those tasks is hunged for some reason and the status keeps on "running".. what Im looking for is some basic script to "get a list of all RUNNING jobs on…

Santos
- 177
- 1
- 1
- 15
1
vote
1 answer
How to monitor memory usage of all processes in Linux?
I'm developing a program running on embedded Linux (Debian Buster), and I found the program sometimes has performance issues. After some debugging process, I doubt the issue might not be in my program. Instead, somehow the OS start doing memory swap…

Qiao
- 452
- 5
- 15
1
vote
0 answers
How to infer the possible error in a DNN job based on its CPU/GPU/memory usage?
While the DNN job encounters an error, is there any possible way that I can write a program to detect the potential error(or warning) only based on the CPU, GPU and memory usage of the DNN job? The solution doesn't need to be perfect. It's fine if…

Harvett
- 178
- 2
- 8
1
vote
1 answer
How to monitor the frequency of processes writing to a file on Linux
Just wondering if there is a way (tool/script) to monitor, similar to the way the "top" command monitors processes, the write operations performed by process to a file, especially log files.
AFAIK that "fuser" could be a candidate when put in a…

Bryan Huang
- 5,247
- 2
- 15
- 20
1
vote
1 answer
Accessing Windows (XP) performance counters preferably in VBScript
I'm testing a web application for browser memory leaks using Quick Test Professional (QTP) 9.5 and Internet Explorer 6. PerfMon works for monitoring the memory usage over time, but its data has to be synchronized to the testing results to find out…

Frank Ames
- 147
- 2
- 5
1
vote
1 answer
Get r/s w/s using iostat -x and Unix commands
I am working on a system monitoring project and am wondering how to get just the Device, r/s, and w/s columns returned when running iostat -x. Im sure Id have to use cut some how but my attempt at getting the 4th column (r/s) here: iostat -x | cut…

coloradocoder
- 77
- 9
0
votes
1 answer
Are there any ways to monitor all HTTP protocols and block certain ones using a single script on WIndows?
I want to write a program that can monitor all system HTTP/HTTPS protocols used to open the default browser, and block certain ones, automatically changing certain requested URL into another. The process of changing a URL is simple, but the…

szw0407
- 21
- 5