mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 19:43:36 +00:00
23 lines
395 B
Plaintext
23 lines
395 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# tlp-stat
|
|
|
|
> Generate TLP status reports.
|
|
> See also `tlp`.
|
|
> More information: <https://linrunner.de/tlp/usage/tlp-stat>.
|
|
|
|
- Generate status report with configuration and all active settings:
|
|
|
|
`sudo tlp-stat`
|
|
|
|
- Show battery information:
|
|
|
|
`sudo tlp-stat -b`
|
|
|
|
- Show configuration:
|
|
|
|
`sudo tlp-stat -c`
|