Content-type: text/html
WMND
Section: User Commands (1)
Updated: Apr 10, 2004
Index Return to Main Contents
NAME
WMND - WindowMaker network device monitor
SYNOPSIS
wmnd { options }
DESCRIPTION
WMND is a WindowMaker dock application that shows a graph of the
network traffic of the past few minutes, current activity and current and
overall send and receive rates. Additionally it can launch any program in
response to mouse clicks.
OPTIONS
- -i interface
- Select the interface to start with.
- -I interface
- Interface/s to monitor. Defaults to all but lo and irda. Under linux
(using the linux_proc driver) you can specify multiple interfaces
separated by commas to force offline ones and combine them into a
single instance.
- -D driver
- Specify a driver to use. Defaults to auto-probe.
- -l
- Start using long device names.
- -m
- Start with maximal values hidden.
- -t
- Start without displaying connection time of ppp links.
- -M
- Use the maximal values of the entire history.
- -w mode
- Select display mode to start with. Use wmnd -h for a list of
available display modes. Right clicks on the graph cycle through all
available modes.
- -r rate
- refresh rate in microseconds
- -s scroll
- scroll rate in tenths of seconds
- -S steps
- Number of scroll steps to wait before updating the speed rate
indicator.
- -b
- Scale the values of the maximum and current rate by factors of base 2
instead of the default 10-based scaling. (1K equals 1024 in binary
mode, but 1000 in decimal mode.)
- -c color
- tx color
- -C color
- rx color
- -L color
- middle line color
- -d display
- Draw onto X11 display display
- -f config
- Read config instead of ~/.wmndrc
- -F
- Don't parse ~/.wmndrc
- -h
- Show summary of options.
- -v
- Show version of WMND.
- -q
- Be less verbose (display only errors).
- -Q
- Show informational messages.
- -o float
- Smoothing factor (a float from 0 to 1).
- -a bytes
- Use a fixed scale for the bytes modes specified in bytes per second.
By default uses an automatic scale.
- -n name
- Change the WMND class/title name (defaults to "wmnd").
USAGE
Active Interface
You can cycle in realtime through all available active interfaces by simply
left-clicking on the interface name gadget on the upperleft corner of
WMND or use the mouse wheel.
The 'lo' interface is an exception, 'lo' only works when invoked from the
commandline (wmnd -I lo), lo was mainly built in for testing purposes.
Device Name
By default, WMND show device name in short term of four characters,
for example, the ippp0 will be displayed as ipp0. You can toggle the device
name between short and long by right-click on it.
Graphic Mode
Left-click on the main graphic area to cycle the graphic mode.
Max Meter
Left-click to toggle the history max or screen max, default is screen max
when WMND is startup. Right-click to hide or display.
Byte/Packet Mode
Left-click on the letter gadgeted on the right-top corner can switch between
the Byte or Packet counter mode. "B" for byte, "p" for packet.
User Script
Click on the bottom rate meter can invoke the user command defined in
resource file .wmndrc.
Dragging WMND
Be sure to drag WMND on it's outer edges, it's a bit picky due to the
large gfx pixmap it keeps. You can also use a keyboard and mouse shortcut
(perhaps ALT+left-click) in your window manager to drag it around.
Drivers
- solaris_fpppd
- Solaris/Linux ppp streams driver. Gathers device data from /dev/ppp.
Uses code from the Solaris/Linux pppd server and it should work
wherever Solaris/Linux pppd works.
- linux_proc
- Reads data from the linux proc(5)
virtual filesystem.
- freebsd_sysctl
- Uses the MIB to gather device statistics under FreeBSD (offline
devices handling is buggy, support needed!)
- solaris_kstat
- Gather all devices of class net from the kstat library.
- irix_pcp
- Reads metrics from the IRIX Performance Co-Pilot daemon. Read the
README for problems with this driver.
- generic_snmp
- Query an IF-MIB capable snmp server for gathering interface
statistics. By default generic_snmp connects to localhost and
uses the public community. You can change the community/host/interface
to monitor by using the -I flag:
[community@]host[:interface]
You must specify an interface number, not an interface name. If the
interface number is 0, or there's no interface specification,
WMND will display all available interfaces. By default the
community name is "public". Beware that by specifying an snmp v1
community name on a command line can be dangerous on an multiuser
platform. Please read the README file on the distribution for more
details.
- testing_dummy
- This is the "last resort" driver, it shows a null device useful only
to make WMND don't exit when all other drivers failed. Can be
enchanged to display something at compile time.
FILES
~/.wmndrc User configuration.
Puppy has this in
/etc/wmndrc
The format of this file is described in the example file "wmndrc" coming
with the distribution (see /usr/share/doc/wmnd/).
SIGNALS
- SIGUSR1
- Internally restart all driver's interfaces (only usefull for
programming/testing purposes).
- SIGTERM SIGINT
- Clean WMND shutdown.
BUGS
Report bugs and suggestion to the current WMND maintainer: wave++
<wavexx@users.sf.net>. More
informations (including usage instructions) can be found into the README file
found into the distribution. These informations should be integrated here
too.
SEE ALSO
X(3x), wmaker(1x).
proc(5)
AUTHOR
This manual page was written by Arthur Korn <arthur@korn.ch>. The original WMND
authour is Reed Lai <reed@wingeer.org>.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- USAGE
- Active Interface
- Device Name
- Graphic Mode
- Max Meter
- Byte/Packet Mode
- User Script
- Dragging WMND
- Drivers
- FILES
- SIGNALS
- BUGS
- SEE ALSO
- AUTHOR
This document was created by man2html, using the manual
pages.
Time: 22:14:09 GMT, November 17, 2004