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