]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] stats: use 'clear counters all' to clear all values
authorWilly Tarreau <w@1wt.eu>
Sat, 10 Oct 2009 13:26:26 +0000 (15:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 10 Oct 2009 13:32:48 +0000 (15:32 +0200)
commit2f6bf2b82c0af292d9adb28d01fd91f754dff221
treea9eccd1c444f51d5ba59c054d0765508ccd2e2a5
parent1d7a420c84cfd19bfeaedfc1dc971fb13dfc8a1f
[MINOR] stats: use 'clear counters all' to clear all values

The most common use of "clear counters" should be to only clear
max values without affecting cumulated values, for instance,
after an incident. So we change "clear counters" to only clear
max values, and add "clear counters all" to clear all counters.
doc/configuration.txt
src/dumpstats.c