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

-d --data-size=SIZE Object data size (default: 32) What are the units for data size? Bytes?

It would be great if the rate limit (throttling) was configurable

The `memtier_benchmark` tool is using the `-s` `--server` as a parameter to pass the server address. It would be good to be consistent with other `redis-*` tools and use `-h`...

I'd like to verify the output data of a Memcached server (using --data-verify) using binary protocol. The --data-verify flag requires to import a file using --data-import. I've tried creating a...

While performing benchmarking on time bound scenarios with heavy data sizes in the range of 8MBs or higher and with higher pipelines of >=8, I am noticing assertion failure. Example...

Adding errors prints to JSON in case of exit(1) and cleaning debug prints from JSON file writing

This PR contains three extensions to memtier_benchmark: 1. `--transaction_latency` command-line flag causes memtier_benchmark to print the raw latency of each operation. "Latency" here is the time taken for the server...

review-needed

We need to replicate the issue and add to the test suite and fix. ``` ,"Time-Serie":{ "0":{ "Count": 664260 ,"Average Latency": 1.499 ,"Min Latency": 0.000 ,"Max Latency": 5.727 ,"p50.00": 0.000...

bug

# Problem When I run `memtier_benchmark` with `--data-import` (including 500000 keys), it took a long time to quit after benchmark finished. With pstack, I found the process was waiting in...