Tagged Questions

0
votes
5answers
63 views

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

Hello all, 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 solu …
0
votes
2answers
127 views

formatting shell output into structured data?

Are there any libraries (perl, python, ruby, etc) or other means of formatting the output of shell commands to a structured data format like JSON or XML to be processed by another …
1
vote
2answers
311 views

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 applicati …
4
votes
6answers
1k views

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, …
1
vote
1answer
440 views

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, bu …
0
votes
3answers
588 views

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 …