Giter Site home page Giter Site logo

fast's Introduction

fast Github All Releases

Minimal zero-dependency utility for testing your internet download speed from terminal

Powered by Fast.com - Netflix

Installation

Bin

replace the download link with your os one

https://github.com/ddo/fast/releases

below is ubuntu 64 bit example

curl -L https://github.com/ddo/fast/releases/download/v0.0.4/fast_linux_amd64 -o fast

# or wget
wget https://github.com/ddo/fast/releases/download/v0.0.4/fast_linux_amd64 -O fast

# then chmod
chmod +x fast

# run
./fast

Docker

~10 MB

docker run --rm ddooo/fast

Snap

snap install fast

Arch Linux (AUR)

yay -S fast || paru -S fast

Brew

soon

For golang user

golang user can install from the source code

go get -u github.com/ddo/fast

Usage

To use simply invoke fast with no arguments.

$ ./fast
 -> 340.37 Mbps

By default fast will print status messages as it progresses and will display a pleasing spinning bar. It will also find the unit of measure most appropriate for your use case.

If you don't want the extra output and you only want the end result, you can use the --silent option. Additionally you can force the output into the desired units with the -k, -m, or -g flags.

Flag Description
--silent Hides status information and only displays the end result
-k Forces output into Kbps
-m Forces output into Mbps
-g Forces output into Gbps

Build

Docker

# build alpine binary file from root folder
docker run --rm -v "$PWD":/go/src/fast -w /go/src/fast golang:alpine go build -v

mv fast build/docker/
cd build/docker/
docker build -t ddooo/fast .

Snap

cd build/snap/
snapcraft
snapcraft push fast_*.snap
snapcraft release fast <revision> <channel>

Bug

for bug report just open new issue

fast's People

Contributors

ddo avatar bachoseven avatar donovanhubbard avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.