Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP.NET Web App to compare performance on different hardware?

I'm looking for an open source C# ASP.NET Web App that can be loaded onto 2 or more dedicated servers and provide me with metrics on how that server is performing. E.g. Click on a page and the app does a number of in-memory iterations and/or calculations to test processor throughput. Another page would do a bunch of disk access and report on that.

I could put one together myself but there might already be something out there with a whole ton of tools in it to do this. I would imagine that I'm not the first one that would want to compare two machines for use as a web server.

like image 880
Guy Avatar asked Mar 25 '10 20:03

Guy


1 Answers

This isn't what you're asking for exactly but Microsoft has a tool that might get you what you want in a different way. It's called the Web Capacity Analysis Tool.

The idea would be to test your website on two different servers with this tool and see how it does.

like image 54
Steve Wortham Avatar answered Nov 14 '22 23:11

Steve Wortham