Docker image to run NETIO Network Benchmark using Docker.
The simplest way of using this is to create a shell alias, so that
the binary can be used "directly". Put this in .bashrc or
just write it in your terminal for one-shot use:
alias netio="docker run --rm -it --network host henrist/netio"
Now netio can be used as if it is installed locally.
Show help:
netio
Run server:
netio -s
Run client against server (using TCP):
netio -t host-or-ip-of-server
Content type
Image
Digest
Size
26.7 MB
Last updated
almost 6 years ago
docker pull henrist/netio