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