Sign inSign up

tangowithfoxtrot/speedtest

By tangowithfoxtrot

Updated almost 2 years ago

Speedtest CLI. Based off of gists/speedtest-cli.

Image
0

523

tangowithfoxtrot/speedtest repository overview

Speedtest CLI

Purpose

The gists/speedtest-cli image outputs the license to stdout, making it difficult to use in scripts. This version pipes stderr (where the CLI outputs the license) to /dev/null and adds the ability to specify output format and the unit of measurement.

This image is also build from scratch, making it smaller.

Usage

docker run tangowithfoxtrot/speedtest:latest

Optional args
FORMAT=${FORMAT:-json} # csv, tsv, json, jsonl, json-pretty
UNIT=${UNIT:-Mbps} # Kbps, Mbps, Gbps

Tag summary

Content type

Image

Digest

sha256:4850e2a59

Size

2.1 MB

Last updated

almost 2 years ago

docker pull tangowithfoxtrot/speedtest