-
Notifications
You must be signed in to change notification settings - Fork 19
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
Packet loss graphing #23
Comments
@chrisys I'm pretty sure you just need to add: "Packetloss": str(result['packetLoss']) to the json body : https://github.com/balenalabs-incubator/internetspeedtest/blob/d8e94b670971f68919962de19cf24943eae4f942/speedtest/speedtest.py#L46 that will then send the value over MQTT to Influx, and you can then add the value to your dashboard. 😸 |
My packet loss appears to be 0%.....forever.....so I'm slightly less motivated than you to test and PR the change. |
A quick manual run of the speedtest CLI shows that packetLoss is the index. :) |
@phil-d-wilson sick, will try this! |
it works, but I realised it doesn't work for my situation as I need to run the packetloss check almost continuously in order to catch the errors |
It would be great to monitor packet loss as well as latency!
The text was updated successfully, but these errors were encountered: