Skip to content

beni69/netbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netbench

netbench is a simple network benchmarking tool. It is designed to be simple to use and to be able to run on a wide variety of platforms.

See netbench --help for full usage instructions.

Server

netbench server [optional host and port -H 127.0.0.1 -p 1234]

example docker command:

docker run -dp 42069:42069 --rm --name netbench ghcr.io/beni69/netbench

Client

netbench client <server address>[:port]