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
AIO-Stress 1.1.2
pts/aio-stress-1.1.2
- 27 September 2020 -
Deprecate aio-stress.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://fsbench.filesystems.org/bench/aio-stress.c</URL> <MD5>727e5fc3566837b3ea72f887d048769b</MD5> <FileName>aio-stress.c</FileName> <FileSize>39513</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh cc -Wall -O3 -pthread -o aio-stress-bin aio-stress.c -laio echo $? > ~/install-exit-status # add support for allowing aio-test-file to be on removable media devices echo "#!/bin/sh ./aio-stress-bin \$@ aio-test-file > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status rm -f aio-test-file" > aio-stress chmod +x aio-stress
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>adding stage random write dropping thread count to the number of contexts 1 starting with random write file size 1024MB, record size 64KB, depth 64, ios per iteration 8 max io_submit 8, buffer alignment set to 4KB threads 1 files 1 contexts 1 context offset 2MB verification off random write on aio-test-file (#_RESULT_# MB/s) 1024.00 MB in 3.84s thread 0 random write totals (63.36 MB/s) 1024.00 MB in 16.16s Running single thread version</OutputTemplate> <LineHint>random write on aio-test-file</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>AIO-Stress</Title> <AppVersion>0.21</AppVersion> <Description>AIO-Stress is an a-synchronous I/O benchmark created by SuSE. Current this profile uses a 2048MB test file and a 64KB record size.</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Deprecated</Status> <ExternalDependencies>build-utilities, libaio-development</ExternalDependencies> <EnvironmentSize>0.5</EnvironmentSize> <EnvironmentTestingSize>1024</EnvironmentTestingSize> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-s 2g -r 64k -t 3</Arguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <ArgumentPrefix>-o </ArgumentPrefix> <Menu> <Entry> <Name>Random Write</Name> <Value>2</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>