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:
parent
649e2f6590
commit
c8f0263169
1 changed files with 15 additions and 0 deletions
15
pages/linux/powertop.md
Normal file
15
pages/linux/powertop.md
Normal 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`
|
Loading…
Add table
Reference in a new issue