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

Speedtest server (id) not in the log anymore #65

Open KossikCZ opened 3 years ago

KossikCZ commented 3 years ago

Hello guys,

I noticed after all the recent changes in this speedtest docker image the log (script) does not show the server speedtest was ran against anymore.

I have the SPEEDTEST_PARAMS set to execute against my ISP's server (ID 12722) but for past week my values of download got lower than usual which is a reason I got suspicious. When I run the speedtest from Docker command line (via Synology's DSM UI) against the server I set, I only get the error. That makes me believe the speedtest is not being actually executed against the predefined server.

Is it possible to get the server detail back into the log to see which server was actually used after all? Or anyone knowing why the server gets excluded in a first place (while the official speedtest-cli tool works with the same server just fine)?

image

image

image

GitBeto21 commented 3 years ago

Hi, and I have the feeling that SPEEDTEST_PARAMS is not read or used. Because, no matter what I enter there, like for example "--no-download" nevertheless always the same comes out, in this case download is also tested.

KossikCZ commented 3 years ago

Yeah, that would actually make sense. I didn't test with other parameters but this would explain my observation too. It's a pity, the speedtest was working nicely until latest updates. :/