Skip to content

Commit 29f51a8

Browse files
authored
Release 1.4.0 (#191)
1 parent 8e45817 commit 29f51a8

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
1616
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
AC_PREREQ(2.59)
19-
AC_INIT(memtier_benchmark,1.3.0,oss@redis.com)
19+
AC_INIT(memtier_benchmark,1.4.0,oss@redis.com)
2020
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
2121
AC_CONFIG_HEADER([config.h])
2222
AM_INIT_AUTOMAKE

memtier_benchmark.1

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
memtier_benchmark \- NoSQL benchmark tool
55
.SH SYNOPSIS
@@ -19,9 +19,9 @@ Server port (default: 6379)
1919
UNIX 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.
2727
A simple password is used for memcache_text
@@ -44,6 +44,9 @@ Use specified CA certs bundle for TLS
4444
\fB\-\-tls\-skip\-verify\fR
4545
Skip 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
4851
Number of full\-test iterations to perform
4952
.TP
@@ -53,25 +56,31 @@ Print debug output
5356
\fB\-\-client\-stats\fR=\fI\,FILE\/\fR
5457
Produce 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
5760
Name of output file (default: stdout)
5861
.TP
5962
\fB\-\-json\-out\-file\fR=\fI\,FILE\/\fR
6063
Name 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
6369
Print detailed configuration before running
6470
.TP
6571
\fB\-\-hide\-histogram\fR
6672
Don'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
6978
Run client in cluster mode
7079
.TP
71-
\fB\-\-help\fR
80+
\fB\-h\fR, \fB\-\-help\fR
7281
Display this help
7382
.TP
74-
\fB\-\-version\fR
83+
\fB\-v\fR, \fB\-\-version\fR
7584
Display 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
137146
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
207216
WAIT for a random number of milliseconds in the specified range (normal
208217
distribution 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
212221
This is free software. You may redistribute copies of it under the terms of
213222
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.

0 commit comments

Comments
 (0)