ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
754 stars 142 forks source link

dslx: introduce function to easily measure endpoints #2618

Closed bassosimone closed 11 months ago

bassosimone commented 11 months ago

Measuring endpoints is still a bit difficult to do with dslx. Let us introduce a function to measure endpoints that allows us to write simple code to perform this task. Ideally, we would like to be able to "pipe" the results of the DNS lookup step(s) directly into such a function to obtain endpoint measurements.

The overall objective here is to cleanup and review dslx, then start using it in production and rewrite experiments using it. In turn, by doing that, we'll enable collecting better throttling metrics for experiments.