1AUTHOR = "Ricardo Salveti de Araujo <rsalveti@linux.vnet.ibm.com" 2NAME = "fsstress" 3TEST_CATEGORY = "Stress" 4TEST_CLASS = "General" 5TEST_TYPE = "client" 6TIME = 'MEDIUM' 7DOC=''' 8A benchmark that tries to capture both transactional DB workloads and 9random web server ones. It writes about 24MB/s but has many small writes a 10second. It does a lot of this randomly but lets you go back to replay the 11randomness 12 13More information about fsstress can be found at 14http://www.cs.duke.edu/ari/fstress/ 15''' 16job.run_test('fsstress') 17