MINOR: stats: create stats fields storage and CSV dump function
authorWilly Tarreau <w@1wt.eu>
Mon, 4 Jan 2016 18:04:18 +0000 (19:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Mar 2016 16:08:04 +0000 (17:08 +0100)
commit82a8602da731677acce2f85d45d19fcff67a9c26
treeb5ebd57af9a0a05a57b5f02bf7ae9637cbd62996
parentf614229b31bc8ad2a54ef199157d20de257e54fa
MINOR: stats: create stats fields storage and CSV dump function

The new function stats_dump_fields_csv() currenty walks over all CSV
fields and prints all non-empty ones as one line. Strings are csv-encoded
on the fly.
src/dumpstats.c