ab benchmark example

C++
#Apache Benchmark - See how fast a website can handle 100 requests, with max 10 concurrent requests :
ab -n 100 -c 10 http://www.mysite.com/
Source

Also in C++: