Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wmnd(1) [suse man page]

WMND(1) 						      General Commands Manual							   WMND(1)

NAME
wmnd - WindowMaker network device monitor SYNOPSIS
wmnd [ -v | -h | [ -d display ] [ -i interface ] [ -w ] [ -b ] ] DESCRIPTION
wmnd(1) 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. There are two modes for the max-meter (the one on top of the graph). Per default it shows the maximum value on the graph. The second mode shows the maximum value of a historical record since wmnd was started. You may left click on max-meter to switch modes, right click on max- meter to hide the max-meter. OPTIONS
-i interface Start showing the status of network interface interface. -w Draw the graph in waveform mode (default is inverse waveform mode). Right clicks cycle through all available modes. -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.) -h Show summary of options. -d display Draw onto X11 display display. -v Show version of 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. The 'lo' interface is an exception, 'lo' ONLY works when invoked from the commandline (wmnd -i lo), lo was mainly built in for testing pur- poses. 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. FILES
~/.wmndrc User configuration. The format of this file is: # WMND configuration file # middle line in wave mode color md_color=#71e371 # RX/TX color (can be #xxxxxx, or color name from rgb.txt) rx_color=#188a86 tx_color=#00fff2 # refresh between status polling (not graph scroll speed) # numbering in nanoseconds refresh=50000 # bar graph scroll speed (in seconds) this setting also affectsi # the rate and max speed displays. the longer the delay, more # inaccurate these are since the max and rate values are averaged # across this interval scroll=1 # buttons for user scripts # bt1_action=su -c ethereal # bt2_action= # bt3_action= SEE ALSO
X(3x), wmaker(1x). AUTHOR
This manual page was written by Arthur Korn <arthur@korn.ch>. Dec 8, 2000 WMND(1)

Check Out this Related Man Page

WMTIME(1)						      General Commands Manual							 WMTIME(1)

NAME
wmtime - Window Maker dockapp that displays the time and date SYNOPSIS
wmtime [ OPTION ] DESCRIPTION
WMTime displays the time and date and gives you some nice additional features too. It is intended for docking in Window Maker. It currently provides: o the time and date; o a realtime morphing interface (analog <> digital mode); o auto-scaled and anti-aliased hands; o localization, displaying the day and date in various languages; o three user-defined commands to launch. OPTIONS
-d, -digital Display the digital clock on startup, instead of the analog clock. -display display This option specifies the X server to contact; see X(7x). -geometry geometry This option specifies the preferred position of clock; see X(7x). -n, -noseconds Disables the second hand. -h Show help information. -v Print the version number. USAGE
The WMTime window is separated into top and bottom sections. The top section contains a clock and the bottom section contains the date. The clock can be toggled between analog and digital modes. To do this, click in the bottom section of the window. WMTime can also be used to launch programs. You may click either left, middle, or right mouse buttons in the top section of the window. The pre-configured program will be launched according to the mouse button clicked. (see CONFIGURATION FILE below.) In order to move WMTime, drag on the outer edges. These are not sensitive to mouse clicks. DOCKING IN WINDOW MANAGERS
Window Maker Window Maker users should drag and drop the WMTime window on the Dock. Then, right-click on the border of the window and select "Settings...". Check "Start when Window Maker is started". AfterStep AfterStep users should put the following in their $HOME/.steprc Wharf wmtime - MaxSwallow "wmtime" wmtime & Other window managers WMTime runs nicely as a 64x64 shaped icon on your desktop. CONFIGURATION FILE
WMTime can launch three user-defined commands, triggered by left, middle and right mouse button clicks. You can define the commands to launch in $HOME/.wmtimerc left: xterm middle: xload right: xcalc If WMTime detects a $HOME/.wmtimerc file, it will launch the appropriate command when you click on the clock. The system administrator can define default commands in /etc/wmtimerc. The administrator may also choose to "fix" particular commands, making it impossible for users to change. These commands can be defined in /etc/wmtimerc.fixed, although this isn't a nice thing to do. FILES
/etc/wmtimerc $HOME/.wmtimerc /etc/wmtimerc.fixed AUTHORS
WMTime was written by Martijn Pieterse and Antoine Nulle. This manual page was written by Simon Law <sfllaw@debian.org> for the Debian system (but may be used by others). It is based on the docu- mentation provided by the original program. This manual is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. WMTIME 1.0b2 May 1998 WMTIME(1)
Man Page