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