gping
gping copied to clipboard
Ping, but with a graph
``` $ gping google.com there was an error running ping: exit status: 1 Stderr: ping: only root may use an interval smaller than one second ``` Perhaps set the default...
Hello, As far as i can see, gping in debian has no executable binary. dpkg -L gping /. /usr /usr/bin /usr/local /usr/local/man /usr/local/man/man1 /usr/share /usr/share/doc /usr/share/doc/gping /usr/share/doc/gping/changelog.Debian.gz Installed via azlux...
For Reasons I was looking at the source code for this crate, and I found code like this: ``` fn ping_args(&self, target: String) -> Vec { ... if let Some(interface)...
The graphics generated by this tool are very good, but when the execution time is relatively long, such as 24 hours, there are still only three coordinate points on the...
I really like your project but I'm a Gopher and I'm still working on this little tool (ggping), can you help me add some friend chains * https://github.com/uk0/ggping The Github...
There's a rather unfortunate coincidence where "min" is both the name of a stat and a stat unit, so that when the frame is resized small enough, it looks very...
Hi, Thanks for the cool tool! The tab completion for the hostname that works with `ping` does not seem to work with `gping`. I'm guessing its a feature that needs...
if one of the IP arguments is a CIDR say `192.168.0.0/24`, then expand it out and ping that whole range.
Closes #252