You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
1
memtier_benchmark
2
2
=================
3
3
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:
6
5
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
9
13
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)
0 commit comments