From Fedora Project Wiki
m (Add to category 'Power Management Test Cases') |
m (Use the {{!}} template to mimic a PIPE) |
||
Line 10: | Line 10: | ||
# Unplug AC power from the laptop. | # Unplug AC power from the laptop. | ||
# run: <code>for i in /sys/class/scsi_host/host*/link_power_management_policy; do echo max_performance > $i; done</code> | # run: <code>for i in /sys/class/scsi_host/host*/link_power_management_policy; do echo max_performance > $i; done</code> | ||
# run: <code>powertop -d -t 60 | # run: <code>powertop -d -t 60 {{!}} grep 'Power usage'</code> | ||
# Record the power usage estimate printed in Watts. This will be the power consumption at the max_performance setting. | # Record the power usage estimate printed in Watts. This will be the power consumption at the max_performance setting. | ||
# run: <code>for i in /sys/class/scsi_host/host*/link_power_management_policy; do echo medium_power > $i; done</code> | # run: <code>for i in /sys/class/scsi_host/host*/link_power_management_policy; do echo medium_power > $i; done</code> |
Revision as of 19:04, 21 October 2009
Description
A simple test to determine effect of SATA link power management settings on power consumption.
Privileges: Root
Runlevel: singleuser (X11)
ETA: 10 minutes
How to test
- Make sure laptop battery is fully charged.
- Reboot laptop to single user mode.
- Unplug AC power from the laptop.
- run:
for i in /sys/class/scsi_host/host*/link_power_management_policy; do echo max_performance > $i; done
- run:
powertop -d -t 60 | grep 'Power usage'
- Record the power usage estimate printed in Watts. This will be the power consumption at the max_performance setting.
- run:
for i in /sys/class/scsi_host/host*/link_power_management_policy; do echo medium_power > $i; done
- run:
powertop -d -t 60
Expected Results
Please add the following to the results table.
- Power consumption for all three link power settings, max_performance, medium_power, min_power.
- Your smolt system profile. (no need to resubmit if you have already for one of the other tests)
- Please open bugs if you notice any abnormal behavior such as system hangs, kernel oops messages, serious IO performance degradation.
- You may return your system to its default state by running the command in step 4 again or just reboot.