MiguelNdeCarvalho/speedtest-exporter

Feature-request: Logs, including "Result URL"

Opened this issue · 1 comments

Hello! In order to challenge my ISP and show them that they are outside the terms of my contract, I need to show that my speeds have been less than 50% the advertised speed, for 3 days running.

The easiest way to prove this is by sharing the Speedtest URL results, which are returned by the cli tool, such as:

…
     Upload:    20.93 Mbps (data used: 11.3 MB)
Packet Loss:     0.0%
 Result URL: https://www.speedtest.net/result/c/31dcab17-xxxx-xxxx-xxxx-xxxxxxxxxxxx

(URL obscured).

I'd love if this python script could catch and then log these URLs. That way I could import them into Loki, and correlate logs with metrics in time, in order to find the slow examples to share with my ISP.

Hey,

I will try to check #81 ASAP and really thanks again for your contribuition. This really could be a good feauture to the exporter itself.

Thanks again,
MiguelNdeCarvalho