6698537e46
(emarocca at libero dot it).
78 lines
2.2 KiB
Text
78 lines
2.2 KiB
Text
$NetBSD: patch-ac,v 1.1 2003/03/18 01:07:57 jschauma Exp $
|
|
|
|
--- /dev/null Mon Mar 17 19:52:07 2003
|
|
+++ bbsload.1 Mon Mar 17 19:53:44 2003
|
|
@@ -0,0 +1,73 @@
|
|
+.TH BBSLOAD 1 "March 14, 2003" bbsload "bbtools"
|
|
+.SH NAME
|
|
+bbsload \- system load tool for Blackbox
|
|
+
|
|
+.SH SYNOPSIS
|
|
+.B bbsload
|
|
+[\fIOPTIONS\fR]
|
|
+
|
|
+.SH DESCRIPTION
|
|
+\fBbbsload\fR is a Blackbox tool to display your system load.
|
|
+
|
|
+It can show simple system bar graphs, including load averages for 1, 5 and 15
|
|
+minute periods, memory usage, swap usage, total system usage, as well as CPU
|
|
+loads for user, nice and system processes and idle time.
|
|
+
|
|
+.SH USAGE
|
|
+By default \fBbbsload\fR reads the Blackbox style-file as defined in
|
|
+\fI$HOME/.blackboxrc\fR and copies as much of the style as possible. The
|
|
+result is an application which looks a lot like the toolbar.
|
|
+
|
|
+The \fI-geometry\fR is given as +x+y or -x-y (or combination)
|
|
+where -x-y is the (x,y) distance of the right bottom of screen
|
|
+to the right bottom of \fBbbsload\fR.
|
|
+
|
|
+So \fI-geometry -0-0\fR puts the application in the lower right corner of the
|
|
+screen.
|
|
+
|
|
+.SH OPTIONS
|
|
+A summary of the options supported by \fBbbsload\fR is included below.
|
|
+
|
|
+.TP
|
|
+\fB\-display\fR \fIdisplay name\fR
|
|
+X server to connect to
|
|
+.TP
|
|
+\fB\-c[onfig]\fR \fIfilename\fR
|
|
+use alternate config file
|
|
+.TP
|
|
+.B \-d[ecorated]
|
|
+Show 'normal' decorated window
|
|
+.TP
|
|
+\fB\-geom[etry]\fR \fIgeometry\fR
|
|
+Set geometry of window
|
|
+.TP
|
|
+\fB\-h[elp]\fR
|
|
+Show summary of options and exit.
|
|
+.TP
|
|
+\fB\-n[obb]\fR
|
|
+fall back on default configuration
|
|
+.TP
|
|
+\fB\-s[hape]\fR
|
|
+Don't display groundplate
|
|
+.TP
|
|
+\fB\-v[ersion]\fR
|
|
+Display version number
|
|
+.TP
|
|
+\fB\-w[ithdrawn]\fR
|
|
+Place bbtool in the Slit
|
|
+
|
|
+.SH FILES
|
|
+Default: \fI$datadir=/usr/local/share/\fR
|
|
+.br
|
|
+.SS "Under Blackbox"
|
|
+.nf
|
|
+\fI$datadir/bbtools/bbsload.bb\fR the global configuration file
|
|
+\fI$HOME/.bbtools/bbsload.bb\fR a local configuration file
|
|
+
|
|
+.SS "Under other Window managers"
|
|
+.nf
|
|
+\fI$datadir/bbtools/bbsload.nobb\fR the global configuration file
|
|
+\fI$HOME/.bbtools/bbsload.nobb\fR a local configuration file
|
|
+
|
|
+.SH AUTHOR
|
|
+This manual page was written by Emanuele Rocca <emarocca@libero.it>, for the Debian GNU/Linux system (but may be used by others).
|