Apache Benchmark Tool
AB is a versatile tool crafted specifically for benchmarking web servers. Its primary objective is to provide users with insights into the performance of their web server installations. AB accomplishes this by gauging the server's ability to handle requests, offering valuable metrics such as requests per second served. http://httpd.apache.org/docs/2.4/programs/ab.html To benchmark a web site, use ab command provided by Apache.
1 |
[user@server ~] ab -c 200 -n 15000 http://site-to-benchmark-here.com/ |
