Speedometer project is a console bandwidth and file download progress monitor with a logarithmic bandwidth display and a simple command-line interface.
Usage:
speedometer [options] tap [[-c] tap]... Monitor network traffic or speed/progress of a file transfer. At least one tap must be entered. -c starts a new column, otherwise taps are piled vertically.
Taps: filename [expected-size] display download speed [with progress bar] -rx network-interface display bytes received on network-interface -tx network-interface display bytes transmitted on network-interface
Options: -i interval-in-seconds eg. "5" or "0.25" default: "1" -p use plain-text display (one tap only).
Product's homepage
Requirements:
· Urwid
What's New in This Release: [ read full changelog ]
· This version adds a linear scale option, a long-requested feature.
· It also updates to a weighted moving average and has more display options, including bits/second and customizable minimum and maximum values displayed.