You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user of db_bench has 2 options to run with statistics:
Enabling the -statistics flag
Setting the -statistics_string flag
However, when using the -statistics flag db_bench displays the statistics whereas when using the -statistics_string flag db_bench doesn't.
For example, try to run both of the following commands, one using the -statistics flag and the other -statistics_string: ./db_bench -statistics -benchmarks fillseq -num 10000 ./db_bench -statistics_string BasicStatistics -benchmarks fillseq -num 10000
The text was updated successfully, but these errors were encountered:
The user of db_bench has 2 options to run with statistics:
However, when using the -statistics flag db_bench displays the statistics whereas when using the -statistics_string flag db_bench doesn't.
For example, try to run both of the following commands, one using the -statistics flag and the other -statistics_string:
./db_bench -statistics -benchmarks fillseq -num 10000
./db_bench -statistics_string BasicStatistics -benchmarks fillseq -num 10000
The text was updated successfully, but these errors were encountered: