2018-12-20 16:14:35 +00:00
|
|
|
# tlp-stat
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> Generate TLP status reports.
|
2021-04-25 13:17:03 +01:00
|
|
|
> See also `tlp`.
|
|
|
|
> More information: <https://linrunner.de/tlp/usage/tlp-stat>.
|
2018-12-20 16:14:35 +00:00
|
|
|
|
|
|
|
- Generate status report with configuration and all active settings:
|
|
|
|
|
|
|
|
`sudo tlp-stat`
|
|
|
|
|
2024-03-14 04:09:32 +00:00
|
|
|
- Show information about various devices:
|
2018-12-20 16:14:35 +00:00
|
|
|
|
2024-03-14 04:09:32 +00:00
|
|
|
`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}}`
|
2018-12-20 16:14:35 +00:00
|
|
|
|
|
|
|
- Show configuration:
|
|
|
|
|
2024-03-14 04:09:32 +00:00
|
|
|
`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}}`
|