Hi everyone,
Hope you can help me here please. We are going to stress test a VB.NET
web service.
I am looking for some nice free measureware that we can install easily
on the server that will show some nice graphs on things like:
1. CPU usage
2. Memory usage
3. Read/Writes etc
4. etc/etc...
as I ramp up the number of users using the web service...
Does anyone out there have any nice
recommendations/ideas/suggestions/user experiences that thay would like
to share?
Any comments - greatly welcomed.
Cheers,
Al.
Josh Twist - 23 Feb 2006 13:45 GMT
Search on google for perfmon
It comes free with windows, can be used remotely and does EXACTLY what
you need. It can even listen to specific performance counters for parts
of the .NET Framework and ASP.NET apps.
Josh
http://www.thejoyofcode.com/