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