Monday, January 18, 2010

Apache Load test

Using Apache bench mark tool (Linux).

ab -n 10000 -c 1000 http://url/index.html

-c Concurrency
-n Number of requests

load test through proxy server

ab -n 10000 -c 1000 -X 172.16.11.17:8118 http://172.16.13.100/index.html

-X Proxy:port

No comments:

Post a Comment