doc updates

This commit is contained in:
Jonathan Shook 2021-02-19 20:47:37 -06:00
parent 35b49a4676
commit 11f35fdf57

View File

@ -129,22 +129,25 @@ Log HDR histogram stats to a CSV file
--log-histostats 'stats.csv:.*:1m' # with 1-minute interval --log-histostats 'stats.csv:.*:1m' # with 1-minute interval
--log-histostats 'stats.csv:.*specialmetrics:10s' --log-histostats 'stats.csv:.*specialmetrics:10s'
Adjust the progress reporting inverval Adjust the progress reporting interval
--progress console:10s --progress console:1m
or or
--progress logonly:5m --progress logonly:5m
If you want to add in classic time decaying histogram metrics NOTE: The progress indicator on console is provided by default unless
for your histograms and timers, you may do so with this option: logging levels are turned up or there is a script invocation on the
command line.
If you want to add in classic time decaying histogram metrics for your
histograms and timers, you may do so with this option:
--classic-histograms prefix --classic-histograms prefix
--classic-histograms 'prefix:.*' # same as above --classic-histograms 'prefix:.*' # same as above
--classic-histograms 'prefix:.*specialmetrics' # subset of names --classic-histograms 'prefix:.*specialmetrics' # subset of names
Name the current session, for logfile naming, etc Name the current session, for logfile naming, etc
By default, this will be "scenario-TIMESTAMP", and a logfile will be created By default, this will be "scenario-TIMESTAMP", and a logfile will be created
for this name. for this name.