Skip to content

Instantly share code, notes, and snippets.

@thetooth
Created October 16, 2022 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thetooth/acaceafc75716425462baaea69cfed69 to your computer and use it in GitHub Desktop.
Save thetooth/acaceafc75716425462baaea69cfed69 to your computer and use it in GitHub Desktop.
[
{
"route": "203.0.113.0/24",
"failed": false,
"success_count": 3,
"fail_count": 0,
"next_hops": [
{
"gateway": "10.0.32.1",
"check": {
"target": "1.1.1.1",
"interval": "1s",
"rtt_threshold": "40ms",
"loss_threshold": 5
},
"packets_recv": 740,
"packets_sent": 740,
"packets_recv_dup": 0,
"packet_loss": 0,
"min_rtt": "27.443997ms",
"max_rtt": "51.226091ms",
"avg_rtt": "32.845909ms",
"std_dev_rtt": "2.999498ms"
},
{
"gateway": "10.0.16.1",
"check": {
"target": "10.0.16.1",
"interval": "150ms",
"rtt_threshold": "4ms",
"loss_threshold": 5
},
"packets_recv": 4936,
"packets_sent": 4936,
"packets_recv_dup": 0,
"packet_loss": 0,
"min_rtt": "1.367094ms",
"max_rtt": "11.939898ms",
"avg_rtt": "3.622458ms",
"std_dev_rtt": "1.134201ms"
},
{
"gateway": "192.168.0.1",
"check": {
"target": "192.168.0.2",
"interval": "150ms",
"rtt_threshold": "4ms",
"loss_threshold": 5
},
"packets_recv": 4936,
"packets_sent": 4936,
"packets_recv_dup": 0,
"packet_loss": 0,
"min_rtt": "1.190533ms",
"max_rtt": "10.916501ms",
"avg_rtt": "2.450568ms",
"std_dev_rtt": "782.833µs"
}
]
},
{
"route": "2620:fe::fe/128",
"failed": false,
"success_count": 1,
"fail_count": 0,
"next_hops": [
{
"gateway": "2400:8907:e001:7b:112::1",
"check": {
"target": "2620:fe::fe",
"interval": "1s",
"rtt_threshold": "300ms",
"loss_threshold": 5
},
"packets_recv": 740,
"packets_sent": 740,
"packets_recv_dup": 0,
"packet_loss": 0,
"min_rtt": "39.55312ms",
"max_rtt": "75.785087ms",
"avg_rtt": "45.592857ms",
"std_dev_rtt": "4.406297ms"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment