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.2.0
pts/fio-1.2.0
- 27 August 2011 -
Update fio upstream to version 1.57.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.4.0m2 (Lillesand)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://brick.kernel.dk/snaps/fio-1.57.tar.bz2, http://pkgs.fedoraproject.org/repo/pkgs/fio/fio-1.57.tar.bz2/64ebead423af4758af8b69224f3df5ab/fio-1.57.tar.bz2, ftp://ftp7.freebsd.org/pub/FreeBSD/ports/distfiles/fio-1.57.tar.bz2, ftp://ftp5.freebsd.org/pub/FreeBSD/ports/distfiles/fio-1.57.tar.bz2</URL> <MD5>64ebead423af4758af8b69224f3df5ab</MD5> <FileName>fio-1.57.tar.bz2</FileName> <FileSize>345038</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xjf fio-1.57.tar.bz2 cd fio-1.57/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status cd .. echo "#!/bin/sh cd fio-1.57/ ./fio \$@ 2>&1" > fio-run chmod +x fio-run
interim.sh
#!/bin/sh cd fio-1.57/ rm -f iometer.1.0
post.sh
#!/bin/sh cd fio-1.57/ rm -f iometer.1.0
pre.sh
#!/bin/sh cd fio-1.57/ rm -f iometer.1.0
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.4.0m2 (Lillesand)--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.4.0m2 (Lillesand)--> <PhoronixTestSuite> <TestInformation> <Title>Flexible IO Tester</Title> <AppVersion>1.57</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.2.0</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> <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>