Reputation: 1
Hi I am very new to using memtier benchmarking tool for redis. I have ran basic examples and not able to understand the output. Can someone help me to understand the below output.
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
Output:
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
Upvotes: 0
Views: 5680
Reputation: 1
You can run the following command to know the memtier parameters:
memtier_benchmark --help
See more information in Redislabs:
Upvotes: 0
Reputation: 81
The output you have posted means that
If this doesn't answer your question then be specific with what you couldn't understand.
Upvotes: 8