perl
1$ 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
2Writing results to stdout
3[RUN #1] Preparing benchmark client...
4[RUN #1] Launching threads now...
5[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
6
71000 Threads
810 Connections per thread
91000000 Requests per client
10
11
12ALL STATS
13============================================================================================================================
14Type Ops/sec Hits/sec Misses/sec Avg. Latency p50 Latency p99 Latency p99.9 Latency KB/sec
15----------------------------------------------------------------------------------------------------------------------------
16Sets 46832255.92 --- --- 5.23683 1.97500 45.31100 157.69500 3704504.62
17Gets 93664230.85 33319697.54 1751.72 5.23599 1.97500 45.31100 157.69500 6951583.97
18Waits 0.00 --- --- --- --- --- --- ---
19Totals 140496486.77 33319697.54 1751.72 5.23627 1.97500 45.31100 157.69500 10656088.59
20
21real 1m49.941s
22user 151m35.398s
23sys 131m15.026s
24
25$ 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
26Writing results to stdout
27[RUN #1] Preparing benchmark client...
28[RUN #1] Launching threads now...
29[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
30
311000 Threads
3210 Connections per thread
33100000 Requests per client
34
35
36ALL STATS
37============================================================================================================================
38Type Ops/sec Hits/sec Misses/sec Avg. Latency p50 Latency p99 Latency p99.9 Latency KB/sec
39----------------------------------------------------------------------------------------------------------------------------
40Sets 1258847.95 --- --- 2.57618 0.60700 36.09500 121.85500 99576.84
41Gets 2517620.37 2517585.86 34.51 2.57471 0.60700 36.09500 121.85500 186853.49
42Waits 0.00 --- --- --- --- --- --- ---
43Totals 3776468.32 2517585.86 34.51 2.57520 0.60700 36.09500 121.85500 286430.33
44
45real 5m55.019s
46user 111m52.475s
47sys 725m56.864s
48
49$ time memtier_benchmark -s testhost -p6379 -Predis --hide-histogram --command="SCAN 0 MATCH * COUNT 1000" -c 10 -t 100
50Writing results to stdout
51[RUN #1] Preparing benchmark client...
52[RUN #1] Launching threads now...
53[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
54
55100 Threads
5610 Connections per thread
5710000 Requests per client
58
59
60ALL STATS
61==================================================================================================
62Type Ops/sec Avg. Latency p50 Latency p99 Latency p99.9 Latency KB/sec
63--------------------------------------------------------------------------------------------------
64Scans 378885.92 2.68431 2.14300 9.59900 45.82300 8910479.12
65Totals 378885.92 2.68431 2.14300 9.59900 45.82300 8910479.12
66
67real 0m35.404s
68user 17m43.880s
69sys 10m57.451s
Comments
No comments yet