$ time memtier_benchmark -s testhost -p5379 -Predis -c 10 -t 1000 -n 10000 --ratio 1:2 --data-size-pattern=S --key-minimum=10000000 --key-maximum=1000000000 --key-pattern=G:G --key-stddev=100000 --key-median=900000000 --hide-histogram -x 1 --distinct-client-seed --pipeline=64
Writing results to stdout
[RUN #1] Preparing benchmark client...
[RUN #1] Launching threads now...
[RUN #1 100%, 54 secs] 0 threads: 100000000 ops, 1784532 (avg: 1818624) ops/sec, 131.83MB/sec (avg: 134.42MB/sec), 359.29 (avg: 350.79) msec latencyy
1000 Threads
10 Connections per thread
10000 Requests per client
ALL STATS
============================================================================================================================
Type Ops/sec Hits/sec Misses/sec Avg. Latency p50 Latency p99 Latency p99.9 Latency KB/sec
----------------------------------------------------------------------------------------------------------------------------
Sets 603079.51 --- --- 350.74828 354.30300 704.51100 733.18300 47704.53
Gets 1205797.25 1197076.09 8721.16 350.81128 354.30300 704.51100 733.18300 89203.19
Waits 0.00 --- --- --- --- --- --- ---
Totals 1808876.76 1197076.09 8721.16 350.79028 354.30300 704.51100 733.18300 136907.73
real 0m59.823s
user 2m9.461s
sys 0m44.139s
$ time memtier_benchmark -s testhost -p5379 -Predis -c 10 -t 1000 -n 1000 --ratio 1:2 --data-size-pattern=S --key-minimum=10000000 --key-maximum=1000000000 --key-pattern=G:G --key-stddev=100000 --key-median=900000000 --hide-histogram -x 1 --distinct-client-seed
Writing results to stdout
[RUN #1] Preparing benchmark client...
[RUN #1] Launching threads now...
[RUN #1 100%, 15 secs] 0 threads: 10000000 ops, 0 (avg: 633989) ops/sec, 0.00KB/sec (avg: 44.95MB/sec), 0.00 (avg: 15.77) msec latency
1000 Threads
10 Connections per thread
1000 Requests per client
ALL STATS
============================================================================================================================
Type Ops/sec Hits/sec Misses/sec Avg. Latency p50 Latency p99 Latency p99.9 Latency KB/sec
----------------------------------------------------------------------------------------------------------------------------
Sets 203819.64 --- --- 15.79604 15.35900 37.37500 56.57500 16122.45
Gets 406418.81 346685.37 59733.43 15.68839 15.42300 37.37500 54.52700 28180.56
Waits 0.00 --- --- --- --- --- --- ---
Totals 610238.45 346685.37 59733.43 15.72434 15.35900 37.37500 55.03900 44303.01
real 0m21.441s
user 1m1.555s
sys 9m42.226s
$ time memtier_benchmark -s testhost -p5379 -Predis --hide-histogram --command="SCAN 0 MATCH * COUNT 1000" -c 10 -t 10
Writing results to stdout
[RUN #1] Preparing benchmark client...
[RUN #1] Launching threads now...
[RUN #1 100%, 109 secs] 0 threads: 1000000 ops, 9124 (avg: 9125) ops/sec, 209.77MB/sec (avg: 209.80MB/sec), 10.95 (avg: 10.94) msec latency
10 Threads
10 Connections per thread
10000 Requests per client
ALL STATS
==================================================================================================
Type Ops/sec Avg. Latency p50 Latency p99 Latency p99.9 Latency KB/sec
--------------------------------------------------------------------------------------------------
Scans 9074.08 10.94373 10.87900 21.75900 23.16700 213613.04
Totals 9074.08 10.94373 10.87900 21.75900 23.16700 213613.04
real 1m53.052s
user 1m33.693s
sys 0m29.739s