1- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11 .
2- .TH MEMTIER_BENCHMARK "1" "January 2020 " "memtier_benchmark 1.2.17 " "User Commands"
1+ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1 .
2+ .TH MEMTIER_BENCHMARK "1" "August 2022 " "memtier_benchmark 1.4.0 " "User Commands"
33.SH NAME
44memtier_benchmark \- NoSQL benchmark tool
55.SH SYNOPSIS
@@ -19,9 +19,9 @@ Server port (default: 6379)
1919UNIX Domain socket name (default: none)
2020.TP
2121\fB \- P \fR , \fB \-\- protocol \fR =\fI \, PROTOCOL \/ \fR
22- Protocol to use (default: redis). Other
23- supported protocols are memcache_text,
24- memcache_binary .
22+ Protocol to use (default: redis).
23+ other supported protocols are resp2, resp3, memcache_text and memcache_binary.
24+ when using one of resp2 or resp3 the redis protocol version will be set via HELLO command .
2525.TP
2626\fB \- a \fR , \fB \-\- authenticate \fR =\fI \, CREDENTIALS \/ \fR Authenticate using specified credentials.
2727A simple password is used for memcache_text
@@ -44,6 +44,9 @@ Use specified CA certs bundle for TLS
4444\fB \-\- tls \- skip \- verify \fR
4545Skip verification of server certificate
4646.TP
47+ \fB \-\- sni \fR =\fI \, STRING \/ \fR
48+ Add an SNI header
49+ .TP
4750\fB \- x \fR , \fB \-\- run \- count \fR =\fI \, NUMBER \/ \fR
4851Number of full\- test iterations to perform
4952.TP
@@ -53,25 +56,31 @@ Print debug output
5356\fB \-\- client \- stats \fR =\fI \, FILE \/ \fR
5457Produce per\- client stats file
5558.TP
56- \fB \-\- out \- file \fR =\fI \, FILE \/ \fR
59+ \fB \- o \fR , \fB \- \-out \- file \fR =\fI \, FILE \/ \fR
5760Name of output file (default: stdout)
5861.TP
5962\fB \-\- json \- out \- file \fR =\fI \, FILE \/ \fR
6063Name of JSON output file, if not set, will not print to json
6164.TP
65+ \fB \-\- hdr \- file \- prefix \fR =\fI \, FILE \/ \fR
66+ Prefix of HDR Latency Histogram output files, if not set, will not save latency histogram files
67+ .TP
6268\fB \-\- show \- config \fR
6369Print detailed configuration before running
6470.TP
6571\fB \-\- hide \- histogram \fR
6672Don't print detailed latency histogram
6773.TP
74+ \fB \-\- print \- percentiles \fR
75+ Specify which percentiles info to print on the results table (by default prints percentiles: 50,99,99.9)
76+ .TP
6877\fB \-\- cluster \- mode \fR
6978Run client in cluster mode
7079.TP
71- \fB \-\- help \fR
80+ \fB \- h \fR , \fB \- \-help \fR
7281Display this help
7382.TP
74- \fB \-\- version \fR
83+ \fB \- v \fR , \fB \- \-version \fR
7584Display version information
7685.SS "Test Options:"
7786.TP
@@ -131,7 +140,7 @@ P for Parallel (Sequential were each client has a subset of the key\-range).
131140.SS "Object Options:"
132141.TP
133142\fB \- d \fR \fB \-\- data \- size \fR =\fI \, SIZE \/ \fR
134- Object data size (default: 32)
143+ Object data size in bytes (default: 32)
135144.TP
136145\fB \-\- data \- offset \fR =\fI \, OFFSET \/ \fR
137146Actual size of value will be data\- size + data\- offset
@@ -207,7 +216,7 @@ WAIT for a random number of slaves in the specified range
207216WAIT for a random number of milliseconds in the specified range (normal
208217distribution with the center in the middle of the range)
209218.SH COPYRIGHT
210- Copyright \(co 2011\- 2017 Redis Labs Ltd.
219+ Copyright \(co 2011\- 2022 Redis Ltd.
211220.br
212221This is free software. You may redistribute copies of it under the terms of
213222the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
0 commit comments