alexjustesen / speedtest-tracker

Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.
https://speedtest-tracker.dev/
MIT License
2.45k stars 89 forks source link

Maybe a cli or tracker bug #1545

Closed leufrasiojunior closed 1 week ago

leufrasiojunior commented 1 week ago

I don't think it's a bug per se, but rather a problem with the speedtest itself. Some results have a packet loss value with the quantity, for example 1.0204081632653061. According to the documentation of the metrics used, the packet loss value refers to the percentage of packets lost in relation to those sent. If that's really the case, it doesn't make sense that it's 102.04% of the packets sent. Can anyone confirm this value for me?

svenvg93 commented 1 week ago

Something similar was fixed in the last release for telegram https://github.com/alexjustesen/speedtest-tracker/issues/1488 Do you see this in a notification or in the results table?

I think it should be 1.02% packet loss in your example.

alexjustesen commented 1 week ago

Also which notification channel was this in?

leufrasiojunior commented 1 week ago

More details: I'm using the version: 0.20.6 There is no notification channel. I see it directly in the list of results as shown in the example image:

image

alexjustesen commented 1 week ago

That view needs some rounding on the value for sure. I might have time tomorrow morning depending how far into the beer fridge I get tonight.