Mutilate with scons patch
.gitignore | ||
AdaptiveSampler.h | ||
AgentStats.h | ||
barrier.cc | ||
barrier.h | ||
cmdline.ggo | ||
Connection.cc | ||
Connection.h | ||
ConnectionOptions.h | ||
ConnectionStats.h | ||
COPYING | ||
distributions.cc | ||
distributions.h | ||
Generator.cc | ||
Generator.h | ||
HistogramSampler.h | ||
log.cc | ||
log.h | ||
mutilate.cc | ||
mutilate.h | ||
Operation.h | ||
README.md | ||
SConstruct | ||
TestGenerator.cc | ||
util.cc | ||
util.h |
mutilate
Mutilate is a memcached load generator designed for high request rates, good tail-latency measurements, and realistic request stream generation.
Requirements
- A C++0x compiler
- scons
- libevent
- gengetopt
- zeromq (optional)
Building
apt-get install scons libevent-dev gengetopt libzmq-dev
scons