Home | History | Annotate | Download | only in bonnie
      1 AUTHOR = "Martin Bligh <mbligh (a] google.com>"
      2 NAME = "bonnie"
      3 ATTRIBUTES = "suite:kernel_per-build_benchmarks"
      4 TIME = "MEDIUM"
      5 TEST_CLASS = "Kernel"
      6 TEST_CATEGORY = "Functional"
      7 TEST_TYPE = "client"
      8 DOC = """\
      9 Bonnie is a benchmark which measures the performance of Unix file system
     10 operations. Bonnie is concerned with identifying bottlenecks; the name is a
     11 tribute to Bonnie Raitt, who knows how to use one.
     12 
     13 For more info, see http://www.textuality.com/bonnie/
     14 
     15 This benchmark configuration run generates sustained write traffic
     16 of 35-50MB/s of .1MB writes to just one disk.  It appears to have a
     17 sequential and a random workload. It gives profile measurements for:
     18 throughput, %CPU rand seeks per second. Not sure if the the CPU numbers
     19 are trustworthy.
     20 """
     21 
     22 job.run_test('bonnie', extra_args='-s512:256 -r0 -n128')
     23