northscale / WorkloadGenerator

A simple, Java sample multi-threaded workload generator.

This URL has Read+Write access

name age message
file README.TXT Fri Oct 30 10:14:21 -0700 2009 Updated README content. [ingenthr]
file build.xml Fri Oct 30 09:49:17 -0700 2009 Initial commit of working workload generator. ... [ingenthr]
directory lib/ Loading commit data...
file manifest.mf
directory nbproject/ Fri Oct 30 09:49:17 -0700 2009 Initial commit of working workload generator. ... [ingenthr]
directory src/
README.TXT
This java workload generator is designed to put a random, but significant
workload on a "memcapable" server.  By default it will take a "pool" and
"bucket" as parameters, then run a one minute workload with four threads
randomly doing adds/sets/gets/prepends/appends/deleten on random intervals
between 100ms and 1sec.

It's intended to be easy to read code, so the MemcapableWorker Class is a
simple, readable class with the methods implemented there directly.