This is built on top of a tool that is highly unreliable at speeds over ~100Mbps. Data: <a href="https://web.archive.org/web/20201014061733/https://github.com/sivel/speedtest-cli/issues/226" rel="nofollow">https://web.archive.org/web/20201014061733/https://github.co...</a><p>I would <i>highly</i> advise using the official speedtest.net CLI.<p>The dev of speedtest-cli nuked the issues page of his repo due to complaints about this, and refuses to acknowledge it, leading to people using this tool without understanding its limitations.
Awesome product-- by the looks of it.<p>I haven't tried it or even created an account, because "get started for free" scares me off. Here's why:<p>As a consumer, to be honest-- I really don't like these offers: "Get started for free", because they often imply "Create an account for free" rather than "Use the product for free". I'd prefer it say "Try the free trial!"<p>For example, I wonder:<p>Does "get started for free" mean one of these?<p>- Create an account for free, but anything after that involves payment. I've encountered many such situations where creating an account is free, but after creating an account you can't even try the product without paying. It feels very "bait and switch".<p>- Add your billing info to try the free product<p>- Make a payment to actually try the product<p>- Or is there actually a useable free tier account?<p>I'm not even going to create an account on the basis of "get started for free" because it's very vague what "getting started for free" means.
I love seeing all these approaches to the same basic problem. Catching your ISP in the act of providing poor service.<p>Here's mine: <a href="https://github.com/zaphar/durnitisp" rel="nofollow">https://github.com/zaphar/durnitisp</a> No readme sorry. It uses UDP packets to various different stun servers to export network statistics to prometheus. Then I just use grafana to review the results.
Cool project. Looks a little bit like the one i've been using as a basis: <a href="https://github.com/brennentsmith/internet-speed-logger" rel="nofollow">https://github.com/brennentsmith/internet-speed-logger</a> I just combined it with a CosmosDB and put the dashboard online with the actual tester running locally of course.
For a similar project run by RIPE check out <a href="https://atlas.ripe.net" rel="nofollow">https://atlas.ripe.net</a>. Atlas is a terrible name because everything seems to be named Atlas nowadays, but it's a fitting name for a cool project.
I use this docker container `roest/docker-speedtest-analyser` [0] to auto-run a speedtest every hour. I am running Unraid on my home servers and also like the Speedtest plugin [1]. Lastly I use a docker container `adolfintel/speedtest` [2] so that I can test the speed to/from my house from outside the house (or on cellular). This is a pretty cool idea but if you are already comfortable running docker containers locally I encourage you to take a look at the first container I linked so you can keep all the data local.<p>[0] <a href="https://hub.docker.com/r/roest/docker-speedtest-analyser/" rel="nofollow">https://hub.docker.com/r/roest/docker-speedtest-analyser/</a><p>[1] <a href="https://forums.unraid.net/topic/41810-speedtestnet-for-unraid-61/" rel="nofollow">https://forums.unraid.net/topic/41810-speedtestnet-for-unrai...</a><p>[2] <a href="https://hub.docker.com/r/adolfintel/speedtest" rel="nofollow">https://hub.docker.com/r/adolfintel/speedtest</a>
Get <a href="https://www.speedtest.net/apps/cli" rel="nofollow">https://www.speedtest.net/apps/cli</a> , run it on a cron job, out put can be json or csv . What I like on this is i can set different servers. - Jay
This makes me wonder if there could be a version of this that attempts to extrapolate the ISP network topology, at least to the node level, and to arm users with information at the level of ‘your issue is shared with at least 5 others in your area’.
Setup seemed easy enough, but the speed results just don't seem accurate. I can saturate my full pipe using the official Ookla CLI tool but the speedtest-cli python package only sees about 250mbps of the 1Gbps I'm getting.
A nice tool, I've been wanting to build smth like this as well.<p>Is it web-based?<p>I am asking because I don't want to create an account just to test it out :P
Can I suggest not requiring both an email address and a username? Email is already unique.<p>Also consider scrapping the password confirmation field.<p>These will reduce signup friction.