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
Powertop Wakeups 1.0.1
pts/powertop-wakeups-1.0.1
- 28 December 2016 -
Fix download link, add SHA256
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.8.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://01.org/sites/default/files/downloads/powertop/powertop-2.2.tar.gz</URL> <MD5>d620018e48a959c3ea41e63d3d9deffc</MD5> <SHA256>1339e1bc3b9675c71dd70fed1132abf215d01469b348d23be7344bc65557b028</SHA256> <FileSize>617805</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/bash tar -xzf powertop-2.2.tar.gz cd powertop-2.2 ./configure make echo $? > ~/install-exit-status cd .. cat > powertop-wakeups << EOT #!/bin/sh rm pt_pts.csv ./powertop-2.2/src/powertop --csv=pt_pts.csv --time=60 > /dev/null 2>&1 cat pt_pts.csv > \$LOG_FILE EOT chmod +x powertop-wakeups
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.8.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_# wakeups/second, 0.0 GPU ops/second, 0.0 VFS ops/sec, 0.0 GFX wakes/sec and 0.6% CPU use</OutputTemplate> <LineBeforeHint>**Power Consumption Summary**</LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.8.0--> <PhoronixTestSuite> <TestInformation> <Title>Powertop Wakeups</Title> <AppVersion>2.2</AppVersion> <Description>This test measures the wakeups-from-idle per second for a given interval.</Description> <ResultScale>wakeups/second</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <ExternalDependencies>build-utilities</ExternalDependencies> <RequiresRoot>True</RequiresRoot> <Maintainer>Jim Kukunas</Maintainer> </TestProfile> </PhoronixTestSuite>