Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
Stockfish
SVT-AV1
PostgreSQL
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
CP2K Molecular Dynamics
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
IOzone 1.0.1
system/iozone-1.0.1
- 13 September 2017 -
system/iozone works fine on BSD
install.sh
#!/bin/sh if which iozone>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: iozone is not found on the system! This test profile needs a working installation in the PATH." echo 2 > ~/install-exit-status fi echo "#!/bin/sh iozone \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > ~/iozone chmod +x ~/iozone
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> KB reclen write rewrite read reread read write read rewrite read fwrite frewrite fread freread 524288 4 99368 2519366 #_RESULT_# 5727103</OutputTemplate> <MatchToTestArguments>#READ</MatchToTestArguments> <LineBeforeHint>reclen</LineBeforeHint> <DivideResultBy>1024</DivideResultBy> </ResultsParser> <ResultsParser> <OutputTemplate> KB reclen write rewrite read reread read write read rewrite read fwrite frewrite fread freread 524288 4 #_RESULT_# 2519366 5717186 5727103</OutputTemplate> <MatchToTestArguments>#WRITE</MatchToTestArguments> <LineBeforeHint>reclen</LineBeforeHint> <DivideResultBy>1024</DivideResultBy> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0--> <PhoronixTestSuite> <TestInformation> <Title>IOzone</Title> <Description>The IOzone benchmark tests the hard disk drive / file-system performance.</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>2.3</EnvironmentSize> <ProjectURL>http://www.iozone.org/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-e</Arguments> </Default> <Option> <DisplayName>Record Size</DisplayName> <Identifier>record-size</Identifier> <ArgumentPrefix>-r </ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>4Kb</Name> <Value>4k</Value> <Message></Message> </Entry> <Entry> <Name>64Kb</Name> <Value>64k</Value> <Message></Message> </Entry> <Entry> <Name>1MB</Name> <Value>1m</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>File Size</DisplayName> <Identifier>file-size</Identifier> <ArgumentPrefix>-s </ArgumentPrefix> <ArgumentPostfix>M</ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>512MB</Name> <Value>512</Value> <Message></Message> </Entry> <Entry> <Name>2GB</Name> <Value>2048</Value> <Message></Message> </Entry> <Entry> <Name>4GB</Name> <Value>4096</Value> <Message></Message> </Entry> <Entry> <Name>8GB</Name> <Value>8192</Value> <Message></Message> </Entry> <Entry> <Name>16GB</Name> <Value>16384</Value> <Message></Message> </Entry> </Menu> </Option> <Option> <DisplayName>Disk Test</DisplayName> <Identifier>test</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Write Performance</Name> <Value>-i0 #WRITE</Value> <Message></Message> </Entry> <Entry> <Name>Read Performance</Name> <Value>-i0 -i1 #READ</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>