Live data from Hacker News

Speed Test

speed.cloudflare.com

51–60 of 216 posts

Re: Speed Test

#51

You also probably need some internal/LAN speed measurement tools. When your wifi link is over-crowded, measuring your uplink isn't much use. I use iperf3.

Many hosting/VPS providers run iperf3 servers you can hit, which can be useful.

Why, here’s some now!

https://github.com/R0GGER/public-iperf3-servers

Re: Speed Test

#52
post #16

Pretty much spot on for me. 2gig/1gig fiber internet and I got 1.95 Gbps/960 Mbps

Wow that’s fast. Genuine question: what’s it like having internet that fast? Because I get 40-50Mbps down and ~16 Mbps down on that tool, and I have fibre to the property (yay, Australia) and I’m so curious to know what’s it like to have a connection that’s actually good .

I’ve ridden a 10g connection to the Internet and the main difference is that big downloads/uploads are near instant. For regular browsing it’s not that noticeable unless it’s also super low latency.

Re: Speed Test

#53
post #15

Earlier quoted context omitted.

Not how it’s usually measured…link speed is pretty much always in bits/s

I don't measure file size in bits. I don't want to multiply/divide by 8 when roughly estimating how long a download will take. I end up doing 10 instead for maximum ease and pessimism.

At least it’s no longer in baud.

Re: Speed Test

#54

Why do these speed tests start out slow and then get faster over the course of a few seconds? Is it something about the internet that means the speed changes so much over the course of the test?

I can't answer your question directly, because I don't know.

But the first keyword I would look at would be BGP.

Generally speaking, routing decisions are dynamic and constantly changing. Add the unreliability of the network layer, corporate politics and optimization heuristics to that and you get varying results.

https://www.cloudflare.com/learning/security/glossary/what-i...

https://en.wikipedia.org/wiki/Border_Gateway_Protocol

Re: Speed Test

#58

Why do these speed tests start out slow and then get faster over the course of a few seconds? Is it something about the internet that means the speed changes so much over the course of the test?

That's how TCP works.

TCP initially starts with a small transmission buffer (the congestion window), and gradually increases its size until it starts getting errors (packet drops or reordering).

Re: Speed Test

#59
Is there a cli tool for this aswell or just the website? At home I have my server run a speedtest (ookla for now) running every 30 minutes because I do not trust my ISP to keep their end of the deal. I visualize the results with grafana and would love to change over to this. As haivri points out, this is a very detailed report!

EDIT: Apparently there is a nodejs module available https://github.com/cloudflare/speedtest Totally gonna start this project asap

Re: Speed Test

#60
post #5

I have a 250 Mb/s connection, but this claims I have over 440 Mb/s download speed. When looking closer at the details I get 250 Mb/s on all tests except the 1 MB download, so it's probably because of some compression or caching or similar, but I don't get the point of the larger tests if they don't affect the final score. I have never downloaded anything faster than 250 Mb/s before, so this is not a good reflection o…

I suspect that your line has a configured limit as opposed to physical limit of 250mb/s (perhaps the fibre equipment is capable of 500mb/s or something). I've seen this ever since I moved to fibre about 8 years ago, I've never taken the fastest packages and whenever I test on speedtest.net it always starts off exceeding my limit, then comes down to my limit over a short while. The limiter for you may very well allow…

Then why is the 100 kB test the slowest, with a max speed of 115 Mb/s? And no upload test gets above 250 Mb/s.

The speed is very clearly throttled by the ISP though, they sell a faster package that I don't need. I'm not complaining, I've just never seen this burst behavior anywhere else.

Post reply on HN