A command-line tool to calculate download bandwidth.
LICENSE.txt | first commit | 2019-10-10 22:35:14 |
---|---|---|
README.md | first commit | 2019-10-10 22:35:14 |
fast.sh | first commit | 2019-10-10 22:35:14 |
With fast.sh, you can issue a Unix command from the terminal to calculate download bandwidth from fast.com. For example:
$ fast.sh
# Bytes Cur. rate Avg. Rate
------- ----------- -----------
1.22GiB [31.1MiB/s] [31.1MiB/s]
The original implementation comes from Tiksi's one-liner at Hacker News. I just added some whitespace and made some adjustments that made it more flexible and easier for me to read and maintain.
The script requires these two handy modules:
Yes.
This software uses the MIT license.