roest01 / docker-speedtest-analyser

Automated docker speedtest analyser tool with included web interface to monitor your internet speed connection over time. Setup at home on your NAS (Synology, QNAP tested) and the container runs hourly speedtests. The speedtest results are displayed in an webinterface as line graph(s) over the day.
Other
108 stars 47 forks source link

Slow results #59

Open Zipties opened 3 years ago

Zipties commented 3 years ago

Hey, thanks for the cool app! My connection tests 1500/60Mbits on speediest.net, but the container is capping at 3-400 down and 25 up. Where would I start to troubleshoot this?

cosyd commented 3 years ago

Maybe speedtest overload is your issue, I was trying to get behind this, too: https://github.com/roest01/docker-speedtest-analyser/issues/60

Zipties commented 3 years ago

Maybe speedtest overload is your issue, I was trying to get behind this, too:

60

Interesting idea, but my manual runs give me similar results at any time of day.

cosyd commented 3 years ago

perhaps quotas / network throttling on your (virtual or physical) network interfaces for the container?

On Tue, 27 Oct 2020 at 20:21, Zipties notifications@github.com wrote:

Maybe speedtest overload is your issue, I was trying to get behind this, too:

60 https://github.com/roest01/docker-speedtest-analyser/issues/60

Interesting idea, but my manual runs give me similar results at any time of day.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/roest01/docker-speedtest-analyser/issues/59#issuecomment-717479951, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGFIE735RVRTN3OCH32NFKDSM4MUNANCNFSM4S3Y2FHA .

--

Simon Rehbach, +49-15678-610057, srehbach@gmail.com

Zipties commented 3 years ago

I am running it on a Synology docker, and there aren’t any resource limitations applied. It’s pretty strange.

On Tue, Oct 27, 2020 at 2:57 PM simon notifications@github.com wrote:

perhaps quotas / network throttling on your (virtual or physical) network interfaces for the container?

On Tue, 27 Oct 2020 at 20:21, Zipties notifications@github.com wrote:

Maybe speedtest overload is your issue, I was trying to get behind this, too:

60 https://github.com/roest01/docker-speedtest-analyser/issues/60

Interesting idea, but my manual runs give me similar results at any time of day.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/roest01/docker-speedtest-analyser/issues/59#issuecomment-717479951 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AGFIE735RVRTN3OCH32NFKDSM4MUNANCNFSM4S3Y2FHA

.

--

Simon Rehbach, +49-15678-610057, srehbach@gmail.com

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/roest01/docker-speedtest-analyser/issues/59#issuecomment-717503041, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXZD5SIXGHVWEASKCLPZHDSM4Q2XANCNFSM4S3Y2FHA .

kis87988 commented 3 years ago

There is another possilbe, the result from NAS run directly vs inside the docker result is different. I will do more experience on this. Perhaps update the CLI to the speedtest official one may help with this too.

kis87988 commented 3 years ago

From Speednet CLI(https://www.speedtest.net/apps/cli)

$ speedtest

   Speedtest by Ookla

     Server: Frontier - Palo Alto, CA (id = 14204)
        ISP: Comcast Cable
    Latency:     8.63 ms   (5.02 ms jitter)
   Download:   938.33 Mbps (data used: 1.2 GB)
     Upload:    41.61 Mbps (data used: 23.4 MB)
Packet Loss:     0.0%
 Result URL: https://www.speedtest.net/result/c/4895a921-a616-4bbf-9181-aabe505d2ccf

from speedtest-cli(https://github.com/sivel/speedtest-cli.git)

$ ./speedtest.py --server 14204
Retrieving speedtest.net configuration...
Testing from Comcast Cable (73.93.111.66)...
Retrieving speedtest.net server list...
Retrieving information for the selected server...
Hosted by Frontier (Palo Alto, CA) [13.06 km]: 29.906 ms
Testing download speed................................................................................
Download: 388.90 Mbit/s
Testing upload speed......................................................................................................
Upload: 41.44 Mbit/s
Zipties commented 3 years ago

@kis87988 looks like you found the issue!

kis87988 commented 3 years ago

If I have time, I will submit the PR for this. However, ... that is no promise

GitBeto21 commented 3 years ago

Hi, I have a similar result. Download is much lower (Synology Dock) than actual, but the upload is always correct. Why? I can't quite figure that out.