LinuxCommandLibrary

tlp-stat

TLP power management status reports

TLDR

Generate full status report

$ sudo tlp-stat
copy
Show device information
$ sudo tlp-stat --[battery|disk|processor|graphics|pcie|rfkill|usb]
copy
Show verbose device info
$ sudo tlp-stat -v --[battery|processor|pcie|usb]
copy
Show configuration
$ sudo tlp-stat -c
copy
Monitor power events
$ sudo tlp-stat -P
copy
Show power supply diagnostics
$ sudo tlp-stat --psup
copy
Show temperatures and fan speed
$ sudo tlp-stat -t
copy
Show system information
$ sudo tlp-stat -s
copy

SYNOPSIS

tlp-stat [OPTIONS]

DESCRIPTION

tlp-stat generates status reports for TLP power management. It shows active settings, battery health, power consumption, and hardware status. The output helps diagnose power issues and verify TLP configuration.

PARAMETERS

-b, --battery

Battery status and information
-d, --disk
Disk information
-p, --processor
Processor information
-g, --graphics
Graphics card information
--pcie
PCIe devices
--usb
USB devices
-c, --config
Show configuration
-t, --temp
Temperature and fan speed
-s, --system
General system information
-v, --verbose
Verbose output
-P, --pev
Monitor power supply udev events
--psup
Power supply diagnostics

CAVEATS

Some information requires root privileges. Battery statistics may not be available on all hardware. Use verbose mode for detailed diagnostics.

HISTORY

tlp-stat is the companion diagnostic tool for TLP, created by Thomas Koch for monitoring and troubleshooting Linux laptop power management.

SEE ALSO

tlp(8), powertop(8)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community