monitoring

Need "Processes with Network Activity" functionality in managed code - Like resmon.exe does it

I am needing to collect a list (In C#) of processes which currently (Or within the past x secs) have have network activity, the names of the processes, and the qty of data sent (Pretty much EXACTLY what is shown on the new Windows 7 Resource Monitor under the network tab). I know I could use WinPCap to write a complete sniffer myself, B...

flash: is there a way to monitor a loaded flash and watch all variable changes

Hi. I've been told that there is a gaming site that you just need to upload your flash game and it automatically detects scoring and adds the scores to an online highscore table. is it possible? can i somehow using javascript or a 2nd flash file to load a flash and to debug all of it's variables without having the source? I assume tha...

Cell Phone Monitor in J2SE

Need an incoming cell phone call monitoring in my application. In realtime. Java Application is running at PC (Linux or Windows). There is a connection PC to cell phone over serial cable or bluetooth. How to implement monitoring? Are there any frameworks that provide high level interface to major mobile systems (nokia, SE, motorola, sie...

Monitoring MySql for query frequency

Around the time of a release I saw in Munin that the number of queries increased dramatically, on a regular frequency. These aren't slow queries. Rather than doing the brute force method of going over my code to see what is causing the excessive number of queries, I'd like to know if there's an open source solution that can monitor a run...

Monitoring JBOSS ESB

Can anyone suggest which monitoring tool is the best for monitoring JBOSS, in particular ESB queue depth etc? I currently use Hyperic with a custom plugin, does anything support JBOSS ESB out of the box? ...

Access sql that triggered the trigger from within trigger (Sybase)

Is there a way to access the sql that triggered a trigger from within the trigger? I've managed to get it by joining to the master..monProcessSQLText MDA table but this only works for users with the mon_role and I don't want to give that to everyone. Is there a global variable I've missed? I'm trying to log all the updates run against...

Perl script to dynamically monitor web pages

I'm tweaking a perl script that I use to monitor sites (response times etc.) and I'm running into issues using Nagios::WebTransact. I want to be able to post to a page on one of my sites, get a response, and use the values in that response to post to the next page. It doesn't look like Nagios::WebTransact supports this. I read it has "l...

Can I use Mailing list for this task?

I have a web app installed on many different platforms(different versions, different servers). What I want to accomplish: all team members mush receive email notification from any of these servers with some messages(exceptions, important messages etc) How can I do that? I'm afraid that I don't quite understand what does "Mailing list"...

How to test the reactivity of a Windows Service?

Hi, I'm programming a monitoring application that needs to display the state of several windows services. In the current version, I can know whether a service is Running, Stopped, Suspended or in one of the pending states. That's good, but I'm wondering if there is a way to test if a service is actually responding? I guess it can be in ...

Integrate different Nagios webservers

I have different sites running with 4 to 5 server at each location. All the locations have one monitoring server with Nagios. Now I want to create a central location and want to combine all the nagios services running at each location. Can anyone please point me to some documentation for these type of jobs. ...

OSX: Hook file read event

I have a particular file I want to monitor for file read attempts by all applications on OSX. I'd like to be able to interrupt the requests so I could decide which applications have permission to read the file and which don't (by querying the user, or checking a cache of user responses). Is this possible with the OSX API? If not, is i...

Monitor JVM on tomcat service

Hi I noticed that different tools for monitoring JVM require that the process will be java.exe in the taskbar. Its process id is supplied to them and then statistics regarding garbage collection and etc are returned. When running tomcat as a service, there is no a process named jave.exe but it is tomcat6.exe. How can I get statistics reg...

PerfMon web interface - does it exist?

I realise that it is fairly easy to query performance counters in code and display these on an ASPX page but does anyone know if a product already exists which is basically a web version of PerfMon - free or otherwise? many thanks Marcus ...

How to determine Ajax (XHR) request sender?

Hi all, Is there a way in any browser to find out who (which piece of code) actually sent an Ajax request? What I mean: in firebug one can monitor network activity (in the Net tab) but there is no way of guessing where the request was initiated from. Does anybody know firefox/firebug extensions or maybe other browser's extensions to sh...

I am creating a web-based sysadmin portal for monitoring my web server

This will involve monitoring, coldfusion, sql server 2005, iis, coldfusion errors, hardware. For example, I want to create graphical easy to understand charts showing coldfusion performance, but I want to know what data can i access underneath the system to get that? Are there any resources for that? Yes I know there is a balance from...

Java Network Monitor

Please recommend a good network monitor that monitors all the Request and the responses made by my java program and gives me detail on the Headers. ...

Useful Servlet Filters to analyze website usage patterns

I'm looking for some powerful j2ee servlet Filters that make it simpler to track, monitor, block, analyse etc. Java web applications and (Tomcat/Glassfish etc.) web servers. I'm more of a programmer than a heavy-duty server administrator, so the reason I'm looking for a software solution is that I don't want to spread out configuration ...

Pmi Client is not created while using with sun java instead of IBM java

Hi!! My task to monitor the IBM Websphere through pmi client.Pmi client is an agent provided by the IBM to get MBeans and is running under IBM Java. I tried it to run under Sun java. But, it fails to create the Pmiclient. Did Anyone come across this issue? ...

Good Sample .Net Windows service to report an error

Hi all, I am writing a windows service that will be doing a lot of network communication (copy many many files in shared folders and modify database). I need a way to notify a user (if logged on) of any exceptions/errors. My issue is do group to errors for send it (by email) to administrator address. I am aware of event logging neithe...

Tools to monitor and debug SaaS Services

What tools will come in handy to debug and monitor SaaS services built on WCF in production environment ? FYI - No access to the actual server whatsoever. No remoting in, and no access to the file system. ...