forked from yoshinorim/memcbench
-
Notifications
You must be signed in to change notification settings - Fork 0
thatsafunnyname/memcbench
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple multi-threaded memcached benchmarking script, primarily for testing InnoDB-memcached plugin How to build: * Install libmemcached * Install cmake * cmake . * make * make install Example usage: (Create table with integer primary key, then load data from pk 1 to 1000000) memcbench --host=mysqld_host --port=11211 --rows=1000000 --requests=10000000 --nclient=100 --key_suffix="@@memc1."
About
Simple multi-threaded memcached benchmarking script, primarily for testing InnoDB-memcached plugin
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 90.3%
- C 9.7%