Skip to content

cannibalcow/nspeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Speed Testing CLI (nspeed)

Simple software to meassure network speed. Start server on a remote host and run client with the data argument to send given amount of megabytes.

Build

cargo build --release

Usage Client

./speed client --help

Usage: nspeed client [OPTIONS]

Options:
  -H, --host <HOST>    Adress for server [default: 0.0.0.0]
  -p, --port <PORT>    Server port [default: 6666]
  -d, --data <DATA>    Amount of data to be sent/received under test [default: 800]
  -i, --iterations <ITERATIONS>  Number of tests [default: 1]
  -h, --help           Print help

image

Usage server

./nspeed server --help

Options:
  -b, --bind <BIND>  Binding adress for server [default: 0.0.0.0]
  -p, --port <PORT>  Server port [default: 6666]
  -h, --help         Print help

image

About

Network Speed testing util

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages