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