Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
Battery Power Usage 1.0.1
pts/battery-power-usage-1.0.1
- 27 September 2020 -
Deprecate test profile.
install.sh
#!/bin/sh echo "#!/bin/sh sleep 60 xset dpms force off sleep 60 xset dpms force on sleep 5 \$TEST_MPLAYER_BASE/mplayer -vo xv -fs \$TEST_VIDEO_SAMPLE/Grey.ts" > battery-power-usage chmod +x battery-power-usage
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.power</Sensor> <PollingFrequency>1</PollingFrequency> <Report>ALL</Report> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Battery Power Usage</Title> <AppVersion>1.3.0</AppVersion> <Description>This test is designed for notebooks and netbooks and monitor's the system's battery consumption as it idles for 60 seconds, then turns off the monitor for 60 seconds via DPMS, then turns the display back on and plays back a sample H.264 1080p video file using mplayer with the X-Video output adapter. A line graph showing the power usage is then rendered.</Description> <ResultScale>Milliwatts</ResultScale> <DisplayFormat>LINE_GRAPH</DisplayFormat> <SubTitle>Idle, DPMS Off, Video Playback</SubTitle> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Deprecated</Status> <ExternalDependencies>build-utilities, xorg-development, xorg-video, zlib-development, yasm</ExternalDependencies> <Extends>pts/mplayer-base</Extends> <EnvironmentSize>36</EnvironmentSize> <ProjectURL>http://www.mplayerhq.hu/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>