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