HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tlp-stat — Generate TLP status reports. See also: `tlp`. More information: <https://linrunner.de/tlp/usage/tlp-

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandseetlpstatustlp-statreportscligenerate
linux

Problem

How to use the tlp-stat command: Generate TLP status reports. See also: tlp. More information: <https://linrunner.de/tlp/usage/tlp-stat>.

Solution

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 information about various devices:
sudo tlp-stat --{{battery|disk|processor|graphics|pcie|rfkill|usb}}


Show verbose information about devices that support verbosity:
sudo tlp-stat {{[-v|--verbose]}} --{{battery|processor|pcie|usb}}


Show configuration:
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 [t]emperatures and fan speed:
sudo tlp-stat {{[-t|--temp]}}


Show general system information:
sudo tlp-stat {{[-s|--system]}}

Code Snippets

Generate status report with configuration and all active settings

sudo tlp-stat

Show information about various devices

sudo tlp-stat --{{battery|disk|processor|graphics|pcie|rfkill|usb}}

Show verbose information about devices that support verbosity

sudo tlp-stat {{[-v|--verbose]}} --{{battery|processor|pcie|usb}}

Show configuration

sudo tlp-stat {{[-c|--config]}}

Monitor [p]ower supply `udev` [ev]ents

sudo tlp-stat {{[-P|--pev]}}

Context

tldr-pages: linux/tlp-stat

Revisions (0)

No revisions yet.