Simple network ping and speed test
230
A simple network speed-test in a Docker image
To see basic functionality, run without arguments:
docker run --rm -it danjellz/speed-test
Output:
Ping 23 ms
Download 62 Mbps
Upload 38 Mbps
[
]
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
Content type
Image
Digest
Size
24 MB
Last updated
almost 8 years ago
docker pull danjellz/speed-test