-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
52 lines (38 loc) · 1.55 KB
/
README
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
@file README multi CPU system monitor dockapp.
Copyright (c) 2010 by Lutz Sammer. All Rights Reserved.
Contributor(s):
License: AGPLv3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License.
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 Affero General Public License for more details.
$Id$
This is a small dockapp, that displays the following information about the
system:
- Current CPU utilization of up to four CPUs or CPU cores
- or current aggregates CPU utilization of all CPUs and cores
- Support for hyper-threading CPUs, joins display of two CPUs
- Up to two minutes history of CPU utilization
- Current memory usage
- Current swap usage
- Can sleep while screensaver is running
To compile you must have libxcb (xcb-dev) installed.
Just make make and play.
Use wmcpumon -h to see the command line options.
Requires:
x11-libs/libxcb
X C-language Bindings library
http://xcb.freedesktop.org/
x11-libs/xcb-util
X C-language Bindings sample implementations
http://xcb.freedesktop.org/
Note: we are not compatible with versions before 0.3.8
x11-libs/xcb-util-wm
X C-language Bindings sample implementations
http://xcb.freedesktop.org/
Note: we are not compatible with versions before 0.3.8
Lutz Sammer johns98@gmx.net