]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] added byte count to sessions and statistics.
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Jan 2007 23:28:21 +0000 (00:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Jan 2007 23:28:21 +0000 (00:28 +0100)
commit35d66b0c28cfda764da02dbcb746c68d0c5baea8
tree39fff403a6ae48cf3a826de14afeb04b6c9a5e8c
parent41dff82b54640e4b17ee0c9c17917dd6396fd90f
[MINOR] added byte count to sessions and statistics.

Now the stats page reports the IN and OUT byte counts per FE,
BE and SRV.
include/types/proxy.h
include/types/server.h
include/types/session.h
src/buffers.c
src/client.c
src/log.c
src/proto_http.c