top | item 26068520

Show HN: I built an internet speed analytics tool

89 points| ronaldl93 | 5 years ago |ronaldlangeveld.com

37 comments

order

virtuallynathan|5 years ago

This is built on top of a tool that is highly unreliable at speeds over ~100Mbps. Data: https://web.archive.org/web/20201014061733/https://github.co...

I would highly advise using the official speedtest.net CLI.

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.

aeoleonn|5 years ago

Awesome product-- by the looks of it.

I haven't tried it or even created an account, because "get started for free" scares me off. Here's why:

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!"

For example, I wonder:

Does "get started for free" mean one of these?

- 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".

- Add your billing info to try the free product

- Make a payment to actually try the product

- Or is there actually a useable free tier account?

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.

zaphar|5 years ago

I love seeing all these approaches to the same basic problem. Catching your ISP in the act of providing poor service.

Here's mine: https://github.com/zaphar/durnitisp 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.

Cthulhu_|5 years ago

iirc Netflix set up a dashboard to show just this - how shit is your ISP when it comes to (specifically) passing Netflix data. They can use that to point out violations of net neutrality as well: https://ispspeedindex.netflix.net/. It seems pretty healthy nowadays, although they only seem to measure up to 3.6 Mbit/s

weinzierl|5 years ago

For a similar project run by RIPE check out https://atlas.ripe.net. Atlas is a terrible name because everything seems to be named Atlas nowadays, but it's a fitting name for a cool project.

baeschtl|5 years ago

The new user sign up seems to be broken.

joshstrange|5 years ago

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.

[0] https://hub.docker.com/r/roest/docker-speedtest-analyser/

[1] https://forums.unraid.net/topic/41810-speedtestnet-for-unrai...

[2] https://hub.docker.com/r/adolfintel/speedtest

jayonsoftware|5 years ago

Get https://www.speedtest.net/apps/cli , 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

imglorp|5 years ago

During the throttling wars, I seem to remember hearing somewhere that ISPs recognize speedtest.net runs and optimize for them, while also throttling competing content providers like NF. That is why fast.com was built: if ISPs throttle Netflix, they'll also be throttling fast.com so it will be reflected there.

windexh8er|5 years ago

I leveraged Speedtest's CLI in a little mashup of Docker, Python, Grafana And InfluxDB because I had found some inconsistencies with other CLI speed testing applications and needed something to log a remote internet connection for a few months to prove bad and repetitive specific time of day latency [0].

[0] https://gitlab.com/splatops/cntn-speedtest

doctorhandshake|5 years ago

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’.

pbhjpbhj|5 years ago

Nefarious idea: this is basically a legal botnet, alter the target URLs for the speedtesting for Fun & Profit®.

jonathantf2|5 years ago

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.

Havoc|5 years ago

Some of the Speedtest package are buggy. Ubuntu one was for a while.

Got much higher score when I pulled the GitHub version

konschubert|5 years ago

A nice tool, I've been wanting to build smth like this as well.

Is it web-based?

I am asking because I don't want to create an account just to test it out :P

ronaldl93|5 years ago

Hi

So it's basically a small docker container that you install on your computer and it would do a test every hour.

The dashboard is web based so you can check your results from anywhere.

yatsyk|5 years ago

Usually I'm adding linuxserver/smokeping docker container to boxes I want to check internet speed history.

simonmales|5 years ago

I'm struggling with my Internet connection lately and have been planning on doing exactly this.

bart__|5 years ago

I don't my ISP would care if I show them a graph that my service is bad.

martin_a|5 years ago

It worked very well for me.

My ISP in Germany was lending cables from another ISP. They failed to fulfill the "up to 100 MBit/s" claim all the time.

So I set up a Raspberry Pi (which is a bit flawed, as the network interface on the older models was too slow, to begin with) and let it run speedtests every 5 minutes for four weeks.

The graph looked terribly enough that I was allowed to change ISPs without any cancellation period or something else.

Sometimes they care, probably because I blogged and tweeted about it, too.

chakerb|5 years ago

In my case as well this is true. ISPs ( especially when they have monopolies) don't care about this. I live in a town with 8K people and the whole town is sharing an uplink of 300Mbit/s. And we complained a lot but due to how only one single ( governmental) provider have the rights to install cable internet, we're stuck with what we have.

rozab|5 years ago

All major UK ISPs abide to Ofcom's Code of Practice which means you have the right to get out of the contract with no consequences if they fail to reach their minimum advertised speed. This feels like a bit of a raw deal, since they get to keep the months payment for a service they failed to provide, but it's better than nothing.

jabroni_salad|5 years ago

I've actually had pretty good luck with pingplotter's sidekick + mediacom twitter support. The phone people would not give me the time of day, however.

nickwes|5 years ago

Anyone know of something like this that runs on openwrt?

darkstar999|5 years ago

Can I suggest not requiring both an email address and a username? Email is already unique.

Also consider scrapping the password confirmation field.

These will reduce signup friction.