Another interesting tool in this space is trippy, which ‘combines the functionality of traceroute and ping’ https://github.com/fujiapple852/trippy
There’s also the somewhat similar mtr https://www.bitwizard.nl/mtr/
Nping – ping, but with a graph or table view
51–60 of 73 posts
Re: Nping – ping, but with a graph or table view
#52Random question, but how consistent should you expect to get pings to be over consumer internet to something like google? Single-digit ms variance? Few ms? 10's of ms? Always kind of curious for trying to optimize my network setup at home.
you can get it down to nearly zero using OpenWRT and configuring SQM. Use https://www.waveform.com/tools/bufferbloat to measure and tune until you get an A+ result.
Bufferbloat is good thing to fix in general though and highlights why one should worry less about "how do single ICMP packets behave" and more about "how does actual loaded traffic of the protocol type I'm using behave in real usage". The results are often staggeringly different.
Re: Nping – ping, but with a graph or table view
#53Earlier quoted context omitted.
pping already exists too. It’s a bit of a crowded market…
There’s: • 2ping https://www.finnie.org/software/2ping/ > • fping https://www.fping.org/ > • hping http://www.hping.org/ > • nping https://nmap.org/ > • oping https://noping.cc/documentation/oping/ > There’s also qping, tping and rping, but they are not implementing ping functionality, but are tools for checking the status of specific remote services.
Re: Nping – ping, but with a graph or table view
#54Earlier quoted context omitted.
pping already exists too. It’s a bit of a crowded market…
There’s: • 2ping https://www.finnie.org/software/2ping/ > • fping https://www.fping.org/ > • hping http://www.hping.org/ > • nping https://nmap.org/ > • oping https://noping.cc/documentation/oping/ > There’s also qping, tping and rping, but they are not implementing ping functionality, but are tools for checking the status of specific remote services.
Re: Nping – ping, but with a graph or table view
#55Earlier quoted context omitted.
There’s: • 2ping https://www.finnie.org/software/2ping/ > • fping https://www.fping.org/ > • hping http://www.hping.org/ > • nping https://nmap.org/ > • oping https://noping.cc/documentation/oping/ > There’s also qping, tping and rping, but they are not implementing ping functionality, but are tools for checking the status of specific remote services.
Is there an awesome-{}-tools list of these somewhere by chance?
apt-file search --regexp 'bin/.ping'
If I extend it to apt-file search --regexp 'bin/[^/]*ping$'
I also find:• smokeping https://smokeping.org/>
Re: Nping – ping, but with a graph or table view
#56TCPPing: https://netbeez.net/blog/tcping/
vmPing: https://netbeez.net/blog/how-to-use-vmping/>
DNSPing: https://netbeez.net/blog/dnsping-linux/>
PathPing: https://netbeez.net/blog/path-analysis-pathping-windows/>
fping: https://netbeez.net/blog/linux-how-to-use-fping/>
gping: https://netbeez.net/blog/linux-how-to-use-gping/>
prettyping: https://netbeez.net/blog/linux-how-to-use-prettyping/>
nping: https://netbeez.net/blog/how-to-use-nping/>
Re: Nping – ping, but with a graph or table view
#57One thing I've always wanted in a ping tool but never found is something that can log anomalous results, so for example one could leave it running in a screen/tmux session and come back a day or two later to not just see that there had been some instances of high latency or packet loss but also see when it happened and for now long per burst.
With all the existing tools I'm aware of I can come back to a long-running ping after a day or two and see that there were 170 pings that got lost but have no idea if that was individual intermittent drops or one continuous event like a cable modem rebooting in the middle of the night.
A couple of times I've attempted to do it myself but the nature of ICMP means it ends up requiring lower level programming than I'm comfortable with.
Re: Nping – ping, but with a graph or table view
#58Re: Nping – ping, but with a graph or table view
#59Re: Nping – ping, but with a graph or table view
#60Wooo, Windows support! Availability of network diagnostics tools in Windows has been problematic, particularly for very infrequent use. There are some good looking ones for purchase, but it's hard to purchase when we don't usually need it. For a while, largely related I think to just not having enough bandwidth at our office, but also partly because our coax on the Xfinity cablemodem was sketchy, we were not infreque…