monitoring

Looking for a commercial or free library similar to Hyperic SIGAR

Anybody knows a Java library similar to Hyperic SIGAR?. I'm interested mostly in process monitoring & CPU usage. ...

Lightweight multi os monitoring plateform

Hi, I have a project where the is windows, freebsd and linux servers. I have to monitor some services : mysql replication status www status status with regexp on a webpage space on disk Is there open source software to do this and rapid to deploy ? Thanks in advance Best regards ...

com.sun.management.OperatingSystemMXBean use in an OSGi bundle

I have some legacy code that was used to monitor my applications cpu,memory etc that I want to convert to a bundle. Now when i start this bundle its complaining Missing Constraint: Import-Package: com.sun.management; version="0.0.0" I had used the OperatingSystemMXBean to get access to stats on the JVM. My question is can I use this...

Is there a utility that can monitor open windows/ in .net winforms?

This is a general question, but I'll explain my specific need at the moment: I want to find the framework class that enables one to choose an image at design-time. I can find the editor that is used at run-time - its the Drawing.Design.ImageEditor. At design time, however, a different editor pops up which allows one to choose an image ...

Is there a way in .NET to access the bytecode/IL/CLR that is currently running?

Hi. I'd like to have access to the bytecode that is currently running or about to run in order to detect certain instructions and take specific actions (depending the instructions). In short, I'd like to monitor the bytecode in order to add safety control (see EDIT #1 for explanation). Is this possible? I know there are some AOP framew...

JBOSS Monitoring tool on UNIX

I have a web application deployed on a jboss server running on a unix machine. I want to be able to monitor threads, CPU times ,requests, etc. , for gauging application performance on the server. What might be the best way to do this? ...

Windows Mobile 6 / 6.5 performance monitoring

I'm writing an app for a Pocket PC device which appears to be slowly leaking resources - after 24hrs the device slowly becomes unresponsive and eventually locks up altogether. On XP/Vista I would at this point fire up trusty PerfMon and plot graphs of handles, threads, memory, mutexes etc - anything that could be leaking. Can someon...

Any recommendations for open-source cross-platform virtual machine monitor/managers?

I'm looking for virtual machine managers, the more functions the better, that will centrally manage Xen and VMWare virtual machines and hosts. I've come across BixData and LxCenter, but haven't tried them. Has anyone any experience of them, or recommendations for other such tools? Ignore this, it should be on Server Fault. I've made an...

How to Profile the CPU Activity of a Visual Studio Program

Imagine i have a program doing a lot of things wasting about 90% of CPU. I need a way to know (through visual studio) where the program are wasting CPU. ...

How to know about MySQL 'refused connections'

Hello, I am using MONyog to montitor my two mysql servers. I get alert emails from MONyog when something goes wrong. There is an error I could not find out why. It says: Connection History: Percentage of refused connections) - 66.67% the percentage is not important, this is just about having refused connections. I get this email e...

What Python based Dashboard options exist?

I want to create a Dashboard on each server to show it's health and the results of some daily processing. I plan to hook up shell scripts and Python programs to collect the data. Instead of writing a web-based interface, I thought it would be good to use a python based web dashboard that could render the results in various business user...

Monitor Process(es), Shutdown if over a threshold CPU Usage

Hi, I am new to WMI and System.Diagnostics etc. I need to write something (a service?) that monitors several processes for CPU Usage %. When I am in Task Manager, the CPU column is the one that I want (i.e. the percentage). I need to be able to run this on a remote machine, and have it check the CPU Usage every second or so. When the us...

Jsystem: Thread.sleep() in testcase pauses Monitor

I guess I miss some basical stuff, regadring threads. However, here my problem: I have a monitor running. On the other hand I have a test. The test does execute a sql query several times, between each execution waiting some ms with Thread.sleep(xy). for (int i = 0; (i < iterationsteps); i++) { rs = myQuery.execute(); //check ...

ASP.Net Web Farm Monitoring

I am looking for suggestions on doing some simple monitoring of an ASP.Net web farm as close to real-time as possible. The objectives of this question are to: Identify the best way to monitor several Windows Server production boxes during short (minutes long) period of ridiculous load Receive near-real-time feedback on a few key metric...

How to measure Java thread execution time?

Hey, I want to measure thread execution time in Java. Now I'm monitoring thread start and end times, but I think it's not so accurate because thread could be suspended during it execution. ...

Site monitoring tool to look for javascript errors

I am currently working on a site that includes javascript code that we get from several different sources and need to run on the site I maintain. Every once and a while some of this code breaks without our knowing until its too late. Is there a monitoring tool that will crawl our site and look for javascript errors and report them or cou...

Is there an application that can monitor the network and API usage of an .exe ?

Is there an application that can monitor the network and API usage of an .exe ? I am looking for an app that can monitor: - Network traffic and or just HTTP traffic - Windows API calls For a delphi exe which I do not have the source for. Any suggestions. Thankyou. ...

ASP.NET logging Events in DB

Hi , Was wondering if ASP.NET's System.web.Management can be used for logging events like userLogin, Passwordchanges,access to some resources or should we use the system.Web.Management for logging of errors and healthmonitoring Is there any way that I can do the logging of events without re-inventing the whole thing. I know ELMAH is us...

Does Nagios have an API that can control targets?

In Zabbix, there is a well documented (although in Draft status) API for instantiating targets and controlling them. Does such an API exist in Nagios? The need for this is a cloud-based implementation. I would like to be able to scale monitoring targets dynamically so that on Monday it would be monitoring 10 targets and Tuesday it w...

Algorithmic trading software safety guards

I'm working on an automatic trading system. What sorts of safe-guards should I have in place? The main idea I have is to have multiple pieces checking each other. I will have a second independent little process which will also connect to the same trading account and monitor simple things, like ensuring the total net position does not g...