memtier_benchmark icon indicating copy to clipboard operation
memtier_benchmark copied to clipboard

NoSQL Redis and Memcache traffic generation and benchmarking tool.

Results 48 memtier_benchmark issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Can the benchmark generate keys in zipfian distribution? If I want to add one, which code should I look at?

enhancement
feature-request

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...

enhancement

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...

enhancement

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 ` ![image](https://user-images.githubusercontent.com/17996343/81883117-00a40080-95c7-11ea-8904-9a34ca6fba97.png) 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...