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