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