📡
Ping
pingInput
- Target: domain or IP address (for example
example.comor1.1.1.1).
Options
- Method
icmp: classic ICMP echo. Good for low-level reachability and latency.httpHead: sends an HTTP HEAD request instead. Useful when ICMP is blocked but web traffic is allowed.
- Count: number of requests to send.
0= run continuously until stopped.
Output
- Per-request latency.
- Success/failure per sequence.
- Final summary (packet loss and round-trip stats).
Tips
- If ICMP fails, try the HTTP HEAD method.
- Use a small count (4 or 5) for quick checks.
Deeplink
netdebug://ping?target=1.1.1.1&method=icmp&count=10
Tip: in the app, open the Export menu (the share icon) on this screen and choose Copy Deeplink to copy this link as a Universal Link with your current target and options already filled in.
NetDebug Toolkit