aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 8cb2703319234aa77dd422bafd935b6f24620ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56



Building & Installing PowerTOP
------------------------------

just type

	make
	make install




Build dependencies
------------------

PowerTOP uses C++, and expects g++ and libstdc++ to be functional

in addition to that, it needs the following components:

pciutils-devel
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.