From 1fbe4932fcdd1c7a85c844b5edc0a1aa191a6806 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 26 Nov 2007 16:15:35 +0100 Subject: [PATCH] [BUG] missing header names in raw stats output qlimit, pid, iid and sid were missing from the raw stats output --- src/dumpstats.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dumpstats.c b/src/dumpstats.c index b38cd6c23..fd16a6361 100644 --- a/src/dumpstats.c +++ b/src/dumpstats.c @@ -188,7 +188,8 @@ int stats_dump_raw(struct session *s, struct uri_auth *uri, int flags) "ereq,econ,eresp," "wretr,wredis," "status,weight,act,bck," - "chkfail,chkdown,lastchg,downtime," + "chkfail,chkdown,lastchg,downtime,qlimit," + "pid,iid,sid," "\n"); if (buffer_write_chunk(rep, &msg) != 0)