Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

last-mile latency measurement: traceroute+ping version #33

Merged
merged 2 commits into from
Mar 2, 2023
Merged

Conversation

jesteria
Copy link
Member

@jesteria jesteria commented Mar 2, 2023

Adds task lml-traceroute (executable netrics-lml-traceroute).

This task mirrors the lml-scamper version already published. It
differs in that the endpoint is traced with traceroute and then
ping'd; (and, traceroute output must be specially parsed, which is
relatively laborious).

As with lml-scamper, for speed and niceness, lml-traceroute will
randomly select an endpoint to trace, from a default set of Google DNS
as well as CloudFlare DNS. (The former is generally speedier to respond;
regardless, it might be "nice" to round-robin, and for that matter to
fall back in the event of response failure.)


(Also factors ping result-parsing to common module.)


completes #25

part of #11

part of #3

Adds task `lml-traceroute` (executable `netrics-lml-traceroute`).

This task mirrors the `lml-scamper` version already published. It
differs in that the endpoint is traced with `traceroute` and then
`ping`'d; (and, traceroute output must be specially parsed, which is
relatively laborious).

As with `lml-scamper`, for speed and niceness, `lml-traceroute` will
randomly select an endpoint to trace, from a default set of Google DNS
as well as CloudFlare DNS. (The former is generally speedier to respond;
regardless, it might be "nice" to round-robin, and for that matter to
fall back in the event of response failure.)

completes #25

part of #11

part of #3
@jesteria jesteria self-assigned this Mar 2, 2023
@jesteria jesteria merged commit 754a07d into main Mar 2, 2023
@jesteria jesteria deleted the jsl/lml branch March 2, 2023 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant