Apache Bench 'ab'
ab is a tool for benchmarking your Apache Hypertext Transfer Protocol (HTTP) server. It is designed to give you an impression of how your current Apache installation performs. This especially shows you how many requests per second your Apache installation is capable of serving.
*I'm assuming you're running nix and have Apache installed... so....
For Example:
If you want to send quantity 100 total requests, 10 requests at a time, type this command at your command prompt:
# ab -n 100 -c 10 http://www.somewhere.com/