memtier_benchmark
memtier_benchmark copied to clipboard
NoSQL Redis and Memcache traffic generation and benchmarking tool.
This PR enables running arbitrary commands on cluster mode and adds the required testing to it. Example command: ``` memtier_benchmark -s 10.3.0.54 -p 12002 -c 50 -t 14 \ --command="hset...
Can the benchmark generate keys in zipfian distribution? If I want to add one, which code should I look at?
when install the memtier, I got the error ./configure: line 5167: syntax error near unexpected token `LIBEVENT_OPENSSL,' ./configure: line 5167: ` PKG_CHECK_MODULES(LIBEVENT_OPENSSL,' OS : Centos libevent-2.0.22-stable has been installed My...
This patch allows memtier generate keys that follows zipfian distribution. An additional parameter --key-zipf-exp is introduced, meaning P(Key = n) ~ n^{-exp}, which is bounded to (0, 5) to be...
My Memcache uses two proxy as the payload, and I want to use memtier_ Benchmark performs pressure test on the twoproxy, but the returned result is always: connection error: connection...
In my test enviroment, I got the following outputs: $ ./memtier_benchmark -s 192.168.111.126 -p 2001 -n 1 -c 1 -t 2 -d 20000 --cluster-mode [RUN #1] Preparing benchmark client... [RUN...
Fixes #153 This PR adds the option to combine key placeholders with other characters within the same argument. This is important for RedisGraph and RediSearch for us to be able...
log message is to much when encountered an connect error and I add this option to control print frequency
0、network latency The network latency is around 0.15ms。 1、redis-cli latency ` wanghaiyang@db-ck-1c-1:~$ redis-cli -h redis-bmk.uyffb3.ng.0001.apne1.cache.amazonaws.com --latency `  2、memtier_benchmark result ` memtier_benchmark -s redis-bmk.uyffb3.ng.0001.apne1.cache.amazonaws.com -t 2 -c 5 --ratio=1:6 --test-time=120...