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