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
SMART Disk Self-Report 1.0.0
pts/smart-1.0.0
- 08 October 2015 -
Initial commit of a SMART disk test report test profile.
install.sh
#!/bin/sh cat > ~/smart << EOT #!/bin/sh smartctl -a \$@ > \$LOG_FILE EOT chmod +x smart
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>SMART overall-health self-assessment test result: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>SMART Disk Self-Report</Title> <Description>This test profile will do a pass/fail report on the disk drive's SMART overall-health self-assessment test result.</Description> <ResultScale>Overall-Health Self-Assessment</ResultScale> <DisplayFormat>PASS_FAIL</DisplayFormat> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>smartmontools</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <RequiresCoreVersionMin>5921</RequiresCoreVersionMin> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Disk Device</DisplayName> <Identifier>auto-disks</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> </Option> </TestSettings> </PhoronixTestSuite>