]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] introduce the "stats" keyword in global section
authorWilly Tarreau <w@1wt.eu>
Thu, 18 Oct 2007 11:53:22 +0000 (13:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 18 Oct 2007 12:16:11 +0000 (14:16 +0200)
commitfbee71331dee1135151866de8d57ec4048ac6e8c
treebf9ff55cc259d4a7bbbe4d79125fe2bd3c455278
parent3e76e728ce4e6cbf5d14a74139da3470618bf4f6
[MEDIUM] introduce the "stats" keyword in global section

Removed old unused MODE_LOG and MODE_STATS, and replaced the "stats"
keyword in the global section. The new "stats" keyword in the global
section is used to create a UNIX socket on which the statistics will
be accessed.  The client must issue a "show stat\n" command in order
to get a CSV-formated output similar to the output on the HTTP socket
in CSV mode.
doc/configuration.txt
include/proto/dumpstats.h
include/types/global.h
src/cfgparse.c
src/dumpstats.c
src/haproxy.c