Skip to content

newfla/crab-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crab Net

A CLI tool to generate TCP/TLS & UDP/DTLS traffic based on Tokio framework.

Cargo Install

cargo install crab-net

Help

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

About

<TCP|UDP> + TLS packets generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages