1# 50 concurrent clients, loop 100 times each client
2CLIENT 50 100
3
4  _REQ www.your.name 80
5  __GET /your/path/to/your/resource?your=params HTTP/1.1
6  __Host: www.your.name
7  __User-Agent: mozilla
8  __
9  _WAIT
10
11END
12
13