AUTHOR = "Ricardo Salveti de Araujo <[email protected]" | |
NAME = "fsstress" | |
TEST_CATEGORY = "Stress" | |
TEST_CLASS = "General" | |
TEST_TYPE = "client" | |
TIME = 'MEDIUM' | |
DOC=''' | |
A benchmark that tries to capture both transactional DB workloads and | |
random web server ones. It writes about 24MB/s but has many small writes a | |
second. It does a lot of this randomly but lets you go back to replay the | |
randomness | |
More information about fsstress can be found at | |
http://www.cs.duke.edu/ari/fstress/ | |
''' | |
job.run_test('fsstress') |