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"
3
3
.SH NAME
4
4
memtier_benchmark \- NoSQL benchmark tool
5
5
.SH SYNOPSIS
@@ -19,9 +19,9 @@ Server port (default: 6379)
19
19
UNIX Domain socket name (default: none)
20
20
.TP
21
21
\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 .
25
25
.TP
26
26
\fB \- a \fR , \fB \-\- authenticate \fR =\fI \, CREDENTIALS \/ \fR Authenticate using specified credentials.
27
27
A simple password is used for memcache_text
@@ -44,6 +44,9 @@ Use specified CA certs bundle for TLS
44
44
\fB \-\- tls \- skip \- verify \fR
45
45
Skip verification of server certificate
46
46
.TP
47
+ \fB \-\- sni \fR =\fI \, STRING \/ \fR
48
+ Add an SNI header
49
+ .TP
47
50
\fB \- x \fR , \fB \-\- run \- count \fR =\fI \, NUMBER \/ \fR
48
51
Number of full\- test iterations to perform
49
52
.TP
@@ -53,25 +56,31 @@ Print debug output
53
56
\fB \-\- client \- stats \fR =\fI \, FILE \/ \fR
54
57
Produce per\- client stats file
55
58
.TP
56
- \fB \-\- out \- file \fR =\fI \, FILE \/ \fR
59
+ \fB \- o \fR , \fB \- \-out \- file \fR =\fI \, FILE \/ \fR
57
60
Name of output file (default: stdout)
58
61
.TP
59
62
\fB \-\- json \- out \- file \fR =\fI \, FILE \/ \fR
60
63
Name of JSON output file, if not set, will not print to json
61
64
.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
62
68
\fB \-\- show \- config \fR
63
69
Print detailed configuration before running
64
70
.TP
65
71
\fB \-\- hide \- histogram \fR
66
72
Don't print detailed latency histogram
67
73
.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
68
77
\fB \-\- cluster \- mode \fR
69
78
Run client in cluster mode
70
79
.TP
71
- \fB \-\- help \fR
80
+ \fB \- h \fR , \fB \- \-help \fR
72
81
Display this help
73
82
.TP
74
- \fB \-\- version \fR
83
+ \fB \- v \fR , \fB \- \-version \fR
75
84
Display version information
76
85
.SS "Test Options:"
77
86
.TP
@@ -131,7 +140,7 @@ P for Parallel (Sequential were each client has a subset of the key\-range).
131
140
.SS "Object Options:"
132
141
.TP
133
142
\fB \- d \fR \fB \-\- data \- size \fR =\fI \, SIZE \/ \fR
134
- Object data size (default: 32)
143
+ Object data size in bytes (default: 32)
135
144
.TP
136
145
\fB \-\- data \- offset \fR =\fI \, OFFSET \/ \fR
137
146
Actual size of value will be data\- size + data\- offset
@@ -207,7 +216,7 @@ WAIT for a random number of slaves in the specified range
207
216
WAIT for a random number of milliseconds in the specified range (normal
208
217
distribution with the center in the middle of the range)
209
218
.SH COPYRIGHT
210
- Copyright \(co 2011\- 2017 Redis Labs Ltd.
219
+ Copyright \(co 2011\- 2022 Redis Ltd.
211
220
.br
212
221
This is free software. You may redistribute copies of it under the terms of
213
222
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
0 commit comments