3
votes
5answers
285 views
C#: Create CPU Usage at Custom Percentage
Hello,
I'm looking to test system responsiveness etc. on a few machines under certain CPU usage conditions. Unfortunately I can only create ~100% usage (infinite loop) or not enou …
2
votes
2answers
80 views
Logging of long/unusual page execution time automatically in ASP.NET
Hello,
I'd like to implement some kind of automatic "logging" in my ASP.NET MVC application when a page execution (incl. database calls etc.) takes longer than 3 seconds, and then …
38
votes
15answers
3k views
How do you stress test a web application?
Stress testing is something that gets very little love in most death mar.., er I mean web projects. It's usually done at the last minute (or not at all), next to no time gets alloc …
2
votes
2answers
777 views
How to monitor Postfix MTA Status
What is a good command to monitor a Postfix installation on a linux server? It should be one command that can be run from a command prompt in an SSH session and returns informatio …
3
votes
5answers
245 views
Monitoring load on ASP.NET Application
I am looking for ways to keep track of simultaneous users within an application. I cannot use IIS logs due to a load balancer that abstracts the users IP address. I am looking fo …
5
votes
5answers
129 views
What is the best approach to monitor site performance in rails
I'd like to have a special part of administrate area which shows a list of pages/queries that was slow for the past week.
Is there a gem / plugin or other easy way to implement/ …
4
votes
4answers
163 views
What is the best way to measure “spare” CPU time on a Linux based system
For some of the customers that we develop software for, we are required to "guarantee" a certain amount of spare resources (memory, disk space, CPU). Memory and disk space are sim …
