ping_all
Concurrently ping tailnet peers (max 5 at a time) to get latency matrix: node, latency ms, path (direct or DERP relay), or unreachable. Defaults to online peers.
Instructions
Ping tailnet peers concurrently (bounded to 5 at a time, one ping each with a timeout) and return a latency matrix: node, latency ms, path (direct vs DERP relay), or unreachable. Defaults to online peers only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Ping attempts per peer (default: 1) | |
| timeoutMs | No | Per-ping timeout in milliseconds (default: 5000) | |
| onlineOnly | No | Only ping peers reported online (default: true) |