added ptask
[www.git] / www / psensor / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta name="generator" content="Asciidoctor 1.5.4">
8 <title>psensor</title>
9 <link rel="stylesheet" href="./../style.css">
10 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
11 <script src="nav.js"></script>
12 </head>
13 <body class="article">
14 <div id="header">
15 <h1>psensor</h1>
16 </div>
17 <div id="content">
18 <div class="sect1">
19 <h2 id="_a_graphical_temperature_monitoring_application">A Graphical Temperature Monitoring Application</h2>
20 <div class="sectionbody">
21 <div class="paragraph">
22 <p><code>psensor</code> is a graphical hardware temperature monitor for Linux.</p>
23 </div>
24 <div class="paragraph">
25 <p>It can monitor:</p>
26 </div>
27 <div class="ulist">
28 <ul>
29 <li>
30 <p>the temperature of the motherboard and CPU sensors (using <a href="http://www.lm-sensors.org/">lm-sensors</a>).</p>
31 </li>
32 <li>
33 <p>the temperature of the NVidia GPUs (using XNVCtrl).</p>
34 </li>
35 <li>
36 <p>the temperature of ATI/AMD GPUs (not enabled in Ubuntu PPAs or official
37 distribution repositories, see the <a href="README.html#_ati_amd_gpu_support">instructions for enabling its support</a>).</p>
38 </li>
39 <li>
40 <p>the temperature of the Hard Disk Drives (using hddtemp or libatasmart).</p>
41 </li>
42 <li>
43 <p>the rotation speed of the fans (using lm-sensors).</p>
44 </li>
45 <li>
46 <p>the CPU usage (since 0.6.2.10 and using Gtop2).</p>
47 </li>
48 </ul>
49 </div>
50 <div class="imageblock">
51 <div class="content">
52 <img src="http://wpitchoune.net/psensor/screenshots/psensor-last.png" alt="psensor last">
53 </div>
54 </div>
55 <div class="imageblock">
56 <div class="content">
57 <img src="http://wpitchoune.net/psensor/screenshots/psensor-2011-06-16.png" alt="psensor 2011 06 16">
58 </div>
59 </div>
60 <div class="paragraph">
61 <p>The application is designed to be simple and easy to use. The CPU and memory consumption are not significant.</p>
62 </div>
63 <div class="paragraph">
64 <p>Psensor is released under GPLv2 license terms.</p>
65 </div>
66 </div>
67 </div>
68 <div class="sect1">
69 <h2 id="_usage_information">Usage Information</h2>
70 <div class="sectionbody">
71 <div class="paragraph">
72 <p>First step is to install <code>lm-sensors</code>.</p>
73 </div>
74 <div class="paragraph">
75 <p>For Ubuntu:</p>
76 </div>
77 <div class="listingblock">
78 <div class="content">
79 <pre class="highlight"><code class="language-script" data-lang="script">sudo apt-get install lm-sensors</code></pre>
80 </div>
81 </div>
82 <div class="paragraph">
83 <p>Then, starts the detection of your hardware sensors:</p>
84 </div>
85 <div class="listingblock">
86 <div class="content">
87 <pre class="highlight"><code class="language-script" data-lang="script">sudo sensors-detect</code></pre>
88 </div>
89 </div>
90 <div class="paragraph">
91 <p>Verify that it works:</p>
92 </div>
93 <div class="listingblock">
94 <div class="content">
95 <pre class="highlight"><code class="language-script" data-lang="script">sensors</code></pre>
96 </div>
97 </div>
98 <div class="paragraph">
99 <p>It should display something like:</p>
100 </div>
101 <div class="listingblock">
102 <div class="content">
103 <pre>coretemp-isa-0000
104 Adapter: ISA adapter
105 Core 0:      +46.0C  (high = +76.0C, crit = +100.0C)
106
107 coretemp-isa-0001
108 Adapter: ISA adapter
109 Core 1:      +44.0C  (high = +76.0C, crit = +100.0C)
110
111 ...</pre>
112 </div>
113 </div>
114 <div class="paragraph">
115 <p>Then you can proceed to the installation of <code>psensor</code>. For Ubuntu and derivatives,
116  you should look at the <a href="ubuntu.html">Ubuntu support page</a>.</p>
117 </div>
118 <div class="paragraph">
119 <p>And finally launch the <code>psensor</code> executable.</p>
120 </div>
121 <div class="paragraph">
122 <p>More information are available in the <a href="faq.html">Psensor FAQ</a>.</p>
123 </div>
124 </div>
125 </div>
126 <div class="sect1">
127 <h2 id="_source_code">Source Code</h2>
128 <div class="sectionbody">
129 <div class="ulist">
130 <ul>
131 <li>
132 <p><a href="files">Download psensor</a></p>
133 </li>
134 <li>
135 <p>Get source from the GIT repository:</p>
136 </li>
137 </ul>
138 </div>
139 <div class="listingblock">
140 <div class="content">
141 <pre>git clone http://git.wpitchoune.net/psensor.git</pre>
142 </div>
143 </div>
144 <div class="ulist">
145 <ul>
146 <li>
147 <p><a href="http://git.wpitchoune.net/gitweb?p=psensor.git">Browse source code</a></p>
148 </li>
149 </ul>
150 </div>
151 </div>
152 </div>
153 <div class="sect1">
154 <h2 id="_linux_distribution_support">Linux Distribution Support</h2>
155 <div class="sectionbody">
156 <div class="paragraph">
157 <p><code>psensor</code> should compile on any modern distribution including <code>GTK+</code>
158 v3 and <code>lm-sensors</code> which are quite common. For the Linux
159 distributions still stuck on <code>GTK+</code> v2, the old 0.6.x releases of
160 <code>psensor</code> can be used.</p>
161 </div>
162 <div class="paragraph">
163 <p>If you have trouble compiling <code>psensor</code> on a specific Linux distribution,
164 don’t hesitate to report it.</p>
165 </div>
166 <div class="paragraph">
167 <p>Binary packages of <code>psensor</code> are available for few Linux distributions:</p>
168 </div>
169 <div class="ulist">
170 <ul>
171 <li>
172 <p>package for Ubuntu is in the official universe repository since version 11.10 (Oneiric)</p>
173 </li>
174 <li>
175 <p><a href="http://packages.qa.debian.org/p/psensor.html">package for Debian</a> is in the standard repository since 7.0</p>
176 </li>
177 <li>
178 <p><a href="https://launchpad.net/~jfi/+archive/ubuntu/ppa">PPA for Ubuntu</a></p>
179 </li>
180 <li>
181 <p><a href="http://software.opensuse.org/package/psensor">package for OpenSuse</a></p>
182 </li>
183 <li>
184 <p><a href="https://aur.archlinux.org/packages/psensor/">package for ArchLinux</a>.</p>
185 </li>
186 </ul>
187 </div>
188 </div>
189 </div>
190 <div class="sect1">
191 <h2 id="_misc">Misc</h2>
192 <div class="sectionbody">
193 <div class="ulist">
194 <ul>
195 <li>
196 <p><a href="ubuntu.html">Psensor on Ubuntu</a></p>
197 </li>
198 <li>
199 <p><a href="remote.html">Remote monitoring</a></p>
200 </li>
201 <li>
202 <p><a href="contribute.html">How to contribute to psensor</a></p>
203 </li>
204 <li>
205 <p><a href="faq.html">FAQ</a></p>
206 </li>
207 </ul>
208 </div>
209 </div>
210 </div>
211 <div class="sect1">
212 <h2 id="_contact">Contact</h2>
213 <div class="sectionbody">
214 <div class="paragraph">
215 <p>The Google Group <a href="https://groups.google.com/forum/?fromgroups&amp;hl=en#!forum/psensor-users">psensor-users</a> can be used for discussion, questions and bug report.</p>
216 </div>
217 <div class="paragraph">
218 <p>For announces or general information subscribe to Psensor <a href="https://plus.google.com/100166747457211594542">Google+ page</a>.</p>
219 </div>
220 <div class="paragraph">
221 <p>Alternatively, you can contact me by e-mail: <a href="mailto:jeanfi@gmail.com">jeanfi@gmail.com</a>.</p>
222 </div>
223 </div>
224 </div>
225 </div>
226 <div id="footer">
227 <div id="footer-text">
228 Last updated 2016-06-14 21:30:49 CEST
229 </div>
230 </div>
231 </body>
232 </html>