EPiWiki.se  - EPiServer notes shared with others
 

TinyGet

[Edit]
A great tool to provide load on a server (located in the IIS resource tools)

Simple usage



tinyget.exe -status:200 -x:10 -l:100 -r:17009 myhost /en/Products/SlowPage1/

-status:200 - Expect HTTP status 200
-x:10 – run 10 threads
-l:100 – loop for 10000 times (going to access the page 1000 times if 10 threads are used)
-r:17009 – use port 17009
Myhost – on my host
/en/Products/SlowPage1/ - with the path

Scripted usage


Same script accessing eight pages

tinyget.exe -script:allpages.txt -status:200 -x:10 -l:100 -r:17009

allPages.txt



myhost /en/Products/
myhost /en/Products/SlowPage1/
myhost /en/Products/SlowPage2/
myhost /en/Products/SlowPage3/
myhost /en/Products/SlowPage4/
myhost /en/Products/SlowPage5/
myhost /en/Products/SlowPage6/
myhost /en/Products/SlowPage7/


Version author:
Mattias Lövström

EPiServer version

All