Back to Entries
Tags: programming note snippet
Status: draft
Date: 2013-08-17

Apache Web Benchmarking Tool


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