1AUTHOR = "Ying Tao <yingtao@cn.ibm.com>" 2TIME = "MEDIUM" 3NAME = "IOzone" 4ATTRIBUTES = "suite:kernel_daily_benchmarks" 5TEST_TYPE = "client" 6TEST_CLASS = "Kernel" 7TEST_CATEGORY = "Benchmark" 8 9DOC = """ 10Iozone is useful for performing a broad filesystem analysis of a vendors 11computer platform. The benchmark tests file I/O performance for the following 12operations: 13 Read, write, re-read, re-write, read backwards, read strided, fread, 14 fwrite, random read, pread ,mmap, aio_read, aio_write 15 16For more information see http://www.iozone.org 17""" 18 19job.run_test('iozone') 20