tinyget使用举例:
tinyget -srv:localhost -uri:/BuggyBits/AllProducts.aspx -threads:5 -loop:1
举例2:
tinyget -srv:localhost -uri:/Presentation/Default.aspx -threads:30 -loop:50
上面的命令表示使用30个并发线程来发出50个Get的请求到http:\\localhost\Presentation\Default.aspx
参考资料
=====================
Validating Content on Early Releases
http://technet.microsoft.com/en-us/library/cc656685.aspx
TinyGet
http://code.google.com/p/toolsdotnet/wiki/TinyGet
The IIS 6.0 Resource Kit Tools
http://support.microsoft.com/kb/840671
TechEd 2008 補充: 使用 Tinyget + Logparser 進行網站程式自動測試
http://blogs.msdn.com/b/roberthu/archive/2008/09/30/teched-2008-tinyget-logparser.aspx
Case Study: ASP.NET Deadlock calling WebServices
http://blogs.msdn.com/b/tess/archive/2007/12/18/case-study-asp-net-deadlock-calling-webservices.aspx
本文提供了TinyGet工具的具体使用案例,展示了如何通过并发线程发送多次GET请求进行网站程序的压力测试。介绍了TinyGet的基本用法及其参数配置。
9370

被折叠的 条评论
为什么被折叠?



