gping icon indicating copy to clipboard operation
gping copied to clipboard

Ping, but with a graph

Results 72 gping issues
Sort by recently updated
recently updated
newest added

It would be awesome to be able to select interface to use for the sake of debugging paths where ping-related issues arise come from.

Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.5.0 to 3.5.1. Release notes Sourced from os_info's releases. os_info 3.5.1 Windows 11 detection has been fixed. (#322) Changelog Sourced from os_info's changelog. [3.5.1] (2022-09-19) Windows 11...

dependencies
rust

Bumps the dependencies group with 1 update: [anyhow](https://github.com/dtolnay/anyhow). Updates `anyhow` from 1.0.79 to 1.0.80 Release notes Sourced from anyhow's releases. 1.0.80 Fix unused_imports warnings when compiled by rustc 1.78 Commits...

dependencies
rust

Now passing `--buffer 0` will scale the graph's x axis so that the entire history is always visible. I made this option the new default, because I expect most users...

With `--cmd` the length may vary because the command failed to run some times. This can be the case with a typical `curl -fsSL` invocation. It would be nice to...

Maybe its windows-only? as in the title ![image](https://github.com/orf/gping/assets/62539068/22cd0c54-8fb9-4c76-8c32-d8e31e2737bb) how one can say whats going on - the app shows 0ns dots and nothing, while windows's ping different replies why the...

![333333333333333333333](https://github.com/orf/gping/assets/68273012/1461986f-9783-4cc0-a64c-d7adf9c5518f) Function additions and suggestions 1:You can manually define a delay to hierarchically differentiate multiple results in the graph 2:When a ping result is not successful, manually define a return...

![73E4E071-4A48-4eb6-811F-37508A87359E](https://github.com/orf/gping/assets/68273012/3b2ba022-d732-4014-b2ce-70ba9e9ad200)

bug

Currently, the Y axis (roundtrip time, milliseconds) is scaled dynamically, both minimum and maximum coordinates. That is, actually, pretty nice, but required reading of the Y coordinates to figure out...

When sending ICMP ping packets, it makes sense to have an adjustable packet size. The default packet size is quite small and may not be representative of the user experience....