fast icon indicating copy to clipboard operation
fast copied to clipboard

A CLI tool for testing download speed using Netflix's fast.com service.

Fast CLI

Fast CLI is a small tool which leverages Netflix's fast.com.

Usage

fast
Getting API token...
Starting download test...

Speed: 170.98 Mbps

Installation

  1. Download from GitHub releases:

    curl -sLo fast.tgz https://github.com/sethvargo/fast/releases/download/v0.1.1/fast_0.1.1_darwin_amd64.tgz
    
  2. Untar:

    tar -zxvf fast.tgz
    
  3. Move into bin or $PATH:

    chmod +x fast
    mv fast /usr/local/bin/
    
  4. Test

    fast
    

TODO

  • [ ] Use concurrent downloads if the client is fast enough
  • [ ] Better metrics aggregation (ignore outliers)

Disclaimer

This project is not associated with Netflix in any way. Do not do bad things. Thanks.