Skip to content

Flukas88/network-benchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

network-benchmark

This piece of code is originanly forked from : https://github.com/matthieu-lapeyre/network-benchmark

Build Status

You can quickly evaluate the latency of your network and obtain mean, std, percentile, timeout data. Usage is python network_test.py -i <ip> -s <n_sample> -t <timeout> for example you can run:

python network_test.py -i 192.168.0.1 -s 50 -t 1300

and the output will be something like this:

mean latency: 19.0138426854 ms
std latency: 91.3184052069 ms
timeout: 0.2 %

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%