olga 发表于 2015-8-13 12:41:04

IIS压力测试工具TinyGet

  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
页: [1]
查看完整版本: IIS压力测试工具TinyGet