Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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.1.0
pts/fio-1.1.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://brick.kernel.dk/snaps/fio-1.21.tar.bz2, ftp://ftp.uni-kassel.de/Mirrors/ftp.fhh.opensource-mirror.de/gentoo/distfiles/fio-1.21.tar.bz2, ftp://ftp.li.kernel.org/pub/.5/gentoo/distfiles/fio-1.21.tar.bz2</URL> <MD5>129b20d20868bc482b7316f0e327c930</MD5> <FileSize>1353714</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf fio-1.21.tar.bz2 cd fio/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status cd .. echo "#!/bin/sh cd fio/ ./fio \$@ 2>&1" > fio-run chmod +x fio-run
interim.sh
#!/bin/sh cd fio/ rm -f iometer.1.0
post.sh
#!/bin/sh cd fio/ rm -f iometer.1.0
pre.sh
#!/bin/sh cd fio/ rm -f iometer.1.0
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>Flexible IO Tester</Title> <AppVersion>1.21</AppVersion> <Description>fio is an advanced disk benchmark that depends upon the kernel's AIO access library.</Description> <ResultScale>Seconds (Run Time)</ResultScale> <Proportion>LIB</Proportion> <Executable>fio-run</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, libaio-development</ExternalDependencies> <EnvironmentSize>2.5</EnvironmentSize> <ProjectURL>http://git.kernel.dk/?p=fio.git;a=summary</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>Intel IOMeter File Server Access Pattern</Name> <Value>examples/iometer-file-access-server</Value> </Entry> <Entry> <Name>Example Network Job</Name> <Value>examples/netio</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>