You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
521 B
17 lines
521 B
AUTHOR = "Ricardo Salveti de Araujo <rsalveti@linux.vnet.ibm.com"
|
|
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')
|