system-monitoring

Any Monit like equivalents for windows OS? [closed]

孤者浪人 提交于 2020-01-02 01:18:10
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . 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 monitoring (of which there are hundreds of apps), but also the ability

Is there any way, in java, to check on the status of a windows service? [closed]

*爱你&永不变心* 提交于 2019-12-30 06:43:09
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . 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) license is required as this will be bundled into commercial software.

What is the best way for a Java program to monitor system health? [closed]

你说的曾经没有我的故事 提交于 2019-12-09 05:25:00
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 years ago . 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 of data available to Java?

Using Java to retrieve the CPU Usage for Window's Processes

北慕城南 提交于 2019-12-06 06:29:53
问题 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, but any process running in Windows at the time. I am able to retrieve the memory usage in Java by using the exec("tasklist.exe ... ") to retrieve and parse process information. Although there is an aggregate CPU cycle timer for each process, I do

Any Monit like equivalents for windows OS? [closed]

一笑奈何 提交于 2019-12-05 02:18:17
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 monitoring (of which there are hundreds of apps), but also the ability to execute a script or restart a service. For example, monitor a web page, and restart Tomcat if that page becomes unresponsive (can't just watch the service, because the service is still running but not responding properly). This is for a small application, not a large application, so

Using Java to retrieve the CPU Usage for Window's Processes

我与影子孤独终老i 提交于 2019-12-04 14:42:04
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, but any process running in Windows at the time. I am able to retrieve the memory usage in Java by using the exec("tasklist.exe ... ") to retrieve and parse process information. Although there is an aggregate CPU cycle timer for each process, I do not see a CPU usage column. Any help would be greatly appreciated. Also, if possible, I would like to

What is the best way for a Java program to monitor system health? [closed]

时间秒杀一切 提交于 2019-12-03 06:31:19
Closed . This question is opinion-based. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it can be answered with facts and citations by editing this post . 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 of data available to Java? Works on Windows or Linux or both? Is open / free / cheap? There are MIBs supported by both Windows and Linux