$ time memtier_benchmark -s testhost -p6379 -Predis -c 10 -t 1000 -n 1000000 --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%, 83 secs] 0 threads: 10000000000 ops, 108177695 (avg: 119716022) ops/sec, 7.82GB/sec (avg: 8.66GB/sec), 5.87 (avg: 5.27) msec latencyyy
1000 Threads
10 Connections per thread
1000000 Requests per client
ALL STATS
============================================================================================================================
Type Ops/sec Hits/sec Misses/sec Avg. Latency p50 Latency p99 Latency p99.9 Latency KB/sec
----------------------------------------------------------------------------------------------------------------------------
Sets 46832255.92 --- --- 5.23683 1.97500 45.31100 157.69500 3704504.62
Gets 93664230.85 33319697.54 1751.72 5.23599 1.97500 45.31100 157.69500 6951583.97
Waits 0.00 --- --- --- --- --- --- ---
Totals 140496486.77 33319697.54 1751.72 5.23627 1.97500 45.31100 157.69500 10656088.59
real 1m49.941s
user 151m35.398s
sys 131m15.026s
$ time memtier_benchmark -s testhost -p6379 -Predis -c 10 -t 1000 -n 100000 --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%, 269 secs] 0 threads: 1000000000 ops, 3491260 (avg: 3715759) ops/sec, 258.58MB/sec (avg: 275.22MB/sec), 2.86 (avg: 2.65) msec latencyy
1000 Threads
10 Connections per thread
100000 Requests per client
ALL STATS
============================================================================================================================
Type Ops/sec Hits/sec Misses/sec Avg. Latency p50 Latency p99 Latency p99.9 Latency KB/sec
----------------------------------------------------------------------------------------------------------------------------
Sets 1258847.95 --- --- 2.57618 0.60700 36.09500 121.85500 99576.84
Gets 2517620.37 2517585.86 34.51 2.57471 0.60700 36.09500 121.85500 186853.49
Waits 0.00 --- --- --- --- --- --- ---
Totals 3776468.32 2517585.86 34.51 2.57520 0.60700 36.09500 121.85500 286430.33
real 5m55.019s
user 111m52.475s
sys 725m56.864s
$ time memtier_benchmark -s testhost -p6379 -Predis --hide-histogram --command="SCAN 0 MATCH * COUNT 1000" -c 10 -t 100
Writing results to stdout
[RUN #1] Preparing benchmark client...
[RUN #1] Launching threads now...
[RUN #1 100%, 26 secs] 0 threads: 10000000 ops, 470533 (avg: 370954) ops/sec, 10.55GB/sec (avg: 8.32GB/sec), 2.12 (avg: 2.68) msec latency
100 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 378885.92 2.68431 2.14300 9.59900 45.82300 8910479.12
Totals 378885.92 2.68431 2.14300 9.59900 45.82300 8910479.12
real 0m35.404s
user 17m43.880s
sys 10m57.451s