ab(1)
Apache HTTP server benchmarking tool
sudo apt-get install apache2-utils
For example if you want to send 10000 request, type following command:
$ ab -n 10000 -c 2 http://www.example.com/
great
ReplyDelete