Really nice that it allows you to pass a list of hosts at the same time, and it will plot them in the same graph: For instance, `gping mydomain.com google.com` is really nice for a quick sanity check (is it my Wifi or my hosting provider).
mtr (Matt's traceroute) is another great utility for this. It doesn't graph output, but does show connectivity , latency, packet loss, and variance on a set of hosts between your IP and the destination. https://www.bitwizard.nl/mtr/ > (Previously noted in this thread by westurner: https://news.ycombinator.com/item?id=36549005 >)
Gping – ping, but with a graph
31–40 of 53 posts
Re: Gping – ping, but with a graph
#32Earlier quoted context omitted.
mtr (Matt's traceroute) is another great utility for this. It doesn't graph output, but does show connectivity , latency, packet loss, and variance on a set of hosts between your IP and the destination. https://www.bitwizard.nl/mtr/ > (Previously noted in this thread by westurner: https://news.ycombinator.com/item?id=36549005 >)
It does have some visualization capabilities if you hit 'd' once or twice. I think it looks nice!
I know there's a GUI version, though I'm almost always using the CLI/terminal interface myself. So I could be missing some things.
Re: Gping – ping, but with a graph
#33Earlier quoted context omitted.
It does have some visualization capabilities if you hit 'd' once or twice. I think it looks nice!
Thanks. I know there's a GUI version, though I'm almost always using the CLI/terminal interface myself. So I could be missing some things.
Re: Gping – ping, but with a graph
#34Feature request: sound. On the rare occasion I need feedback while messing around with cabling. I did write an improvised tool for the purpose, but it's kind of crappy in that it's just around ping. Behold the power of 'pingu': https://pastebin.com/qTfdZ7C8
Re: Gping – ping, but with a graph
#35Really nice that it allows you to pass a list of hosts at the same time, and it will plot them in the same graph: For instance, `gping mydomain.com google.com` is really nice for a quick sanity check (is it my Wifi or my hosting provider).
mtr (Matt's traceroute) is another great utility for this. It doesn't graph output, but does show connectivity , latency, packet loss, and variance on a set of hosts between your IP and the destination. https://www.bitwizard.nl/mtr/ > (Previously noted in this thread by westurner: https://news.ycombinator.com/item?id=36549005 >)
Re: Gping – ping, but with a graph
#36Earlier quoted context omitted.
Thanks. I know there's a GUI version, though I'm almost always using the CLI/terminal interface myself. So I could be missing some things.
The charting display mode is a CLI/terminal feature, though, not a GUI one.
Oh, holy hell, this is pretty cool!
Thanks!
(I've ... only been using mtr for ~2 decades.)
Re: Gping – ping, but with a graph
#37Off topic, but it seems that we’ve really stagnated, on the terminal front, especially considering how many clients have full GPU acceleration these days. How has there not been some basic image/data steaming built in, after all of these decades? Why am I writing scripts that parse human text output?
Re: Gping – ping, but with a graph
#38Off topic, but it seems that we’ve really stagnated, on the terminal front, especially considering how many clients have full GPU acceleration these days. How has there not been some basic image/data steaming built in, after all of these decades? Why am I writing scripts that parse human text output?
For example, the easiest way I’ve found to render generated images into a gif or mp4 is to pipe a sequence of ppm-encoded images into ffmpeg.
Re: Gping – ping, but with a graph
#39I love gping, but wish there was more of an in-depth info/manpage. The one it ships with doesn't explain much (What's t/o, for example? How are things calculated?), and the github page doesn't help much either.
t/o is timeouts by the way
Re: Gping – ping, but with a graph
#40Feature request: sound. On the rare occasion I need feedback while messing around with cabling. I did write an improvised tool for the purpose, but it's kind of crappy in that it's just around ping. Behold the power of 'pingu': https://pastebin.com/qTfdZ7C8