Skip to content

Commit da7cfc4

Browse files
committed
2 parents c9aecaa + f861693 commit da7cfc4

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
memtier_benchmark
22
=================
33

4-
memtier_benchmark is a command line utility developed by Redis Labs (formerly Garantia Data Ltd.)
5-
for load generation and bechmarking NoSQL databases.
4+
memtier_benchmark is a command line utility developed by Redis Labs (formerly Garantia Data Ltd.) for load generation and bechmarking NoSQL key-value databases. It offers the following:
65

7-
Currently memtier_benchmark supports Redis and Memcache protocols (text and
8-
binary).
6+
* Support for both Redis and Memcache protocols (text and binary)
7+
* Multi-threaded multi-client execution
8+
* Multiple configuration options, including:
9+
* Read:Write ratio
10+
* Random and sequential key name pattern policies
11+
* Random or ranged key expiration
12+
* ...and much more
913

14+
Read more at:
15+
16+
* [A High Throughput Benchmarking Tool for Redis and Memcached](https://redislabs.com/blog/memtier_benchmark-a-high-throughput-benchmarking-tool-for-redis-memcached)
17+
* [Pseudo-Random Data, Gaussian Access Pattern and Range Manipulation](https://redislabs.com/blog/new-in-memtier_benchmark-pseudo-random-data-gaussian-access-pattern-and-range-manipulation)
1018

1119
## Getting Started
1220

0 commit comments

Comments
 (0)