Skip to content

miolini/utpbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utpbench

UTP protocol network benchmark in Go

Build Status Go Report Card

UTP implementation anacrolix/utp.

Usage

$ utpbench
2016/01/16 11:01:38 UTP Benchmark Tool by Artem Andreenko (miolini@gmail.com)
  -c	client mode
  -d duration
    	duration (default 10s)
  -ds duration
    	duration for stats (default 5s)
  -h string
    	host (default "127.0.0.1")
  -l int
    	length of data (default 1400)
  -p int
    	port (default 6001)
  -s	server mode
  -t int
    	threads (default 1)

Server run

$ utpbench -s -h 0.0.0.0

Client run

$ utpbench -c -h 192.168.0.1 -t 10 -d 60s -ds 2s

About

UTP protocol network benchmark in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages