librespeed / speedtest

Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more
https://librespeed.org
GNU Lesser General Public License v3.0
12.05k stars 2.18k forks source link

Add my instance #658

Closed vdbhb59 closed 1 month ago

vdbhb59 commented 1 month ago

Hi Mate,

I would like to offer my instance to be added for public usage. Limit 48500 requests per month City: Nürnberg Region: Bavaria Country: Germany Provider: netcup GmbH Instance: https://speed.flossboxin.org.in/

I have not changed logo or anything, and would like to keep it as official public instance for your great service.

Please also let me know, where in the code is this instance setup? I tried to find it, but could not, and hence could not raise a MR.

Edit/Update: I would like to have server selection from the drop down like yours. Is it possible for me to get those selections as well? If yes, how can I do that mate?

adolfintel commented 1 month ago

Hi,

The server list is not in this repo, that's why you can't find it.

I can add it to the list but I can't seem to get more than 2-300mbps from your server, which is pretty low considering that I'm near milan.

What kind of server is it and how much bandwidth do you have? If we make it public it will get easily overloaded with multiple tests if you don't have at least 1gbps

Just saw your edit. If you have multiple LS servers, you can just edit index.html and add them to the list at line 12. See multiple points of test in doc.md for details (or just use the docker version)

vdbhb59 commented 1 month ago

Here are the details: https://www.netcup.eu/bestellen/produkt.php?produkt=3691 Network: 2500 MBit/s AMD EPYC™ 9634 8 GB DDR5 ECC RAM KVM technology NVMe SSD + RAID

Bandwidth maybe throttled if it goes beyond 300Mbits, I think so (reading from their server details).

adolfintel commented 1 month ago

There could be a cap at 300mbps per IP, that would be a problem :thinking:

I don't see it mentioned on that page, where did you see it?

vdbhb59 commented 1 month ago

https://www.netcup.eu/vserver/#root-server-details

But I can see, it is capped only upon 3TB traffic. So, not sure why I am not getting the real speed. Maybe I need to something on my server settings for network?

image

vdbhb59 commented 1 month ago

Also, I am unable to get the stats working. I have setup pgsql, and given all the necessary details in the telemetry_settings.php. I have changed owner to the user where it is installed, but not getting any results back. All I get it below. Nothing on stats, page links, etc.

image

adolfintel commented 1 month ago

Do you have the pgsql pdo moduled enabled in php.ini?

Also, check your web server log file, it's usually in /var/log/apache2 (assuming you're using apache), it will probably tell you what's wrong

vdbhb59 commented 1 month ago

Do you have the pgsql pdo moduled enabled in php.ini?

Yup, it is turned on, and also available as database.

Also, check your web server log file, it's usually in /var/log/apache2 (assuming you're using apache), it will probably tell you what's wrong

I checked, but it gives no particular error. Though I can see the .js files being called, nothing beyond that. I can share the logs if you need.