Sign inSign up

danjellz/speed-test

By danjellz

Updated almost 8 years ago

Simple network ping and speed test

Image
1

230

danjellz/speed-test repository overview

speed-test

A simple network speed-test in a Docker image

Basic Functionality

To see basic functionality, run without arguments:

docker run --rm -it danjellz/speed-test

Output:

       Ping   23 ms
   Download   62 Mbps
     Upload   38 Mbps

[Preview]

Tips

Alias

Creating an alias in your ~/.bashrc or ~/.zshrc files can make this command much shorter. Example:

alias speed-test="docker run -it --rm danjellz/speed-test:latest"

Allowing you to run the following to run a test any time:

speed-test

Tag summary

Content type

Image

Digest

Size

24 MB

Last updated

almost 8 years ago

docker pull danjellz/speed-test