mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
tlp-stat: edit page (#12496)
* tlp-stat: edit page * Update pages/linux/tlp-stat.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages/linux/tlp-stat.md Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> * Update pages/linux/tlp-stat.md Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> * Update pages/linux/tlp-stat.md Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
This commit is contained in:
parent
3d9f07b5ce
commit
4efc84b7f1
1 changed files with 23 additions and 3 deletions
|
@ -8,10 +8,30 @@
|
||||||
|
|
||||||
`sudo tlp-stat`
|
`sudo tlp-stat`
|
||||||
|
|
||||||
- Show battery information:
|
- Show information about various devices:
|
||||||
|
|
||||||
`sudo tlp-stat -b`
|
`sudo tlp-stat --{{battery|disk|processor|graphics|pcie|rfkill|usb}}`
|
||||||
|
|
||||||
|
- Show verbose information about devices that support verbosity:
|
||||||
|
|
||||||
|
`sudo tlp-stat --verbose --{{battery|processor|pcie|usb}}`
|
||||||
|
|
||||||
- Show configuration:
|
- Show configuration:
|
||||||
|
|
||||||
`sudo tlp-stat -c`
|
`sudo tlp-stat {{-c|--config}}`
|
||||||
|
|
||||||
|
- Monitor [p]ower supply `udev` [ev]ents:
|
||||||
|
|
||||||
|
`sudo tlp-stat {{-P|--pev}}`
|
||||||
|
|
||||||
|
- Show [p]ower [sup]ply diagonistics:
|
||||||
|
|
||||||
|
`sudo tlp-stat --psup`
|
||||||
|
|
||||||
|
- Show [temp]eratures and fan speed:
|
||||||
|
|
||||||
|
`sudo tlp-stat {{-t|--temp}}`
|
||||||
|
|
||||||
|
- Show general system information:
|
||||||
|
|
||||||
|
`sudo tlp-stat {{-s|--system}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue