什么基准可以测试我的 ASP.NET、SQL Server、IIS 产品的硬件性能?

发布于 2024-07-07 22:02:59 字数 259 浏览 7 评论 0原文

什么基准可以测试我的 ASP.NET、SQL Server、IIS 产品的硬件性能?

我有两台服务器,其中一台运行代码的速度比另一台快得多,并且我相信它们的配置接近相同,因此我想对两台服务器进行基准测试。

希望这个问题成为有关硬件的问题。

这个问题是问我如何测试我的软件的硬件性能。

换句话说,3D 基准测试无法准确评估我的系统是否适合 ASP.NET/SQL Server 应用程序。

What benchmark would test how well my hardware rates, for my ASP.NET, SQL Server, IIS product?

I have two servers, one runs my code much faster than the other and I believe their configurations are close to equivalent and therefore I want to benchmark the two.

I do not want this question to become one about the hardware.

This question is asking how I would test how good my hardware rates, for my software.

In other words, a 3D benchmark doesn't accurately rate my system for an ASP.NET/SQL Server app.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

生生不灭 2024-07-14 22:02:59

我想说,我找到的解决此问题的最佳解决方案是 Visual Studio 团队测试版。 您可以使用任何您喜欢的 .NET 语言编写压力测试,并且它是可学习和可发现的。 您从中获得的指标信息非常丰富。

您可以进行 90 天的试用,看看我在说什么。 我在以前的公司使用它的经历非常好,我们只是在现在的公司直接购买了它,而另一位以前从未使用过它的开发人员在几个小时内就完成了压力测试并运行。

I would say the single best solution I've found for this problem is Visual Studio Team Test Edition. You can write your stress tests in whatever .NET language you like and its learnable and discoverable. The metrics you get back from it are very informative.

There is a 90-day trial you may be able to get away with to see what I am talking about. I had such a good experience at my previous company using it we just bought it outright at my present company and another developer who had never worked with it before had stress tests up and running within a few hours.

梦在深巷 2024-07-14 22:02:59

澄清后,我认为您正在寻找压力测试应用程序

您可以将应用程序托管在两个盒子上,然后使用另一个盒子通过压力测试应用程序向其批量发送请求。

然后您可以查看统计数据,例如每秒点击次数。 每秒响应数等。

我以前从未使用过,但 Google 知道一些


<罢工>你什么意思? 您能澄清一下吗?

PCMark 对硬件进行基准测试,而不是对软件进行基准测试。

您在寻找分析器吗?

构建 Resharper 和 Teamcity 的公司拥有一个

它是一种软件基准测试。

After clarification, then I think you are looking for a stress testing application:

You can host your application on the two boxes, and then use another box to mass-send requests to it with a stress test app.

Then you can look at the statistics, e.g. Hits per seconds. Responses per second, etc.

I have never used one myself before but Google knows some.


What do you mean? Could you clarify?

PCMark benchmarks the hardware, not the software.

Are you looking for a Profiler?

The company that build Resharper and Teamcity, has one.

It is a kind of software benchmark.

梅窗月明清似水 2024-07-14 22:02:59

我也听说过 VS 测试版的好消息。 然而,对于 Web 应用程序的测试,Jmeter 是一个很棒的免费工具,并且运行速度更快。

http://jmeter.apache.org/

I too have heard good things about VS test edition. However for testing of web apps, Jmeter is a great free tool, and quicker to get running.

http://jmeter.apache.org/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文