benchmark_network

Crates.iobenchmark_network
lib.rsbenchmark_network
version0.1.1
sourcesrc
created_at2022-10-15 04:11:03.718178
updated_at2022-10-15 04:14:18.480802
descriptionA network benchmark library
homepage
repositoryhttps://github.com/mj-nehme/benchmark_network_rust
max_upload_size
id688698
size71,788
Mohamad-Jaafar NEHME (mj-nehme)

documentation

README

Benchmark Network

A tool to measure the throughput of a network between a server and a client.

The most strightforward way to use it:

  1. Open config.yaml file (on both server and client side) and put in your configuration.

  2. On the server side execute: cargo run -- --server

  3. 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

Commit count: 9

cargo fmt