February 2018
Intermediate to advanced
382 pages
11h 33m
English
The steps for benchmarking are as follows:
$ ls bin/redis-benchmark bin/redis-benchmark
$ bin/redis-benchmark --help
Usage: redis-benchmark [-h <host>] [-p <port>] [-c <clients>] [-n <requests>] [-k <boolean>]
-h <hostname> Server hostname (default 127.0.0.1)
-p <port> Server port (default 6379)
-s <socket> Server socket (overrides host and port)
...
names are the same as the ones produced as output.
-I Idle mode. Just open N idle connections and wait.
$ bin/redis-benchmark ====== PING_INLINE ====== 100000 ...
Read now
Unlock full access