1wmmon(1) General Commands Manual wmmon(1)
2
3
4
6 wmmon - Window Maker dockapp for monitoring system information
7
8
10 wmmon [ OPTION ]
11
12
14 WMMon monitors the realtime CPU load as well as the average system
15 load, and gives you some nice additional features too. It is intended
16 for docking in Window Maker.
17
18 It currently provides:
19
20
21 · a realtime CPU stress meter;
22
23 · an auto-scaled average system load meter, like xload and wmavgload;
24
25 · a realtime disk I/O stress meter;
26
27 · auto-scaled disk I/O load meter;
28
29 · realtime memory and swap usage meters;
30
31 · a display for system uptime;
32
33 · three user-defined commands to launch.
34
35
37 -display display
38 This option specifies the X server to contact; see X(7x).
39
40
41 -geometry geometry
42 This option specifies the preferred position of clock; see
43 X(7x).
44
45
46 -l Lock the mode, so that it cannot be cycled by clicking on the
47 upper-left widget. You can use this to open multiple copies of
48 WMMon, each set to a different mode.
49
50
51 -i Start in disk I/O mode, which displays instantaneous disk usage
52 and average disk load.
53
54
55 -b Include buffers and cache in memory usage calculations. The
56 trend in recent years has been to not include this in memory
57 load monitors, but it can be useful information.
58
59
60 -s Start in system information mode, which displays memory usage,
61 swap usage, and uptime.
62
63
64 -h Show help information.
65
66
67 -v Print the version number.
68
69
71 The WMMon display can be cycled between CPU, disk I/O, and system
72 information displays by clicking on the upper-left widget. This dis‐
73 plays CPU information by default.
74
75 WMMon can also be used to launch programs. You may click either left,
76 middle, or right mouse buttons in the average-load section of the win‐
77 dow. The pre-configured program will be launched according to the
78 mouse button clicked. (see CONFIGURATION FILE below.)
79
80 In order to move WMMon, drag on the outer edges. These are not sensi‐
81 tive to mouse clicks.
82
83
85 Window Maker
86
87 Window Maker users should drag and drop the WMMon window on the
88 Dock. Then, right-click on the border of the window and select
89 “Settings...”. Check “Start when Window Maker is started”.
90
91
92 AfterStep
93
94 AfterStep users should put the following in their $HOME/.steprc
95
96 Wharf wmmon - MaxSwallow "wmmon" wmmon &
97
98
99 Other window managers
100
101 WMMon runs nicely as a 64x64 shaped icon on your desktop.
102
103
105 WMMon can launch three user-defined commands, triggered by left, middle
106 and right mouse button clicks. You can define the commands to launch
107 in $HOME/.wmmonrc
108
109 left: xterm
110 middle: xload
111 right: xcalc
112 If WMMon detects a $HOME/.wmmonrc file, it will launch the appropriate
113 command when you click on the clock.
114
115 The system administrator can define default commands in /etc/wmmonrc.
116 The administrator may also choose to “fix” particular commands, making
117 it impossible for users to change. These commands can be defined in
118 /etc/wmmonrc.fixed, although this isn't a nice thing to do.
119
120
122 /etc/wmmonrc
123 $HOME/.wmmonrc
124 /etc/wmmonrc.fixed
125
126
128 WMMon was written by Martijn Pieterse and Antoine Nulle.
129
130 This manual page was written by Simon Law <sfllaw@debian.org> for the
131 Debian system (but may be used by others). It is based on the documen‐
132 tation provided by the original program.
133
134 This manual is free software; you can redistribute it and/or modify it
135 under the terms of the GNU General Public License as published by the
136 Free Software Foundation; either version 2 of the License, or (at your
137 option) any later version.
138
139
140
141WMMON 1.0b2 May 1998 wmmon(1)