HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

speedometer — Python script that shows a network traffic graph in the terminal. More information: <https://excess.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandspeedometerpythonnetworkclishowsthatscript
linux

Problem

How to use the speedometer command: Python script that shows a network traffic graph in the terminal. More information: <https://excess.org/speedometer/>.

Solution

speedometer — Python script that shows a network traffic graph in the terminal. More information: <https://excess.org/speedometer/>.

Show graph for a specific interface:
speedometer -r {{eth0}} -t {{eth0}}

Code Snippets

Show graph for a specific interface

speedometer -r {{eth0}} -t {{eth0}}

Context

tldr-pages: linux/speedometer

Revisions (0)

No revisions yet.