sethvargo / fast

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Go 60.5%Language:Makefile 26.9%Language:Shell 12.6%