Monday, June 20, 2011

How to use Apache Benchmarking tool

Apache Benchmarking tool is used for doing load test for web applications.
Below is an example of using it :

ab -n 1000 -c 100 "http://ip:port/test"

-n - number of requests
-c - number of concurrency requests

No comments:

Post a Comment