Skip to content

Simple multi-threaded memcached benchmarking script, primarily for testing InnoDB-memcached plugin

Notifications You must be signed in to change notification settings

thatsafunnyname/memcbench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • C++ 90.3%
  • C 9.7%