User comments on ISPs
  >> Other Providers (without dedicated forums)


Register (or login) on our website and you will not see this ad.


Pages in this thread: 1 | 2 | >> (show all)   Print Thread
Standard User nofappingway
(member) Tue 21-Jan-25 14:19:48
Print Post

Hey! Broadband peak time performance degradation


[link to this post]
 
Hey all,

Those of you on HB, how's your evening peak time performance looking? I've started seeing significant degradation of performance, 8pm to 10pm every evening. 19th January evening for example was down to about 12Mb/s downstream which was terrible.

Performance 15th Jan to 21st Jan

Anyone else seeing this?
Standard User AndyPandy
(fountain of knowledge) Wed 22-Jan-25 12:59:04
Print Post

Re: Hey! Broadband peak time performance degradation


[re: nofappingway] [link to this post]
 
What are you using to monitor it?

It would be interesting to test whether the speeds are slow on the fibre itself, or out onto the internet only.


Hey!Broadband 1Gb Fibre - Live BQM
Asus AC86U - Asuswrt Merlin
Standard User nofappingway
(member) Wed 22-Jan-25 13:48:26
Print Post

Re: Hey! Broadband peak time performance degradation


[re: AndyPandy] [link to this post]
 
I use SpeedTest Tracker to monitor throughput and Uptime Kuma to monitor latency.

Both dead easy to spin up if you know Docker / Docker Compose

You can choose targets inside and outside of HBs Network.

Edited by nofappingway (Wed 22-Jan-25 13:49:11)


Register (or login) on our website and you will not see this ad.

Standard User AndyPandy
(fountain of knowledge) Wed 22-Jan-25 16:33:47
Print Post

Re: Hey! Broadband peak time performance degradation


[re: nofappingway] [link to this post]
 
Well that just sent me down a rabbit hole!

Ok, I've managed figure out how Docker works, and I'm kinda [censored] that the Microsoft store has Ubuntu but not CentOS which I'm used to, but hey ho.

Set up the Speedtest Tracker, but I don't see any Hey!/F&W targets. I can see Zen, and my results are looking pretty abysmal already.

How can I set it up to look at Hey! and is there a way to alter the schedule? I found a video on Youtube, but I seem to be missing "Settings" on the left pane.


Hey!Broadband 1Gb Fibre - Live BQM
Asus AC86U - Asuswrt Merlin
Standard User nofappingway
(member) Wed 22-Jan-25 16:59:11
Print Post

Re: Hey! Broadband peak time performance degradation


[re: AndyPandy] [link to this post]
 
By default Speedtest Tracker chooses the 'fastest server' by the one that responds the quickest.

That video will be for an older version. The author moved config like that into the Docker Compose file (or Docker Run command if you used that) If you want to hardcode which server is used, you have to do that in your Docker Compose file or Docker Run cmd. The scanning schedule is configured there too. All the environmental options are here and example Docker Compose files are here

HB's server ID is 54208

For example, here's my Docker Compose file. Note that this forum will have removed all the indents that make this a valid YAML file:

services:
speedtest-tracker:
container_name: speedtest-tracker
ports:
- 8765:80
- 8443:443
environment:
- PUID=1001
- PGID=1001
- APP_KEY=base64:<your key here>
- DB_CONNECTION=sqlite
- SPEEDTEST_SCHEDULE=8 * * * *
- SPEEDTEST_SERVERS=54208
- PRUNE_RESULTS_OLDER_THAN=120days
- CHART_DATETIME_FORMAT=
- DATETIME_FORMAT=
- DISPLAY_TIMEZONE=Europe/London
volumes:
- ./config:/config
- ./config/keys:/config/keys
image: lscr.io/linuxserver/speedtest-tracker:latest
restart: unless-stopped

Edited by nofappingway (Wed 22-Jan-25 17:00:40)

Standard User AndyPandy
(fountain of knowledge) Wed 22-Jan-25 17:07:21
Print Post

Re: Hey! Broadband peak time performance degradation


[re: nofappingway] [link to this post]
 
Thanks, I've got it set up.

Very bizarre results though, have a look here: https://imgur.com/a/WSb0hXH

Completely different to running the Ookla app locally, which shows me getting ~900/900 to Hey!


Hey!Broadband 1Gb Fibre - Live BQM
Asus AC86U - Asuswrt Merlin
Standard User nofappingway
(member) Wed 22-Jan-25 17:13:31
Print Post

Re: Hey! Broadband peak time performance degradation


