Aug 25, 2011

Benchmark page

ab -n 1000 -c 10 "http://127.0.0.1:8000/"
# -n  number of requests to perform for the benchmarking session. The default is to just perform a single request which usually leads to non-representative benchmarking results.
# -c  number of multiple requests to perform at a time. Default is one request at a time.

No comments: