udp_traffic_generator

Crates.ioudp_traffic_generator
lib.rsudp_traffic_generator
version0.2.0
sourcesrc
created_at2022-08-01 10:56:23.167327
updated_at2023-05-23 08:00:45.154298
descriptionA tool to generate UDP traffic
homepagehttps://github.com/newfla/Rust-UDP-Traffic-Generator
repositoryhttps://github.com/newfla/Rust-UDP-Traffic-Generator
max_upload_size
id636693
size54,538
Flavio Bizzarri (newfla)

documentation

README

DEPRECATION NOTICE

Switch to crab-net with <TCP|UDP> + TLS support.

Rust UDP Traffic Generator

A CLI tool to generate UDP and DTLS traffic based on Tokio framework.

Cargo Install

cargo install udp_traffic_generator

Help

./udp_traffic_generator --help
Simple stress test for UDP Server

Usage: udp_traffic_generator [OPTIONS] --destination <addr>

Options:
  -d, --destination <addr>     Server address as IP:PORT
  -c, --connections <clients>  Number of clients to simulate [default: 1]
  -l, --length <length>        Payload size as bytes [default: 16]
  -r, --rate <rate>            Defined as packets/sec [default: 1]
  -p, --port <port>            Starting source port for clients [default: 8000]
  -w, --workers <workers>      Number of worker threads for the Tokio runtime [default: #CPU core]
  -s, --timeout <timeout>      Timeout between consecutive connections spawn as ms [default: 50]
      --dtls <dtls>            Send data over DTLS [default: false] [possible values: true, false]
      --ca <ca>                PEM File to validate server credentials
  -h, --help                   Print help
  -V, --version                Print version
Commit count: 31

cargo fmt