推荐一本关于 ASP.NET 应用程序负载测试的书

发布于 2024-08-21 13:03:49 字数 166 浏览 10 评论 0原文

我需要一本书来推荐使用 SQL Server 后端对 ASP.NET 应用程序进行负载测试的策略。

一些可能有用的信息:

  • 如何编写负载测试计划
  • 要使用哪些性能计数器以及 典型阈值
  • 发现瓶颈
  • 各种负载测试工具

I need a book to recommend strategies for load-testing an ASP.NET application with SQL Server backend.

Some info that may be useful:

  • how to write a load test plan
  • what perfmon counters to use and
    typical threshold values
  • finding bottlenecks
  • various load testing tools

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

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

发布评论

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

评论(2

春夜浅 2024-08-28 13:03:49

我可以推荐两本 2010 年出版的书:

  1. ".NET 性能测试和优化 - 完整指南,作者:保罗·格拉维奇、克里斯·法雷尔”
  2. “ASP.NET 站点性能秘密” 作者:Matt Perdeck

第一本书是性能测试的相当完整的源代码。它反映了问题中列出的所有 4 个主题。第二本书更多地从性能优化的角度出发,但也深入讨论了瓶颈、性能计数器和负载测试工具。它也是一本免费的 pdf 电子书。

I can recommend two books published in 2010:

  1. ".NET Performance Testing and Optimization - The Complete Guide, by Paul Glavich, Chris Farrell".
  2. "ASP.NET SITE PERFORMANCE SECRETS" by Matt Perdeck

The first book is pretty complete source for performance testing. It reflects all 4 topics listed in the question. The second book is written more from performance optimization standpoint, but also discusses in-depth bottlenecks, perfmon counters and load testing tools. It is also a free pdf eBook.

此生挚爱伱 2024-08-28 13:03:49

Microsoft 有一个 Patterns &名为 “Web 应用程序性能测试指南” 的练习书

我还没有读过,但我浏览了一下,它看起来对你或其他人会觉得有益。另外,它是免费的。

Microsoft has a Patterns & Practice book called "Performance Testing Guidance for Web Applications"

I haven't read it, but I've skimmed through it, and it looks like something that you or others would find beneficial. Plus, it's free.

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