Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bwbar(8) [debian man page]

BWBAR(8)						      System Manager's Manual							  BWBAR(8)

NAME
bwbar - generates text and graphical readout of current bandwidth use. SYNOPSIS
bwbar [-i|-o] [-g|-G|-k|-K|-m|-M] [OPTION]... INTERFACE MAX_MBPS DESCRIPTION
Generates text and graphical readout of current bandwidth use. OPTIONS
-b, --border=N Set border width of the graphical bar to N (default 1 pixel). -d, --directory=N Output directory is N. -f, --text-file=N Set N as name of the text output file (default ubar.txt). -h, --help Display usage. -p, --png-file=N Set N as name of the graphical bar file (default ubar.png). -t, --interval=N The poll interval in seconds is N (default 15 seconds). -x, --width=N Set the width of the graphical bar to N (default 600 pixels). -y, --height=N Set the height of the graphical bar to N (default 4 pixels). FLAGS
-i, --input Measure input bandwidth. -g, --GBps Bandwidth is measured in GB/s. -G, --Gbps Bandwidth is measured in Gbit/s. -k, --kbps Bandwidth is measured in kbit/s. -K, --KBps Bandwidth is measured in KB/s. -m, --MBps Bandwidth is measured in MB/s. -M, --Mbps Bandwidth is measured in Mbit/s. -o, --output Measure output bandwidth. Default values are -M and -o. AUTHOR
Written by Nacho Barrientos Arias <chipi@criptonita.com>. BUGS
Report bugs to <hpa@zytor.com>. COPYRIGHT
Copyright (C) 1999-2001 H. Peter Anvin - All Rights Reserved This program 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, Inc. SEE ALSO
You can get all the available information for bwbar in: http://www.kernel.org/pub/software/web/bwbar/ bwbar 1.2.3 Apr. 18, 2006 BWBAR(8)

Check Out this Related Man Page

IBOD.CF(4)						     Kernel Interfaces Manual							IBOD.CF(4)

NAME
ibod.cf - configuration file for ibod (ISDN Bandwidth On Demand) DESCRIPTION
This file contains the initial configuration values for the ibod daemon. Each line contains a keyword and a value. Boolean attributes are set with 0 or 1 which corresponds to false and true respectively. A boolean attribute not specified at all is always false. Lines beginning with # are treated as comments and will be ignored. IMPORTANT RULES! 1. Keywords are case sensitive. 2. Kewords must begin at the first column. 3. Keywords and values must be separated by exactly one (1) space or tab character. This file is re-read every time ibod receives SIGHUP (1) signal. OPTIONS DEVICE <name> Name of ISDN PPP device. Default is ippp0. ENABLE 1|0 Enable/disable bandwidth-on-demand. Default is enable (1). INTERVAL <n> Specify the sample time interval in ms. Default is 500 ms. FILTER <n> Defines "filtering factor". A value of 10 means that the average bytes/sec value measured over 10 intervals must pass the limit defined by LIMIT to bring up or down the slave link. Default is 5. LIMIT <n> Transfer rate limit in bytes/sec for bringing up or down ISDN slave channel. Default is 7000. STAYUP 0|1 Enable/disable slave channel stay up function. If enabled, the 2:nd cannel (slave link) will stay up even if the average bytes/sec decrease the value defined by LIMIT. In this case the slave link will stay up until hangup time is reached. (Example: isdnctrl hup- timeout ippp1 60) If disabled the slave link will be brought down in the same way it was brought up. Default is 0. STAYUP_TIME <n> Defines the minimum time in seconds the 2:nd channel will unconditionally stay up after it has been brought up. Default value is 30. SEE ALSO
ibod(1) and xibod(1) AUTHOR
Bjoern Smith, Smith@Compound.SE IBOD.CF(4)
Man Page