I run this command on ubuntu:
./ab -n 2000 -c 10 http://localhost:7000/index.html
and each time I get a different number for "Time per request".(huge difference like once is 0.66 ms next time is 0.17 ms).
Why is the result unstable and how can I measure the actual performance of the Apache server?