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