perl
1$ 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
2Writing results to stdout
3[RUN #1] Preparing benchmark client...
4[RUN #1] Launching threads now...
5[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
6
71000 Threads
810 Connections per thread
910000 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 603079.51 --- --- 350.74828 354.30300 704.51100 733.18300 47704.53
17Gets 1205797.25 1197076.09 8721.16 350.81128 354.30300 704.51100 733.18300 89203.19
18Waits 0.00 --- --- --- --- --- --- ---
19Totals 1808876.76 1197076.09 8721.16 350.79028 354.30300 704.51100 733.18300 136907.73
20
21real 0m59.823s
22user 2m9.461s
23sys 0m44.139s
24
25$ 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
26Writing results to stdout
27[RUN #1] Preparing benchmark client...
28[RUN #1] Launching threads now...
29[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
30
311000 Threads
3210 Connections per thread
331000 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 203819.64 --- --- 15.79604 15.35900 37.37500 56.57500 16122.45
41Gets 406418.81 346685.37 59733.43 15.68839 15.42300 37.37500 54.52700 28180.56
42Waits 0.00 --- --- --- --- --- --- ---
43Totals 610238.45 346685.37 59733.43 15.72434 15.35900 37.37500 55.03900 44303.01
44
45real 0m21.441s
46user 1m1.555s
47sys 9m42.226s
48
49
50$ time memtier_benchmark -s testhost -p5379 -Predis --hide-histogram --command="SCAN 0 MATCH * COUNT 1000" -c 10 -t 10
51Writing results to stdout
52[RUN #1] Preparing benchmark client...
53[RUN #1] Launching threads now...
54[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
55
5610 Threads
5710 Connections per thread
5810000 Requests per client
59
60
61ALL STATS
62==================================================================================================
63Type Ops/sec Avg. Latency p50 Latency p99 Latency p99.9 Latency KB/sec
64--------------------------------------------------------------------------------------------------
65Scans 9074.08 10.94373 10.87900 21.75900 23.16700 213613.04
66Totals 9074.08 10.94373 10.87900 21.75900 23.16700 213613.04
67
68real 1m53.052s
69user 1m33.693s
70sys 0m29.739s
Comments
No comments yet