ASP.NET Web App for comparing performance across hardware?

I am looking for a C # ASP.NET open source web application that can be downloaded to 2 or more dedicated servers and provide me with metrics on how this server works. For example. Click on the page and the application will perform a series of iterations and / or calculations in memory to check the processor bandwidth. Another page will have a bunch of disk access and report it.

I could put it together, but maybe there is already something where there is a whole bunch of tools. I would suggest that I am not the first to compare two machines for use as a web server.

+7
c # benchmarking web-applications hardware
source share
1 answer

This is not exactly what you are asking for, but Microsoft has a tool that can help you get what you want differently. It was called Network Bandwidth Analysis Tool .

The idea is to test your site on two different servers with this tool and see how it works.

+2
source share

All Articles