netbench

Crates.ionetbench
lib.rsnetbench
version0.1.0
sourcesrc
created_at2022-11-26 21:50:17.942534
updated_at2022-11-26 21:50:17.942534
descriptionA simple network benchmarking tool
homepagehttps://github.com/beni69/netbench
repositoryhttps://github.com/beni69/netbench
max_upload_size
id723482
size20,341
Beni (beni69)

documentation

README

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.

Usage

Server

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

Client

$ netbench client <server address>[:port]
Commit count: 9

cargo fmt