Thursday, 2 February 2012

How to install Apache Benchmarking tool - ab

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/


1 comment: