Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

network-benchmark

This piece of code is originanly forked from FlipperPA: https://github.com/FlipperPA/latency-tester

Build Status

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

python network_test.py 192.168.0.1 50 1300

and the output will be something like this:

mean latency: 19.0138426854 ms
std latency: 91.3184052069 ms
99% latency: 7.4905 ms
95% latency: 7.4905 ms
timeout: 0.2 %

About

short python code to evaluate ping latency

Resources

Stars

16 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages