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