Imported Upstream version 0.6.2.17
[psensor-pkg-debian.git] / src / description.txt
1 [description]
2
3 /psensor is a/
4
5 It displays a curve for each sensor, and uses Desktop Notification to
6 raise an alarm when a temperature is too high. On Ubuntu an
7 Application Indicator is also available, its icon changes when a
8 temperature alert is raised.
9
10 It can monitor:
11   * the temperature of the motherboard and CPU sensors (using lm\-sensors).
12   * the temperature of the NVidia GPUs (using XNVCtrl).
13   * the temperature and fan rotation speed of the ATI GPUs.
14   * the temperature of the Hard Disk Drives (using hddtemp).
15   * the rotation speed of the fans (using lm\-sensors).
16   * the sensors of a remote computer (using psensor\-server).
17
18 Psensor requires lm\-sensors to be correctly installed and configured,
19 it can be checked by running the command 'sensors'. If it has never be
20 done, you may need to run the command 'sensors\-detect' and follow the
21 instruction. See the manpages of sensors(1) and sensors\-detect(8) for
22 more information.
23
24 To retrieve the temperature of the Hard Disk Drives, the hddtemp
25 daemon must be running.
26
27 For remote monitoring:
28   * start psensor\-server(1) on the remote computer
29   * run psensor with '\-\-url' option: 'psensor \-\-url=http://localhost:3131'
30
31 ATI/AMD GPUs monitoring is available if the library libatiadlxx is
32 present in the directory /usr/lib and psensor has been compiled with
33 the ATI ADL SDK.
34
35 Log is written to '$HOME/.psensor/log'.
36
37 [SEE ALSO]
38
39 psensor\-server(1), sensors(1), sensors\-detect(8), hddtemp(8)