denilsonsa / prettyping

`prettyping` is a wrapper around the standard `ping` tool, making the output prettier, more colorful, more compact, and easier to read.
http://denilsonsa.github.io/prettyping/
MIT License
1.21k stars 78 forks source link

show packet loss in bps instead of whole percents #38

Open xwang1498 opened 1 month ago

xwang1498 commented 1 month ago

As little as 0.5% packet loss is very high for many links, and will cause a degraded internet experience. So it's important to be able to see precise loss rates. This shows them in bps (hundredths of a percent) instead of whole percents.

Closes #30