Top "Monitoring" questions

Monitoring is the act of looking on the processes or systems for performance, supervision and surveillance.

How can I view live MySQL queries?

How can I trace MySQL queries on my Linux server as they happen? For example I'd love to set up …

mysql monitoring
How to monitor Java memory usage?

We have a j2ee application running on Jboss and we want to monitor its memory usage. Currently we use …

java garbage-collection monitoring memory-management
PowerShell script to check the status of a URL

Similar to this question here I am trying to monitor if a set of website links are up and running …

powershell web-services powershell-2.0 monitoring
Monitor the Graphics card usage

How can I monitor how much of the graphics card is used when I run a certain application? I want …

monitoring gpu
Tool to monitor HTTP, TCP, etc. Web Service traffic

What's the best tool that you use to monitor Web Service, SOAP, WCF, etc. traffic that's coming and going on …

web-services http tcp monitoring
Monitor network activity in Android Phones

I would like to monitor network traffic of my Android Phone. I was thinking using tcpdump for Android, but I'm …

android monitoring wireshark tcpdump
How to monitor SQL Server table changes by using c#?

I have more than one application accessing the same DB and I need to get notified if one of these …

c# sql-server monitoring
How to monitor a text file in realtime

For debugging purposes in a somewhat closed system, I have to output text to a file. Does anyone know of …

monitoring text-files
How to monitor Windows services

I'm looking for a way to monitor certain Windows services (on Windows Server 2003) and restart if necessary. The services are …

windows-services monitoring