Gping – ping, but with a graph
11–20 of 53 posts
Re: Gping – ping, but with a graph
#12Re: Gping – ping, but with a graph
#13Re: Gping – ping, but with a graph
#14I noticed that if I used "-4" with a host that has both ipv4 and ipv6 addresses it still pings the ipv6 address despite displaying the ipv4 address. Do others here experience that? I'm on version 1.8.0.
Re: Gping – ping, but with a graph
#15Really 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).
Re: Gping – ping, but with a graph
#16Going makes me think of Google, graping would have been a fun name.
Re: Gping – ping, but with a graph
#17Re: Gping – ping, but with a graph
#18mtr does traceroute, too: https://en.wikipedia.org/wiki/MTR_(software) : > The tool is often used for network troubleshooting. By showing a list of routers traversed, and the average round-trip time as well as packet loss to each router, it allows users to identify links between two given routers responsible for certain fractions of the overall latency or packet loss through the network.[4] This can help identify net…
My mind is blown by those 3D graphs. I almost want to make them dynamically drawn in a futuristic style and use that as screensaver...
graph-drawing gh topic lists a number of JS libraries: https://github.com/topics/graph-drawing
Is there a good way to make a JS screensaver that doesn't leak memory yet? Maybe WebGL could get that done
Re: Gping – ping, but with a graph
#19mtr does traceroute, too: https://en.wikipedia.org/wiki/MTR_(software) : > The tool is often used for network troubleshooting. By showing a list of routers traversed, and the average round-trip time as well as packet loss to each router, it allows users to identify links between two given routers responsible for certain fractions of the overall latency or packet loss through the network.[4] This can help identify net…