aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2010-12-20 15:49:52 -0800
committerArjan van de Ven <arjan@linux.intel.com>2010-12-20 15:49:52 -0800
commit6db164dee4eb7ead3b768cc318d6381f88b5a217 (patch)
tree2f839243aab9a4157cb26e894705747c6cd27671 /README
parent64d88a1a9fd21a497087a40e7dff8b3310874420 (diff)
downloadpowertop-6db164dee4eb7ead3b768cc318d6381f88b5a217.tar.gz
more text
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 30 insertions, 0 deletions
diff --git a/README b/README
index 3cff03c..8cb2703 100644
--- a/README
+++ b/README
@@ -24,3 +24,33 @@ ncurses-devel
zlib-devel
and a functional glibc/pthreads development environment
+
+
+
+Outputting a report
+-------------------
+When invoking PowerTOP without arguments, it goes into interactive mode.
+However, for reporting bugs etc there is a special reporting mode:
+
+powertop --html
+
+which will create a "powertop.html" file which is static and can be sent to
+others to help diagnose power issues.
+
+
+
+Calibrating & Power Numbers
+---------------------------
+PowerTOP will, when running on battery, track your power consumption as well
+as your activity on the system. Once there are sufficient such measurements,
+PowerTOP can start to report power estimates for various activities.
+You can help get this estimation more accurate by running a calibration
+cycle:
+
+powertop --calibrate
+
+at least once; this will cycle through various display brightness levels
+(including "off") as well as USB device activities and some other workloads.
+
+
+