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

fast — Test your download and upload speed using fast.com. More information: <https://github.com/sindresorh

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

Problem

How to use the fast command: Test your download and upload speed using fast.com. More information: <https://github.com/sindresorhus/fast-cli>.

Solution

fast — Test your download and upload speed using fast.com. More information: <https://github.com/sindresorhus/fast-cli>.

Measure the current download speed:
fast


Measure the current upload speed in addition to download speed:
fast {{[-u|--upload]}}


Display results on a single line to reduce spacing:
fast --single-line


Display complete results - download/upload speeds, latency, and ISP info:
fast --verbose

Code Snippets

Measure the current download speed

fast

Measure the current upload speed in addition to download speed

fast {{[-u|--upload]}}

Display results on a single line to reduce spacing

fast --single-line

Display complete results - download/upload speeds, latency, and ISP info

fast --verbose

Context

tldr-pages: common/fast

Revisions (0)

No revisions yet.