GP
SOFTWARE

gping

gping 1.20.4 is an open-source Windows terminal tool that continuously plots network latency, compares multiple hosts and can graph the execution time of a command.

Version 1.20.4Windows x64MIT

What gping measures

gping turns repeated ping responses into a terminal graph, making periodic spikes, short interruptions and differences between targets easier to see than a few instantaneous values. Start with the local machine, default gateway and several stable targets when investigating Wi-Fi, VPN, proxy or public-link behavior.

A reliable comparison method

A single public address is a weak baseline. If the gateway is unstable, inspect the local network first; if the gateway is steady while several public targets change together, investigate the upstream path, VPN or proxy. DNS failures should be compared with direct IP tests and with both IPv4 and IPv6 when available.

Result boundaries and command mode

gping displays response time, not bandwidth, application availability or responsibility for an outage. A target can rate-limit or ignore ICMP while its web service works normally. Command mode executes the supplied command to graph its duration, so use only repeatable, non-destructive input.

Review date: 2026-08-06.

SAVE TO CLOUD

Save to your cloud drive

Open the cloud drive to get the file directly, or save it for convenient access on another device.

Links checked 2026-08-06
Save first, access when you need itOn desktop, scan with the matching cloud-drive app. On mobile, tap the save button.
GUIDE

gping multi-host latency graph guide

Compare the local machine, gateway and a stable public target, then add more hosts or protocol variants. Use the graph to narrow the fault domain rather than treating it as the only network diagnosis.

Before you start

  • Prepare Windows x64 and a terminal that can run the program from its extracted directory.
  • Record the default gateway and one domain or IP that you are allowed to test.
  • Keep VPN, proxy, wireless signal, background downloads and power-saving state stable or recorded during the comparison.
01

Installation steps

  1. 01

    Extract the archive

    Verify the version and archive name, extract the ZIP to a fixed directory and do not run the binary from a compressed-file preview window.

  2. 02

    Verify the command

    Enter the extracted directory, show the help output and confirm that the executable starts and exposes the expected options.

  3. 03

    Establish a local baseline

    Test the loopback address or local machine first, then the default gateway, so the protocol stack and local network are understood before adding public targets.

02

Quick start

  1. 01

    Observe one target

    Run gping against a test host for a meaningful interval and record the normal range, spikes, timeouts and concurrent network activity.

  2. 02

    Compare multiple targets

    Add the gateway and different public targets together. Gateway-only problems point toward the local network, while shared public changes deserve upstream investigation.

  3. 03

    Separate protocol or interface effects

    Check the help output before testing IPv4, IPv6 or a specific interface, and keep DNS, route and protocol-stack questions separate.

Usage tips

  • ICMP may be blocked or deprioritized by a target, so a timeout does not prove that a web or application connection failed.
  • Wireless signal, VPN, proxy, background sync and power saving all affect the graph; record them during repeat tests.
  • Command timing executes a real command. Use harmless, deterministic and controlled test commands only.
Troubleshooting and uninstall

Why does a hostname fail while its IP responds?

Check DNS, proxy and hosts-file configuration, then compare IPv4 and IPv6. Do not treat name resolution failure as proof that the server is offline.

Why do all public targets fluctuate while the gateway stays steady?

Pause background transfers and retest without the VPN or proxy, compare wired and wireless paths, and preserve graphs with timestamps if the pattern recurs.

  1. Remove the extracted directoryThe ZIP build usually requires no installer. Confirm that scripts and scheduled tasks no longer reference the path, close active probes and remove the extracted folder.
FAQ

Frequently asked questions

Can gping replace an Internet speed test?

No. It visualizes ICMP round-trip latency over time and does not measure download or upload throughput. Stable latency does not imply sufficient bandwidth.

Does high latency prove an ISP fault?

No. The target or an intermediate device may rate-limit or deprioritize ICMP. Compare the local machine, gateway and several stable targets, then relate the result to the affected application.

Is gping command mode safe for arbitrary commands?

It executes the command supplied to it. Run only commands you understand and trust, and avoid inputs that delete files or change the system.