Apache Benchmarking: para desempenho

Apache Benchmarking: A fim de comparar um site para verificar o tempo de resposta.

$ 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.