commit | 9e561077e6fc9bc7ad0e8c3e5ded01e96c6cbf5a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jan 04 19:36:41 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 11 17:08:04 2016 +0100 |
tree | 3d6560202742e71d867c24966e5eb3adc18d7411 | |
parent | 82a8602da731677acce2f85d45d19fcff67a9c26 [diff] |
MEDIUM: stats: convert stats_dump_fe_stats() to use stats_dump_fields_csv() This function now only fills the relevant fields with raw values and calls stats_dump_fields_csv() for the CSV part. The output remains exactly the same for now.