[re: AndyPandy] [link to this post]
 
Something isn't quite right there - all your downstream tests are virtually the same across different servers.
Standard User AndyPandy
(fountain of knowledge) Wed 22-Jan-25 17:17:49
Print Post

Re: Hey! Broadband peak time performance degradation


[re: nofappingway] [link to this post]
 
Agreed! Here's a web-based test to Zen run just now: https://imgur.com/gHHWIXj

So I guess the question is, if you run a manual test using the Ookla speedtest app, does it reflect the slow speeds you're seeing on the Speedtest Tracker at the relevant times.


Hey!Broadband 1Gb Fibre - Live BQM
Asus AC86U - Asuswrt Merlin

Edited by AndyPandy (Wed 22-Jan-25 17:22:07)

Standard User nofappingway
(member) Wed 22-Jan-25 17:37:26
Print Post

Re: Hey! Broadband peak time performance degradation


[re: AndyPandy] [link to this post]
 
Yeah, my Speedtest Tracker results match the Desktop Ookla client speedtests. I have Speedtest Tracker ping me a push notification when the result drops below a threshold I've set. At the same time, on Apple TV things buffer. online gaming lags etc. I. I've raised it with support.

I don't have a static IP so when I reboot my Router from time to time, I get a new public IP. I've observed the IP ranges differ drastically as does the performance for each one. This leads me to believe that there is some kind of load balancing going on as the first thing Support did was to forcefully bump me onto a specific network segment. That's performed well today so we will see what tonight brings.
Standard User jchamier
(eat-sleep-adslguide) Wed 22-Jan-25 17:37:27
Print Post

Re: Hey! Broadband peak time performance degradation


[re: AndyPandy] [link to this post]
 
In reply to a post by AndyPandy:
Ok, I've managed figure out how Docker works, and I'm kinda [censored] that the Microsoft store has Ubuntu but not CentOS which I'm used to, but hey ho.

CentOS is end of life, version 7 is out of support, and version 8 was ended. CentOS Stream is not the same thing. Rocky Linux is the closest to what CentOS was as a free version of RHEL, but most people don't want server linux. Desktop Linux is better with Ubuntu or even Fedora.

You can run Rocky 8 or 9 in a Hyper-V VM easily enough if you want a free "very close to RHEL" Linux.

25 years of broadband connectivity since Sep 1999 trial - Live BQM
Standard User behuk
(member) Thu 23-Jan-25 08:54:51
Print Post

Re: Hey! Broadband peak time performance degradation


[re: nofappingway] [link to this post]
 
What does your BQM look like? I would expect any congestion to become apparent from the BQM.
Standard User nofappingway
(member) Thu 23-Jan-25 09:39:33
Print Post

Re: Hey! Broadband peak time performance degradation


[re: behuk] [link to this post]
 
I'm not using it. I'm using my own outward looking tools mentioned above to monitor throughput, latency and packet loss.
Standard User AndyPandy
(fountain of knowledge) Sat 25-Jan-25 08:40:03
Print Post

Re: Hey! Broadband peak time performance degradation


[re: nofappingway] [link to this post]
 
Here's my tracker: https://imgur.com/p0uFIp9

I'm not seeing the dips that you are, although my download speeds within docker are about 1/4 of what I get using the Ookla app in Windows.


Hey!Broadband 1Gb Fibre - Live BQM
Asus AC86U - Asuswrt Merlin
Standard User nofappingway
(member) Sat 25-Jan-25 13:33:10
Print Post

Re: Hey! Broadband peak time performance degradation


[re: AndyPandy] [link to this post]
 
Thanks for following up Andy. HB Support moved me to a different network and since then it's been all good.

Hats off to their support, they acted quickly and didn't muck me around.
Standard User Pheasant
(eat-sleep-adslguide) Sat 25-Jan-25 14:27:15
Print Post

Re: Hey! Broadband peak time performance degradation


[re: nofappingway] [link to this post]
 
In reply to a post by nofappingway:
Thanks for following up Andy. HB Support moved me to a different network and since then it's been all good.

Hats off to their support, they acted quickly and didn't muck me around.

Presumably you mean logically, in their upstream network, rather than at the PON-level?
Standard User nofappingway
(member) Sat 25-Jan-25 15:15:54
Print Post

Re: Hey! Broadband peak time performance degradation


[re: Pheasant] [link to this post]
 
Correct, different subnet. I can only assume they are load balancing here.
Pages in this thread: 1 | 2 | >> (show all)   Print Thread

Jump to