wmshutdown: Bump to version 1.6
[dockapps.git] / wmSMPmon / wmSMPmon / wmSMPmon.1
blobd231128d5b4d723dfe675231e154b2d0b915a2c5
1 .TH WMSMPMON 1
2 .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
3 .\" other parms are allowed: see man(7), man(1)
4 .SH NAME
5 wmSMPmon \- Window Maker System Monitor
6 .SH SYNOPSIS
7 .B wmSMPmon
8 .I "[options]"
9 .SH "DESCRIPTION"
10 .B wmSMPmon
11 is a Window Maker dock application that displays the following
12 information about the system:
13 .TP
14 - Current CPU utilization of up to two CPUs
15 .TP
16 - Up to two minutes history of CPU utilization
17 .TP
18 - Current memory usage
19 .TP
20 - Current swap usage
21 .PP
22 On dual CPU systems,
23 .B wmSMPmon
24 has three different styles for the utilization graph. To toggle between them
25 just click into the graph.
26 .SH OPTIONS
27 All options start with one dash.
28 .TP
29 .B \-h
30 Show summary of options.
31 .TP
32 .B \-r REFRESH_RATE
33 Set the refresh rate of the graph in microseconds. The default is 250000
34 (a quarter of a second).
35 .TP
36 .B \-g GRAPH_STYLE
37 Start using graph style #[1-3] (only on dual CPU systems). Style 1
38 shows the utiliziation in one graph, while 2 and 3 are split in two
39 little graphs. Style 2 shows the two graphs on top of each
40 other. Style 3 uses a mirror like type. The default style is 1, which
41 is also the style used on single CPU systems.
42 .TP
43 .B \-no-swap
44 Do not monitor swap.
45 .SH "SEE ALSO"
46 wmaker(1x)
47 .SH AUTHOR
48 This manual page was originally written by Alain Schroeder
49 <alain@debian.org> and adapted for wmSMPmon 3 by Thomas Ribbrock
50 <emgaron@gmx.net>