28
votes
15answers
2k views
Web application monitoring best practices
We are finishing up our web application and planning for deployment. Very important aspect of deployment to production is monitoring the health of the system. Having a small team of developers/support …
10
votes
4answers
4k views
Can a C# program measure its own CPU usage somehow?
I am working on a background program that will be running for a long time, and I have a external logging program (SmartInspect) that I want to feed with some values periodically, to monitor it in …
8
votes
5answers
218 views
What key performance monitors should I watch for ASP.NET application
I have a site that receives 5 million request per day. On heavy days, the pages take about 10 seconds to return. I also get out of memory exceptions. I've been reading the Improving .NET Application …
8
votes
6answers
1k views
How to profile PostgreSQL Database?
I want to profile (keep an Eye on) all the activities that goes on in a Database which is in PostgreSQL.
Is there any such utility which will help me do this?
8
votes
16answers
2k views
How to monitor a text file in realtime
Hi, for debugging purpose in a somewhat closed system, I have to output text in a file.
Does anyone knows of a tool that runs on windows ( console based or not ) that detects changes to a file and …
7
votes
4answers
1k views
God vs. Monit
Which one to use for process monitoring and why?
7
votes
8answers
456 views
How to have a computer flash a light
I'd like to have an application monitor written in C# monitoring a set of Forex trading positions. It would be connected via USB to a real set of "traffic lights" sat on a desk which it would use to …
7
votes
11answers
2k views
Best server Performance Monitoring Tool for Java Servers
At work, we are trying to combat the monstrosity that our application servers have become - we are now running out of server resources after many months of resource-creep.
I would like to begin the …
6
votes
4answers
123 views
What do you monitor with JMX in your production JEE server?
This question is not about how JMX works or what JMX does. This question is about applications of JMX in standard application server environment in production. It is not for specific server either.
…
6
votes
7answers
366 views
What is a decent SVN monitoring tool?
I'm working on a project with a couple other members and it would be nice if I could get system tray alerts when someone commits to the project.
I've seen tools for this before and googled around a …
6
votes
4answers
293 views
Windows CPU notification for misbehaving Coldfusion application
I have a web application, written in Coldfusion, which periodically starts using 100% of the server's CPU and crashes the Coldfusion service.
Since I have been unable to reproduce the problem myself, …
6
votes
3answers
577 views
Tools and methods for live-monitoring ASP.NET web applications?
I think many developers know that uncomfortable feeling when users tell them that "The application is slow (again)."
In a complex web application there can be many possible reasons for a degradation …
6
votes
7answers
1k views
Best MySQL Server Monitoring Tool
I'd like some opinions about the best mysql monitoring tool available. I've tried MySQL Enterprise Monitor, and it is great for me except it's impossible to get MySQL sell something (see comments for …
5
votes
2answers
152 views
What are the best practices for tracking warnings/errors in long running processes?
Our team has a number of processes which we run manually but which may run for many days. The processes do various things to large numbers of entities (web pages, database rows, images, files, etc). …
5
votes
7answers
4k views
How to detect using c# if a pendrive is plugged into a USB port ?
Is there a way to find out when in a LAN anyone plugs in a pendrive to the USB port?
Programatically (in C# preferably) or through some tool. Basically I'd imagine a client application sits on each …
