summaryrefslogtreecommitdiffstats
path: root/doc/en/index.docbook
blob: 87c8fe9010d639b7718df4a8166e33b7c17b9345 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
  <!ENTITY kappname "&kcpuload;">
  <!ENTITY package "kdeextragear-2">
  <!ENTITY kcpuload "<application>KCPULoad</application>">
  <!ENTITY % addindex "IGNORE">
  <!ENTITY % English "INCLUDE">
]>

<book lang="&language;">
 <bookinfo>
  <title>The &kcpuload; Handbook</title>

  <authorgroup>
   <author>
    <firstname>Markus</firstname>
    <surname>Gustavsson</surname>
    <affiliation>
     <address><email>mighty@fragzone.se</email></address>
    </affiliation>
   </author>
   <author>
    <firstname>Ben</firstname>
    <surname>Burton</surname>
    <affiliation>
     <address><email>bab@debian.org</email></address>
    </affiliation>
   </author>
  </authorgroup>

  <date>16 December 2002</date>
  <releaseinfo>1.99</releaseinfo>

  <abstract>
   <para>
    &kcpuload; is a simple CPU meter which graphs a recent history of
    CPU usage in the system tray.  It has support for SMP and separate
    user/system loads.
   </para>
  </abstract>

  <keywordset>
   <keyword>KDE</keyword>
   <keyword>KCPULoad</keyword>
  </keywordset>
 </bookinfo>

 <chapter id="introduction">
  <title>Introduction</title>

  <para>
   &kcpuload; is a small program for Kicker (the TDE panel). It
   shows a recent history of CPU usage in the form of one or two
   configurable diagrams in the system tray.
   These diagrams have settings for colors and various different styles.
  </para>
  <para>
   Note that it isn't the real system load that is shown, but the percent
   used of the total CPU power, which is calculated from the number of
   CPU ticks between each update.
  </para>
  <para>
   If there is more than one CPU on the system, the combined CPU usage
   from both can be shown, or you can choose to have one separate diagram
   for each CPU.
  </para>
  <para>
   Left click on a diagram to bring up a small information box which
   will show the exact CPU usage in text form.
  </para>
  <para>
   Note that using a slower update interval will give a more stable
   and accurate diagram without flicker.
  </para>
 </chapter>

 <chapter id="configuration">
  <title>Configuration</title>

  <para>
   To configure &kcpuload;, click on the diagram in the system tray
   using your right mouse button.  A configuration menu will appear.
  </para>
  <para>
   The settings chosen in the configuration menu are saved automatically
   to the &kcpuload; configuration file as soon as they are set.  There
   is no need to save the settings manually.
  </para>

  <variablelist>
   <varlistentry>
    <term>SMP (Dual CPU) Support</term>
    <listitem>
     <para>
      If you don't have an SMP system, none of the SMP options will
      appear in the menu.  If you do, you will be presented with both an
      SMP on/off option at the top of the options menu, and
      (when SMP is turned on) a second color settings menu for the
      second diagram.
     </para>
     <para>
      If you choose to have SMP off, you will only see one diagram
      showing the values from both CPUs combined.  If you choose to
      have SMP on, there will be one diagram for each CPU showing their
      individual loads.
     </para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term>Changing the Update Speed</term>
    <listitem>
     <para>
      Choose <guilabel>Speed</guilabel> from the configuration menu to
      change how frequently the diagram(s) are updated.
      Choose a lower value to get a more responsive diagram.
      Choose a higher value to get a slower but more stable and less
      flickering diagram.
     </para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term>Splitting the System and User Loads</term>
    <listitem>
     <para>
      Enable the <guilabel>Graph Splitting</guilabel> option to have the
      diagram split into an upper
      part and a lower part.  The upper part of the diagram will
      show the user load (the apps you're using on a day-to-day basis).
      The lower part which is a white scale will show the system load
      (which includes daemons and other low level parts of the system
      and kernel).
     </para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term>Changing Diagram Style</term>
    <listitem>
     <para>
      The <guilabel>Style</guilabel> option in the configuration menu
      will let you change the look of the diagram.  Options include
      a <guilabel>Lines</guilabel> option which only draws a straight line
      across the diagram, a <guilabel>Bars</guilabel> option which draws
      a bar graph, and a <guilabel>Shaded</guilabel> option which shades
      the diagram in a nice black-to-color tone.
     </para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term>Soft Curves</term>
    <listitem>
     <para>
      The <guilabel>Soft Curves</guilabel> option can be used to smooth
      the diagram(s).  This means that diagrams won't show very fast changes,
      but instead move slowly up and down with a little delay on the
      movements.  This feature can make the diagrams look better,
      especially when the update interval is set to a fast flickering rate.
     </para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term>Labels and Grid</term>
    <listitem>
     <para>
      These options control what is displayed behind the diagram(s).
      The <guilabel>Labels</guilabel> option will turn on small text
      labels in the upper left corner of each diagram showing which
      CPU the diagram represents.
      The <guilabel>Grid</guilabel> option will toggle a background
      grid of horizontal lines.
     </para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term>Changing Diagram Colors</term>
    <listitem>
     <para>
      Each CPU diagram has a corresponding <guilabel>Color</guilabel>
      option in the menu; this can be used to change the color of the
      diagram.
     </para>
    </listitem>
   </varlistentry>
  </variablelist>
 </chapter>

 <chapter id="other-features">
  <title>Other Features</title>

  <variablelist>
   <varlistentry>
    <term>Active and Clear</term>
    <listitem>
     <para>
      These two functions are located at the top of the options menu.
     </para>
     <para>
      The <guilabel>Active</guilabel> option is the power switch
      for the whole program.  This can be used to suspend the diagram
      so that it doesn't measure any readings.
     </para>
     <para>
      The <guilabel>Clear</guilabel> option will erase all readings and
      start afresh with an empty diagram.
     </para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term>Pop-Up Information Dialog</term>
    <listitem>
     <para>
      Left click on one of the diagrams to bring up a small pop-up
      information box.  To hide it, left click on the diagram again,
      or right click on the pop-up itself.
     </para>
     <para>
      While the pop-up is shown, you can move it around with the left
      mouse button.  This pop-up is both sticky and always on top, so
      that you can have it in a corner all the time if you like.
     </para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term>Session Management</term>
    <listitem>
     <para>
      If &kcpuload; is still running when KDE is shut down, it will
      restart when KDE is restarted.
     </para>
    </listitem>
   </varlistentry>
  </variablelist>
 </chapter>

 <chapter id="credits">
  <title>License</title>

  <para>
   &kcpuload;
  </para>

  <simplelist>
   <member>
   Copyright 1999-2000, Markus Gustavsson <email>mighty@fragzone.se</email>.
   </member>
   <member>
   Copyright 2002, Ben Burton <email>bab@debian.org</email>.
   </member>
  </simplelist>

  <para>
   See the &kcpuload; <guilabel>About</guilabel> box for a full list of
   credits.
  </para>

  &underGPL;
 </chapter>

 <appendix id="installation">
  <title>Installation</title>

  <sect1 id="obtaining">
   <title>How to obtain &kcpuload;</title>
   &install.intro.documentation;
  </sect1>

  <sect1 id="requirements">
   <title>Requirements</title>
   <para>
    <itemizedlist>
     <listitem><para>
      A Linux system (using kernel 2.2 or newer) or a BSD system;
     </para></listitem>
     <listitem><para>
      The TQt and the TDE libraries;
     </para></listitem>
     <listitem><para>
      A running TDE panel (Kicker).
     </para></listitem>
    </itemizedlist>
   </para>
  </sect1>

  <sect1 id="compilation">
   <title>Compilation and Installation</title>
   &install.compile.documentation;
  </sect1>
 </appendix>
</book>