commit | 4bfc580dd36e97b95bc747a93e4819d600b091c1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jun 17 12:19:18 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 17 17:15:56 2014 +0200 |
tree | 620c51cb874541dfb86a8040827b6acc941c7a83 | |
parent | 2438f2b9846d20afae18f04ce1760eede7516c30 [diff] |
MEDIUM: session: maintain per-backend and per-server time statistics Using the last rate counters, we now compute the queue, connect, response and total times per server and per backend with a 95% accuracy over the last 1024 samples. The operation is cheap so we don't need to condition it.