【发布时间】:2017-01-06 21:15:23
【问题描述】:
您好,我对使用 redis 的 memtier 基准测试工具非常陌生。我已经运行了基本示例,但无法理解输出。有人可以帮助我理解以下输出。
Command: memtier_benchmark -s 172.25.1.100 -p 6380 -c 50 -t 100 -n 1000 -d 1000000 --ratio=1:1 --pipeline=1 --key-pattern S:S -P redis
输出:
100 Threads
50 Connections per thread
1000 Requests per thread
Type Ops/sec Hits/sec Misses/sec Latency KB/sec
------------------------------------------------------------------------
Sets 748.28 --- --- 6475.61800 730780.68
Gets 748.28 0.00 748.28 208.12400 22.57
Waits 0.00 --- --- 0.00000 ---
Totals 1496.57 0.00 748.28 3341.87100 730803.25
【问题讨论】:
标签: get redis set benchmarking