Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
Flexible IO Tester 1.5.1
pts/fio-1.5.1
- 13 September 2014 -
DivideResultBy somehow got left off today\'s earlier commit.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.4.0m1 (Lipki)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://brick.kernel.dk/snaps/fio-2.1.11.tar.bz2</URL> <MD5>55f07316c4e8aa5c475f25374fc01d09</MD5> <SHA256>aba2d8bac1997277cb9bb5a0abab345248298d4c0c712d484c3d2fab0674dbb1</SHA256> <FileSize>438440</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf fio-2.1.11.tar.bz2 cd fio-2.1.11/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd fio-2.1.11/ cat \$1 > test.fio if [ -w \$2 ] then echo \"directory=\$2\" >> test.fio fi ./fio test.fio 2>&1 > \$LOG_FILE" > fio-run chmod +x fio-run
interim.sh
#!/bin/sh cd fio-2.1.11/ rm -f iometer.0.0
post.sh
#!/bin/sh cd fio-2.1.11/ rm -f iometer.0.0
pre.sh
#!/bin/sh cd fio-2.1.11/ rm -f iometer.0.0
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.4.0m1 (Lipki)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> read : io=3274.5MB, bw=#_RESULT_#, iops=11931, runt= 46109msec</OutputTemplate> <MatchToTestArguments>READ_MBS</MatchToTestArguments> <LineHint>read :</LineHint> <ResultAfterString>bw</ResultAfterString> <StripFromResult>KB/s,</StripFromResult> <DivideResultBy>1000</DivideResultBy> <ResultScale>MB/s</ResultScale> <ResultProportion>HIB</ResultProportion> </ResultsParser> <ResultsParser> <OutputTemplate> read : io=3274.5MB, bw=72203KB/s, iops=#_RESULT_#, runt= 46109msec</OutputTemplate> <MatchToTestArguments>READ_IOPS</MatchToTestArguments> <LineHint>read :</LineHint> <ResultAfterString>iops</ResultAfterString> <StripFromResult>,</StripFromResult> <ResultScale>IOPS</ResultScale> <ResultProportion>HIB</ResultProportion> </ResultsParser> <ResultsParser> <OutputTemplate> write: io=3274.5MB, bw=#_RESULT_#, iops=11931, runt= 46109msec</OutputTemplate> <MatchToTestArguments>WRITE_MBS</MatchToTestArguments> <LineHint>write:</LineHint> <ResultAfterString>bw</ResultAfterString> <StripFromResult>KB/s,</StripFromResult> <DivideResultBy>1000</DivideResultBy> <ResultScale>MB/s</ResultScale> <ResultProportion>HIB</ResultProportion> </ResultsParser> <ResultsParser> <OutputTemplate> write: io=3274.5MB, bw=72203KB/s, iops=#_RESULT_#, runt= 46109msec</OutputTemplate> <MatchToTestArguments>WRITE_IOPS</MatchToTestArguments> <LineHint>write:</LineHint> <ResultAfterString>iops</ResultAfterString> <StripFromResult>,</StripFromResult> <ResultScale>IOPS</ResultScale> <ResultProportion>HIB</ResultProportion> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v5.4.0m1 (Lipki)--> <PhoronixTestSuite> <TestInformation> <Title>Flexible IO Tester</Title> <AppVersion>2.1.11</AppVersion> <Description>Fio is an advanced disk benchmark that depends upon the kernel's AIO access library.</Description> <Executable>fio-run</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, libaio-development</ExternalDependencies> <EnvironmentSize>4</EnvironmentSize> <ProjectURL>http://git.kernel.dk/?p=fio.git;a=summary</ProjectURL> <RequiresCoreVersionMin>5310</RequiresCoreVersionMin> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Intel IOMeter File Server Access Pattern</Name> <Value>examples/iometer-file-access-server.fio</Value> </Entry> <Entry> <Name>Tiobench Example</Name> <Value>examples/tiobench-example.fio</Value> </Entry> <Entry> <Name>Example Network Job</Name> <Value>examples/netio.fio</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Disk Target</DisplayName> <Identifier>auto-disk-mount-points</Identifier> <DefaultEntry>0</DefaultEntry> </Option> <Option> <DisplayName>Result</DisplayName> <Identifier>result</Identifier> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Read MB/s</Name> <Value>READ_MBS</Value> </Entry> <Entry> <Name>Read IOPS</Name> <Value>READ_IOPS</Value> </Entry> <Entry> <Name>Write MB/s</Name> <Value>WRITE_MBS</Value> </Entry> <Entry> <Name>Write IOPS</Name> <Value>WRITE_IOPS</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>