From 37f52be503fed7b6c435558f6bcc91bfc7bd66a2 Mon Sep 17 00:00:00 2001 From: Michael Sprague Date: Thu, 20 Dec 2018 11:14:35 -0500 Subject: [PATCH] tlp-stat: add page (#2656) * tlp-stat: add page Signed-off-by: Michael Sprague * tlp-stat: make requested verbiage change Signed-off-by: Michael Sprague * tlp-stat: update description Signed-off-by: Michael Sprague * tlp-stat: use requested verbiage for description Signed-off-by: Michael Sprague --- pages/linux/tlp-stat.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/tlp-stat.md diff --git a/pages/linux/tlp-stat.md b/pages/linux/tlp-stat.md new file mode 100644 index 0000000000..b541cc6e79 --- /dev/null +++ b/pages/linux/tlp-stat.md @@ -0,0 +1,15 @@ +# tlp-stat + +> A tool to generate TLP status reports. See also `tlp`. + +- 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`