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
Monday, June 20, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment