Crates.io | benchmark_network |
lib.rs | benchmark_network |
version | 0.1.1 |
source | src |
created_at | 2022-10-15 04:11:03.718178 |
updated_at | 2022-10-15 04:14:18.480802 |
description | A network benchmark library |
homepage | |
repository | https://github.com/mj-nehme/benchmark_network_rust |
max_upload_size | |
id | 688698 |
size | 71,788 |
A tool to measure the throughput of a network between a server and a client.
The most strightforward way to use it:
Open config.yaml
file (on both server and client side) and put in your configuration.
On the server side execute:
cargo run -- --server
On the client side execute:
cargo run -- --client
Crate can be accessed on https://crates.io/crates/benchmark_network Github repo can be accessed on https://github.com/mj-nehme/benchmark_network_rust