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%, 69 secs] 0 threads: 100000000 ops, 0 (avg: 1434765) ops/sec, 0.00KB/sec (avg: 106.26MB/sec), 0.00 (avg: 444.80) 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 469184.28 --- --- 443.44200 458.75100 481.27900 917.50300 37113.21
17Gets 938087.10 937679.51 407.59 443.52249 458.75100 481.27900 917.50300 69610.12
18Waits 0.00 --- --- --- --- --- --- ---
19Totals 1407271.37 937679.51 407.59 443.49565 458.75100 481.27900 917.50300 106723.33
20
21real 1m23.373s
22user 2m24.614s
23sys 0m45.883s
24
25
26$ 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 --pipeline=1
27Writing results to stdout
28[RUN #1] Preparing benchmark client...
29[RUN #1] Launching threads now...
30[RUN #1 100%, 11 secs] 0 threads: 10000000 ops, 0 (avg: 881246) ops/sec, 0.00KB/sec (avg: 65.27MB/sec), 0.00 (avg: 11.35) msec latency
31
321000 Threads
3310 Connections per thread
341000 Requests per client
35
36
37ALL STATS
38============================================================================================================================
39Type Ops/sec Hits/sec Misses/sec Avg. Latency p50 Latency p99 Latency p99.9 Latency KB/sec
40----------------------------------------------------------------------------------------------------------------------------
41Sets 266504.10 --- --- 11.12176 11.90300 24.31900 35.32700 21080.89
42Gets 531412.38 531191.67 220.70 11.13613 11.90300 24.31900 35.32700 39433.43
43Waits 0.00 --- --- --- --- --- --- ---
44Totals 797916.48 531191.67 220.70 11.13133 11.90300 24.31900 35.32700 60514.33
45
46real 0m17.535s
47user 0m53.107s
48sys 8m29.517s
49
50
51$ time memtier_benchmark -s testhost -p5379 -Predis --hide-histogram --command="SCAN 0 MATCH * COUNT 1000" -c 10 -t 10
52Writing results to stdout
53[RUN #1] Preparing benchmark client...
54[RUN #1] Launching threads now...
55[RUN #1 100%, 99 secs] 0 threads: 1000000 ops, 9976 (avg: 10030) ops/sec, 229.14MB/sec (avg: 230.38MB/sec), 10.01 (avg: 9.96) msec latency
56
5710 Threads
5810 Connections per thread
5910000 Requests per client
60
61
62ALL STATS
63==================================================================================================
64Type Ops/sec Avg. Latency p50 Latency p99 Latency p99.9 Latency KB/sec
65--------------------------------------------------------------------------------------------------
66Scans 10127.57 9.95583 9.91900 11.07100 20.22300 238185.74
67Totals 10127.57 9.95583 9.91900 11.07100 20.22300 238185.74
68
69real 1m40.081s
70user 1m31.724s
71sys 0m29.786s
Comentarios
Aún no hay comentarios