1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:26:04 +02:00

powertop: add page (#3882)

Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:
Howard Yun 2020-02-28 08:32:56 -05:00 committed by GitHub
parent 649e2f6590
commit c8f0263169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
pages/linux/powertop.md Normal file
View file

@ -0,0 +1,15 @@
# powertop
> Optimize battery power usage.
- Calibrate power usage measurements:
`sudo powertop --calibrate`
- Generate HTML power usage report in the current directory:
`sudo powertop --html={{power_report.html}}`
- Tune to optimal settings:
`sudo powertop --auto-tune`