ASP.NET Web App比较不同硬件上的性能?

时间:2021-11-13 03:38:12

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.

我正在寻找一个开源的C#ASP.NET Web App,它可以加载到2个或更多专用服务器上,并为我提供有关该服务器性能的指标。例如。单击页面,应用程序会执行大量内存中迭代和/或计算以测试处理器吞吐量。另一个页面将执行一堆磁盘访问并报告。

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.

我可以把自己放在一起,但可能已经有了一些东西,其中有大量的工具可以做到这一点。我想我不是第一个想要比较两台机器用作Web服务器的人。

1 个解决方案

#1


2  

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.

这不是你所要求的,但微软有一个工具可以以不同的方式为你提供你想要的东西。它被称为Web容量分析工具。

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

我们的想法是使用此工具在两个不同的服务器上测试您的网站,看看它是如何做的。

#1


2  

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.

这不是你所要求的,但微软有一个工具可以以不同的方式为你提供你想要的东西。它被称为Web容量分析工具。

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

我们的想法是使用此工具在两个不同的服务器上测试您的网站,看看它是如何做的。