Crates.io | crab-net |
lib.rs | crab-net |
version | 0.0.3 |
source | src |
created_at | 2023-05-23 07:52:02.367324 |
updated_at | 2024-11-14 10:03:35.513239 |
description | |
homepage | https://github.com/newfla/crab-net |
repository | https://github.com/newfla/crab-net |
max_upload_size | |
id | 871782 |
size | 88,653 |
A CLI tool to generate TCP/TLS & UDP/DTLS traffic based on Tokio framework.
cargo install crab-net
./crab-net --help
Simple stress test for servers
Usage: crab-net [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]
--udp Send packets via UDP
--tls Send data over TLS
--ca <ca> PEM File to validate server credentials
-h, --help Print help
-V, --version Print version