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

etop(3erl)						     Erlang Module Definition							etop(3erl)

NAME
etop - Erlang Top is a tool for presenting information about erlang processes similar to the information presented by "top" in UNIX. DESCRIPTION
etop should be started with the provided scripts etop and getop for text based and graphical presentation respectively. This will start a hidden erlang node which connects to the node to be measured. The measured node is given with the -node option. If the measured node has a different cookie than the default cookie for the user who invokes the script, the cookie must be explicitly given witht the -setcookie option. Under Windows the batch files etop.bat and getop.bat can be used. The following configuration parameters exist for the etop tool. When executing the etop or getop scripts, these parameters can be given as command line options, e.g. getop -node testnode@myhost -setcookie MyCookie . node : The measured node. Value: atom() Mandatory setcookie : Cookie to use for the etop node - must be the same as the cookie on the measured node. Value: atom() lines : Number of lines (processes) to display. Value: integer() Default: 10 interval : The time interval (in seconds) between each update of the display. Value: integer() Default: 5 accumulate : If true the execution time and reductions are accumulated. Value: boolean() Default: false sort : Identifies what information to sort by. Value: runtime | reductions | memory | msg_q Default: runtime ( reductions if tracing=off ) tracing : etop uses the erlang trace facility, and thus no other tracing is possible on the measured node while etop is running, unless this option is set to off . Also helpful if the etop tracing causes too high load on the measured node. With tracing off, runtime is not measured. Value: on | off Default: on All interaction with etop when running the graphical presentation should happen via the menus. For the text based presentation the func- tions described below can be used. See the user's guide for more information about the etop tool. EXPORTS
config(Key,Value) -> Result Types Result = ok | {error,Reason} Key = lines | interval | accumulate | sort Value = term() This function is used to change the tool's configuration parameters during runtime. The table above indicates the allowed values for each parameter. dump(File) -> Result Types Result = ok | {error,Reason} File = string() This function dumps the current display to a text file. stop() -> stop This function terminates etop . Ericsson AB observer 0.9.9 etop(3erl)
Man Page