Back to Entries

Apache Web Benchmarking Tool

Date: 2013-08-17
Tags: programming note snippet

I had a need to test the performance of a web server under a specified request load. I found a tool, released by the Apache foundation.

A sample command:

ab -n 10 -c 5  http://domaintotest.com