memtier_benchmark

Redis and Memcache traffic generation and benchmarking tool

brewmacoslinux
Try with needOr install directly
Source

About

Redis and Memcache traffic generation and benchmarking tool

Commands

memtier_benchmark

Examples

Benchmark Redis server with default settings (1 client, 1 thread)$ memtier_benchmark -s localhost -p 6379
Benchmark Redis with 4 clients and 2 threads, 100k requests$ memtier_benchmark -s localhost -p 6379 -c 4 -t 2 -n 100000
Benchmark Memcached server with custom data size and ratio$ memtier_benchmark -s localhost -p 11211 -P memcache_text -d 1024 -c 10 --ratio 1:10