1tlp-stat(8) Power Management tlp-stat(8)
2
3
4
6 tlp-stat - view power saving status
7
9 tlp-stat [options] [-- CONFIG_PARAM=value ... ]
10
12 View configuration, system information, kernel power saving settings
13 and battery data. Invocation without options shows all information cat‐
14 egories.
15
17 -b, --battery
18 View battery data. Add -v to see battery voltages (if avail‐
19 able).
20
21 -c, --config
22 View active configuration.
23
24 --cdiff
25 View the difference between defaults and user configuration.
26
27 -d, --disk
28 View disk device information.
29
30 -e, --pcie
31 View PCIe device information. Add -v to see device runtime sta‐
32 tus.
33
34 -g, --graphics
35 View graphics card information.
36
37 -p, --processor
38 View processor information. For clarity the standard output
39 shows only cpu0. Add -v to see all.
40
41 -r, --rfkill
42 View radio device states.
43
44 -s, --system
45 View system information.
46
47 -t, --temp
48 View temperatures and fan speed.
49
50 -u, --usb
51 View USB device information. Add -v to see device runtime sta‐
52 tus.
53
54 -v, --verbose
55 Show more information in battery, PCIe, processor and USB cate‐
56 gories.
57
58 Diagnostics and debugging:
59
60 -P, --pev
61 Monitor power supply udev events.
62
63 --psup View power supply diagnostics.
64
65 -T, --trace
66 View trace output.
67
68 --udev Check if udev rules for power source changes and connecting USB
69 devices are active.
70
71 -w, --warn
72 View warnings about SATA disks.
73
74 -- CONFIG_PARAM=value ...
75 Add configuration parameters to temporarily overwrite the system
76 configuration (for this program invocation only).
77
79 /etc/tlp.conf
80 System-wide user configuration file, uncomment parameters here
81 to override default settings and customization files below.
82
83 /etc/tlp.d/*.conf
84 System-wide drop-in customization files, overriding defaults be‐
85 low.
86
87 /usr/share/tlp/defaults.conf
88 Intrinsic default settings. DO NOT EDIT this file, instead use
89 one of the above alternatives.
90
91 /run/tlp/run.conf
92 Effective settings consolidated from all above files. DO NOT
93 CHANGE this file, it is for reference only and regenerated on
94 every invocation of TLP.
95
96 /etc/default/tlp
97 Obsolete system-wide configuration file. DO NOT USE this file,
98 it is evaluated as fallback only when /etc/tlp.conf is non-exis‐
99 tent.
100
102 tlp(8).
103
105 (c) 2021 Thomas Koch <linrunner at gmx.net>
106
107
108
109TLP 1.4.0 2021-09-21 tlp-stat(8)