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

This PR adds a new --name feature that allows users to specify custom display names for hosts being pinged. This makes it easier to identify targets in the graph, especially...

I had been thinking on trying to add this feature myself (and maybe I'll still try and get around to it), but I've been busy. So I thought I would...

this is some work i started for #409 i tried several different approaches and keep running into an issue where rust complains about returning owned values. i dont know if...

Bumps the dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed...

dependencies
github_actions

Bumps the dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` |...

dependencies
rust

pinger/src/linux.rs: use "ping -6" instead of "ping6" `ping6` does not exist on my system (`iputils 20250605-1`) `gping -6` fails otherwise. ``` $ gping -6 example.com Error: Error spawning ping: No...

It is hard to understand when there is no pong or it is on the top of the plot

Support custom ping command, like alias 'ping' to 'adb shell ping', to test ping on android, or other platform. - using --cmd 'adb shell ping -c 1 xxxx.com' does not...

Hello here is a simple Tcp ping feature Introduces a new pinger using std:net:TcpStream to measure connection time. Updated pinger library with new tcp::TcpPinger Added 3 new PingOptions to the...

As title says, I wonder if it can also work like tcping.exe or it's only based on UDP?