]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] Collect & provide separate statistics for sockets, v2
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Sun, 4 Oct 2009 13:43:17 +0000 (15:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Oct 2009 16:56:02 +0000 (18:56 +0200)
commitaeebf9ba6574ca5b8c352685546c0799ecd5e259
treea158ecc0cdbf74770e8ae7ec0a92015d0badef41
parent719e726c97373e5944ec5b819a09b9e5eef6c708
[MEDIUM] Collect & provide separate statistics for sockets, v2

This patch allows to collect & provide separate statistics for each socket.
It can be very useful if you would like to distinguish between traffic
generate by local and remote users or between different types of remote
clients (peerings, domestic, foreign).

Currently no "Session rate" is supported, but adding it should be possible
if we found it useful.
13 files changed:
doc/configuration.txt
include/proto/dumpstats.h
include/proto/proxy.h
include/types/proto_http.h
include/types/protocols.h
include/types/proxy.h
include/types/session.h
src/cfgparse.c
src/client.c
src/dumpstats.c
src/proto_http.c
src/proto_tcp.c
src/session.c