summaryrefslogtreecommitdiffstats
path: root/README.in
blob: 67555764a47aa680b2149d420e4603e1d64642e8 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
heatload VERSION - CPU Load and ACPI Temperature Monitor
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Copyright 2002
Lennart Poettering <mz686561746c6f6164@poettering.de>

---------------------------------------------------------------------

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

---------------------------------------------------------------------

This Gnome utility produces nice looking realtime graphs for the
current CPU load and ACPI temperature of your Linux machine. It is
nice for monitoring the direct relation of the former to the latter.

The reason I developed this program was that the ACPI implementation
of my laptop seems to be broken, and I needed a simple way to
determine when the machines became too hot.

Requirements
------------

As of version 0.1 you need a Linux kernel 2.4 with a fairly recent
ACPI patch. (I used 20020308) Without this patch, the utility will not
recognize your temperature sensor. Starting with 0.2, I added support
for plain 2.4.18-Kernels (and some kernel versions prior) with ACPI
20011018 based on a patch by Ian Morgan. lm_sensor-devices are not
supported. (Somebody wants to send me a patch?)

For compiling you need a recent g++ with Gtk-- and Gnome--
installed. I did my development with 1.2.8 resp. 1.2.2.

Development
-----------

Development was done under Debian GNU Linux Woody for i386 from March
2002. The used machine was a Medion 9580-F laptop.

Installation
------------

Run "make" for compiling the program. You might want to install it
permanently on your system by issuing "make install" as root. This
install the heatload executable to /usr/local/bin/. For removing this
installation you might want to try "make deinstall" as root.

Internet
--------

You may find up to date releases of this utility on
	http://www.stud.uni-hamburg.de/users/lennart/projects/heatload/

You may download this release from
	http://www.stud.uni-hamburg.de/users/lennart/projects/heatload/heatload-VERSION.tar.gz

---------------------------------------------------------------------

Lennart Poettering <mz686561746c6f6164@poettering.de>, 2002