Every night I have some sort of issue between 6-10pm, but the most pressing one is that downloads from Github releases fail.
Example: https://github.com/ufoscout/docker-compose-wait/releases/download/2.3.0/wait (582 kb)
Basically a download from AWS S3.
The download will either stall or download extremely slowly (1h+).
This is not an issue during daytime hours and slowly resolves itself after 10pm. I can confirm by remoting into another machine at work or using LTE that the issue is not with Github or S3.
During these hours there are other random issues as well. In particular EU World of Warcraft latency and packet loss becomes erratic.
Most things in general do work fine however, such as streaming from Netflix and general browsing. Speedtests also fly.
Interestingly enough:
However:
These ping tests were taken during the same window of problems.
That leads to me guess that something is congested or falling over during these hours.
Example: https://github.com/ufoscout/docker-compose-wait/releases/download/2.3.0/wait (582 kb)
Basically a download from AWS S3.
The download will either stall or download extremely slowly (1h+).
This is not an issue during daytime hours and slowly resolves itself after 10pm. I can confirm by remoting into another machine at work or using LTE that the issue is not with Github or S3.
During these hours there are other random issues as well. In particular EU World of Warcraft latency and packet loss becomes erratic.
Most things in general do work fine however, such as streaming from Netflix and general browsing. Speedtests also fly.
Interestingly enough:
Code:
ping www.mybroadband.co.za -t
Pinging www.mybroadband.co.za [104.20.9.169] with 32 bytes of data:
Reply from 104.20.9.169: bytes=32 time=5ms TTL=59
Reply from 104.20.9.169: bytes=32 time=2ms TTL=59
Reply from 104.20.9.169: bytes=32 time=3ms TTL=59
Reply from 104.20.9.169: bytes=32 time=4ms TTL=59
Reply from 104.20.9.169: bytes=32 time=4ms TTL=59
Reply from 104.20.9.169: bytes=32 time=4ms TTL=59
Reply from 104.20.9.169: bytes=32 time=2ms TTL=59
Reply from 104.20.9.169: bytes=32 time=3ms TTL=59
Reply from 104.20.9.169: bytes=32 time=4ms TTL=59
Reply from 104.20.9.169: bytes=32 time=4ms TTL=59
Reply from 104.20.9.169: bytes=32 time=5ms TTL=59
Reply from 104.20.9.169: bytes=32 time=3ms TTL=59
Reply from 104.20.9.169: bytes=32 time=3ms TTL=59
Ping statistics for 104.20.9.169:
Packets: Sent = 20, Received = 20, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 5ms, Average = 3ms
However:
Code:
ping www.afrihost.co.za -t
Pinging www.afrihost.co.za [169.1.1.221] with 32 bytes of data:
Reply from 169.1.1.221: bytes=32 time=83ms TTL=56
Reply from 169.1.1.221: bytes=32 time=83ms TTL=56
Request timed out.
Reply from 169.1.1.221: bytes=32 time=77ms TTL=56
Request timed out.
Reply from 169.1.1.221: bytes=32 time=109ms TTL=56
Reply from 169.1.1.221: bytes=32 time=81ms TTL=56
Request timed out.
Request timed out.
Reply from 169.1.1.221: bytes=32 time=91ms TTL=56
Reply from 169.1.1.221: bytes=32 time=78ms TTL=56
Request timed out.
Request timed out.
Reply from 169.1.1.221: bytes=32 time=87ms TTL=56
Reply from 169.1.1.221: bytes=32 time=81ms TTL=56
Request timed out.
Reply from 169.1.1.221: bytes=32 time=71ms TTL=56
Ping statistics for 169.1.1.221:
Packets: Sent = 17, Received = 10, Lost = 7 (41% loss),
Approximate round trip times in milli-seconds:
Minimum = 71ms, Maximum = 109ms, Average = 84ms
These ping tests were taken during the same window of problems.
That leads to me guess that something is congested or falling over during these hours.