mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
make --hdr_digits configurable
This commit is contained in:
@@ -153,6 +153,16 @@ created for this name.
|
||||
|
||||
--session-name <name>
|
||||
|
||||
If you want to control the number of significant digits in all of the HDR metrics, including histograms and timers, then
|
||||
you can do so this way:
|
||||
|
||||
--hdr-digits 4
|
||||
|
||||
The default is 4 digits, which creates 10000 equisized histogram buckets for every named metric in every reporting
|
||||
interval. For longer running test or for test which do not require this level of precision in metrics, you can set this
|
||||
down to 3 or 2.
|
||||
|
||||
|
||||
Enlist engineblock to stand up your metrics infrastructure using a local docker runtime:
|
||||
|
||||
--docker-metrics
|
||||
|
||||
Reference in New Issue
Block a user