Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wardi/speedometer
Chart network TX/RX and file download rates on the console
https://github.com/wardi/speedometer
Last synced: 18 days ago
JSON representation
Chart network TX/RX and file download rates on the console
- Host: GitHub
- URL: https://github.com/wardi/speedometer
- Owner: wardi
- License: lgpl-2.1
- Created: 2010-07-02T15:53:57.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T12:27:17.000Z (9 months ago)
- Last Synced: 2024-11-16T20:41:46.993Z (26 days ago)
- Language: Python
- Homepage: http://excess.org/speedometer/
- Size: 74.2 KB
- Stars: 218
- Watchers: 13
- Forks: 53
- Open Issues: 22
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - wardi/speedometer - Chart network TX/RX and file download rates on the console (others)
README
Speedometer
===========*Speedometer is looking for a maintainer*. Please open a ticket on github if you believe you could help maintain this project.
Measure and display the rate of data across a network connection or data being stored in a file.
* `Speedometer Home Page `_
New Changes
------------1. Python 3 is required now, mac os x platform is included.
2. Use python `psutil` module, instead of /dev/net for maximal compatibility.
3. New -d options, support to measure data from running external shell standard output.
* python speedometer.py -d "ls -lR /"
* python speedometer.py -d "curl https://download.site/file.iso --output -"
* python speedometer.py -d "curl https://download.site/file.iso --output - | tee newfile.iso"
4. Support data source from `standard input` or `pipe line`, working only for plain text mode.
* cat /dev/urandom | python speedometer.py
* python speedometer.py < /dev/urandom
* curl --output - https://download.site/file.iso 2>/dev/null | python speedometer.py
Screen Shots
------------.. image:: http://excess.org/media/speedometer-transp1.png
:alt: speedometer screen shot w/ transparent bg.. image:: http://excess.org/media/speedometer-light16.png
:alt: speedometer screen shot w/ multiple graphs