Definition of Connect, Processing, Waiting in apache bench.
Posted
by rpatel
on Stack Overflow
See other posts from Stack Overflow
or by rpatel
Published on 2010-05-12T15:31:06Z
Indexed on
2010/05/12
15:34 UTC
Read the original article
Hit count: 236
When I run apache bench I get results like:
Command: abs.exe -v 3 -n 10 -c 1 https://mysite
Connection Times (ms)
min mean[+/-sd] median max
Connect: 203 213 8.1 219 219
Processing: 78 177 88.1 172 359
Waiting: 78 169 84.6 156 344
Total: 281 389 86.7 391 563
I can't seem to find the definition of Connect, Processing and Waiting. What do those numbers mean?
© Stack Overflow or respective owner