ab benchmarking testing
- by Tennyson
I have a question about ab benchmarking test, if i need to measure the time the server takes to serve IO.php with persistent connection.
does the persistent connection mean i need to input "./ab -k ........." or "./ab -n 1000 -c 100 ........."
Thanks a lot