northscale / WorkloadGenerator
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
README.TXT | Fri Oct 30 10:14:21 -0700 2009 | |
| |
build.xml | Fri Oct 30 09:49:17 -0700 2009 | |
| |
lib/ | ||
| |
manifest.mf | ||
| |
nbproject/ | Fri Oct 30 09:49:17 -0700 2009 | |
| |
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.

