I am trying to use TinyGet t stress test an application. I am running the following command:
"C:\Program Files\IIS Resources\TinyGet\tinyget.exe" -srv:localhost -uri:/testwebsite/default.aspx -loop:10
It appears to work as there is no error message. However, the ASP.NET process does not appear. Should the ASP.NET process appear?
Is there any documentation for TinyGet.
Update 17/07/2012 Is anyone able to confirm that the thread flag (http://code.google.com/p/toolsdotnet/wiki/TinyGet) is referring to the number of worker threads, IO threads or both?