推荐一本关于 ASP.NET 应用程序负载测试的书
我需要一本书来推荐使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我可以推荐两本 2010 年出版的书:
第一本书是性能测试的相当完整的源代码。它反映了问题中列出的所有 4 个主题。第二本书更多地从性能优化的角度出发,但也深入讨论了瓶颈、性能计数器和负载测试工具。它也是一本免费的 pdf 电子书。
I can recommend two books published in 2010:
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.
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.