1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .\" Man page generated from reStructuredText.
- .
- .
- .nr rst2man-indent-level 0
- .
- .de1 rstReportMargin
- \\$1 \\n[an-margin]
- level \\n[rst2man-indent-level]
- level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
- -
- \\n[rst2man-indent0]
- \\n[rst2man-indent1]
- \\n[rst2man-indent2]
- ..
- .de1 INDENT
- .\" .rstReportMargin pre:
- . RS \\$1
- . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
- . nr rst2man-indent-level +1
- .\" .rstReportMargin post:
- ..
- .de UNINDENT
- . RE
- .\" indent \\n[an-margin]
- .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .nr rst2man-indent-level -1
- .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
- ..
- .TH "WMSUPERMON" 1 "2023-01-29" "1.2.2" "SlackBuilds.org"
- .SH NAME
- wmsupermon \- universal monitoring dockapp for WindowMaker
- .\" RST source for wmsupermon(1) man page. Convert with:
- .
- .\" rst2man.py wmsupermon.rst > wmsupermon.1
- .
- .SH SYNOPSIS
- .sp
- wmsupermon [\fB\-d|display\fP \fIdisplay\fP] [\fB\-c|\-\-config\fP \fIfile\fP]
- .sp
- wmsupermon [\fB\-h|\-\-help\fP]
- .sp
- wmsupermon [\fB\-v|\-\-version\fP]
- .SH DESCRIPTION
- .sp
- \fBwmsupermon\fP is a WindowMaker dockapp that can be used to monitor
- CPU usage, frequency, and temperature; disk I/O; memory, swap, and
- filesystem usage; network traffic (local or to/from your router);
- wireless link quality; battery status; and anything else you can think
- of that has a numeric value.
- .sp
- The dockapp is configured via the config file (\fI~/.wmsupermonrc\fP
- by default), which specifies what to monitor and how to present the
- results.
- .sp
- See /usr/doc/wmsupermon\-1.2.2/README for the syntax of the config
- file. In the same directory are some example configs.
- .SH OPTIONS
- .INDENT 0.0
- .TP
- .B \-d, \-\-display \fIdisplay\fP
- Display to use (default: \fIDISPLAY\fP in environment).
- .TP
- .B \-c, \-\-config \fIfile\fP
- Path to config file (default: \fI~/.wmsupermonrc\fP). Useful if you want
- to run multiple instances that show different data.
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-h\fP,\fB \-\-help
- Shows help text and exits.
- .TP
- .B \-v\fP,\fB \-\-version
- Shows program version and exits.
- .UNINDENT
- .SH COPYRIGHT
- .sp
- See the file /usr/doc/wmsupermon\-1.2.2/COPYING for license information.
- .SH AUTHORS
- .sp
- wmsupermon was written by Sergei Golubchik.
- .sp
- This man page written for the SlackBuilds.org project
- by B. Watson, and is licensed under the WTFPL.
- .SH SEE ALSO
- .sp
- \fBWindowMaker\fP(1), \fBwmmon\fP(1), \fBwmnet\fP(1)
- .sp
- \fI\%http://dockapps.net\fP, for a large collection of other dockapps.
- .\" Generated by docutils manpage writer.
- .
|