Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

speedometer(1) [debian man page]

speedometer(1)							   User Commands						    speedometer(1)

NAME
speedometer - measure and display the rate of data across a network connection SYNOPSIS
speedometer [options] tap [[-c] tap] ... DESCRIPTION
Monitor network traffic or speed/progress of a file transfer. At least one tap option (-f, -rx, -tx) must be entered. Option -c starts a new column, otherwise taps are piled vertically. Note: before you use the program, satrt generating traffic by transferring files in/out e.g. with scp(1) in the network you're measuring. OPTIONS
-b Use old blocky display instead of smoothed display even when UTF-8 encoding is detected. -f filename [size] Display download speed with progress bar. This option must be used if directly following another file tap without an expected size specified. -i interval Interval in seconds. Examples: 5 or 0.25". Default is 1. -p Use plain-text display (one tap only). -rx iface Display bytes received on network interface. -tx iface Display bytes transmitted on network interface. -z Report zero size on files that don't exist instead of waiting for them to be created EXAMPLES How long it will take for my 38MB transfer to finish? speedometer favorite_episode.rm $(( 38 * 1024 * 1024 )) How quickly is another transfer going? speedometer dl/big.avi How fast is this LAN? host-a$ cat /dev/zero | nc -l -p 12345 host-b$ nc host-a 12345 > /dev/null host-b$ speedometer -rx eth0 How fast is the upstream on this ADSL line? speedometer -tx ppp0 How fast can I write data to my filesystem? (with at least 1GB free) dd bs=1000000 count=1000 if=/dev/zero of=bigfile & speedometer bigfile ENVIRONMENT
None. FILES
None. SEE ALSO
htop(1) iotop(1) scp(1) top(1) vmstat(1) AUTHORS
Program was written by Ian Ward <ian.ward@excess.org> This manual page was written by Jari Aalto <jari.aalto@cante.net>. Released under license GNU GPL version 2 or (at your option) any later version. For more information about license, visit <http://www.gnu.org/copyleft/gpl.html>. speedometer 2011-12-10 speedometer(1)

Check Out this Related Man Page

colortest-python(1)						   User Commands					       colortest-python(1)

NAME
colortest-python - Display color test chart and convert between color values SYNOPSIS
colortest-python DESCRIPTION
Displays 256, 88 and 16 color tables depending on what the terminal supports. Also provides for conversion between 256 and 88 color values. The program automatically detects 8, 16, 88, 256 color capabilities (via ncurses) and displays the appropriate color charts. Program can display the colors as blocks or 2d cubes optionally with color values overlaid in int or hex values, it can show the full rgb text string and show the display with a vertical (default) or horizontal orientation. In addition to the color charts it can also convert between 256 and 88 color values. This can be useful when converting various terminals like between urxvt and xterm-256. The goal of this program was to provide the functionality of all the various Perl and sh scripts in one place with some bells and whistles. OPTIONS
-b, --block Display as block format (vs cube) [default]. -c, --cube-slice Display as cube slices (vs block). -e NUMBER, --88to256=NUMBER Convert (expand) 88 color value NUMBER to an 256 color value. -h, --help Display sort help. -n, --numbers Include color escape numbers on chart. -l, --rgb Long format. RGB values as text. -p, --padding Add extra padding (helps discern colors). -r NUMBER, --256to88=NUMBER Convert (reduce) 256 color value NUMBER to an 88 color value. -v, --vertical Display with vertical orientation [default]. --version Show program's version number and exit -x, --hex Include hex color numbers on chart. -z, --horizontal Display with horizontal orientation. ENVIRONMENT
None. FILES
None. SEE ALSO
colortest-8(1) colortest-16(1) colortest-16b(1) colortest-16b(1) AUTHORS
Program was written by Thomas John Eikenberry <jae@zhar.net> This manual page was written by Jari Aalto <jari.aalto@cante.net>. Released under license GNU GPL version 3 or (at your option) any later version. For more information about license, visit <http://www.gnu.org/copyleft/gpl.html>. colortest-python 2012-06-18 colortest-python(1)
Man Page