Sign inSign up

henrist/netio

By henrist

Updated almost 6 years ago

NETIO - Network Benchmark

Image
0

221

henrist/netio repository overview

netio-docker

Docker image to run NETIO Network Benchmark using Docker.

Example use

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

Tag summary

Content type

Image

Digest

Size

26.7 MB

Last updated

almost 6 years ago

docker pull henrist/netio