yaml: add 'append' to stats-log entry

Bug #798
pull/2944/head
Victor Julien 7 years ago
parent 207595396e
commit 3e868188e6

@ -399,6 +399,7 @@ outputs:
- stats: - stats:
enabled: yes enabled: yes
filename: stats.log filename: stats.log
append: yes # append to file (yes) or overwrite it (no)
totals: yes # stats for all threads merged together totals: yes # stats for all threads merged together
threads: no # per thread stats threads: no # per thread stats
#null-values: yes # print counters that have value 0 #null-values: yes # print counters that have value 0

Loading…
Cancel
Save