Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
6answers
4k 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, fan speed, etc. ...
4
votes
2answers
362 views

CPU/GPU Monitering. (Tempature, current speed, etc) in C#

Im looking for a way to moniter 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 ...
3
votes
2answers
3k 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 applications actually for ...
3
votes
3answers
3k 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 is GPL and therefor ...
1
vote
2answers
176 views

Can anyone recommend a hosted network/system/application monitoring service? [closed]

I've evaluated a lot of great network monitoring software solutions such as groundwork, hyperic, opennms, etc. Is there any hosted subscription service that provides the same functionality as these ...
1
vote
0answers
73 views

Is there any monitoring tool available for web and desktop application

I have developed an application which includes website, database, webservices. My deployment site has a system administrator whose job is to look whether all components are working or not. Generally ...
1
vote
6answers
1k views

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 ...
1
vote
1answer
963 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, but its data has to be ...
0
votes
1answer
228 views

active directory monitoring

I want to develop a monitoring tool to monitor active directory like (solar wind,op manager etc). For this purpose,I have chosen Zabbix(an open source tool) to monitor AD and provide me real time ...
0
votes
3answers
235 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 application? Use ...