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