Last Updated: February 25, 2016
·
273
· bijendrakr

Apache Benchmarking: for performance

Apache Benchmarking: In order to benchmark a website to check with the response time.

$ ab -n 100 -c 10 http://www.expin.me

-n 100 : ab will send 100 requests to expin.me for checking the benchmarking session. 
-c 10   : It means 10 concurrent requests will be sent to expin.me server.