commit | 24657794594693a7e933716cd79bcbb266572d39 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 26 10:30:28 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 26 10:30:28 2010 +0100 |
tree | e9d949e18acdda8a9328333f6def559efb9a3952 | |
parent | d9b587f260b99045bce95b34cbe4c1cee7081262 [diff] |
[STATS] separate frontend and backend HTTP stats It is wrong to merge FE and BE stats for a proxy because when we consult a BE's stats, it reflects the FE's stats eventhough the BE has received no traffic. The most common example happens with listen instances, where the backend gets credited for all the trafic even when a use_backend rule makes use of another backend.