You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
574 B
20 lines
574 B
AUTHOR = "Ying Tao <yingtao@cn.ibm.com>"
|
|
TIME = "MEDIUM"
|
|
NAME = "IOzone"
|
|
ATTRIBUTES = "suite:kernel_daily_benchmarks"
|
|
TEST_TYPE = "client"
|
|
TEST_CLASS = "Kernel"
|
|
TEST_CATEGORY = "Benchmark"
|
|
|
|
DOC = """
|
|
Iozone is useful for performing a broad filesystem analysis of a vendors
|
|
computer platform. The benchmark tests file I/O performance for the following
|
|
operations:
|
|
Read, write, re-read, re-write, read backwards, read strided, fread,
|
|
fwrite, random read, pread ,mmap, aio_read, aio_write
|
|
|
|
For more information see http://www.iozone.org
|
|
"""
|
|
|
|
job.run_test('iozone')
|