1WMTOP(1) User Manuals WMTOP(1)
2
3
4
6 wmtop - WindowMaker dockapp
7
8
10 wmtop [-c command] [-U] [-x regexp] [-m]
11
12
13
15 wmtop displays the CPU or physical memory (under Linux only) usage of
16 the top three processes. These may be refined by user supplied crite‐
17 ria, either via the command line or by clicking on the application.
18
19
21 While running a left click alternates between CPU and memory display. A
22 right click launches the appliction specfied at the command line. Mid‐
23 dle clicking changes between displaying all and user only processes.
24
25 -v Displays program version.
26
27 -geometry
28 The standard X geometry specifications. Only X and Y position
29 requests are honoured. Any height and width specifications
30 will be ignored.
31
32 -display
33 Specify an X server other than the local display.
34
35 -U Displays processes only owned by the user.
36
37 -c command
38 Execute command when application is right clicked.
39
40 -x regexp
41 Exclude processes whose name matches the given regular expres‐
42 sion. The regular expression need only match part of the process
43 name. Use '^' to mean the start of the name and '$' to mean the
44 end.
45
46 -m Show memory usage rather than CPU usage on start-up.
47
48 -a theme
49 Choose an artisitc style or theme for wmtop to use.
50
51 -s Set interval between process samples in milliseconds.
52
53 -r Set interval between screen updates in milliseconds.
54
55
57 Monitor only users processes, exclude WindowMaker dock apps and pop up
58 xps when double clicked:
59
60 wmtop -c xps -U -x '^wm'
61
62 where we assume dock apps all have names starting with 'wm'.
63
64
66 Please report any bugs you may find to:
67
68 wmtop-bugs@tanelorn.demon.co.uk
69
70
72 Dan Piponi <dan@tanelorn.demon.co.uk>
73
74 http://www.tanelorn.demon.co.uk
75
76 http://wmtop.sourceforge.net
77
78
80 top(1)
81
82
83
84Linux JUNE 1999 WMTOP(1)