DamDamich
@DamDamich
Network Engineer

Как засветить сервера в список ISP провайдеров на speedtest.com?

Добрый день,

Каким образом вывести свой сервер в список доступных для проверки скорости соединения на сайте speedtest.com? На сервере установлен Speedtest mini.
  • Вопрос задан
  • 1715 просмотров
Пригласить эксперта
Ответы на вопрос 2
только вы хотели сказать speedtest.NET

Speedtext mini вы уже разместили, осталось заполнить форму www.ookla.com/host
Ответ написан
DamDamich
@DamDamich Автор вопроса
Network Engineer
У меня проблема в следующем, при попытке добавить хост ругается на:

# Test URL Details Status
1. OoklaServer XX:XX:XX:XX:8080 wrong response received
FAILED
The host server is up but another service is responding to requests on the specified port. Please verify that another application is not listening on the port(s) in use by the Ookla Server daemon. You may need to restart the Ookla Server daemon once the other application has been stopped.
Ookla Support Article

На сервере, порт 8080 открыт
netstat -an | grep 8080
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN     
udp        0      0 0.0.0.0:8080            0.0.0.0:*

Демон Ooklaserver запущен:

ps -ef | grep Ookl
saqusr    3453     1  0 Jun10 ?        00:01:24 ./OoklaServer --daemon --pidfile=/home/saqusr/OoklaServer.pid
root      7841     1  0 00:55 ?        00:00:00 ./OoklaServer --daemon --pidfile=/var/www/OoklaServer.pid
root      7846  7841  0 00:55 ?        00:00:00 /var/www/OoklaServer --ward
root      8112     1  0 01:04 ?        00:00:00 ./OoklaServer --daemon --pidfile=/var/www/speedtest/OoklaServer.pid
root      8116  8112  0 01:04 ?        00:00:00 /var/www/speedtest/OoklaServer --ward


lsof -i :8080
COMMAND    PID     USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
apache2   3275     root    4u  IPv4  20815      0t0  TCP *:http-alt (LISTEN)
OoklaServ 3453   saqusr    8u  IPv4  22812      0t0  UDP *:http-alt 
apache2   5027 www-data    4u  IPv4  20815      0t0  TCP *:http-alt (LISTEN)
apache2   5028 www-data    4u  IPv4  20815      0t0  TCP *:http-alt (LISTEN)
apache2   5029 www-data    4u  IPv4  20815      0t0  TCP *:http-alt (LISTEN)
apache2   5031 www-data    4u  IPv4  20815      0t0  TCP *:http-alt (LISTEN)
apache2   5239 www-data    4u  IPv4  20815      0t0  TCP *:http-alt (LISTEN)
apache2   5240 www-data    4u  IPv4  20815      0t0  TCP *:http-alt (LISTEN)
apache2   5241 www-data    4u  IPv4  20815      0t0  TCP *:http-alt (LISTEN)
apache2   5242 www-data    4u  IPv4  20815      0t0  TCP *:http-alt (LISTEN)
apache2   7472 www-data    4u  IPv4  20815      0t0  TCP *:http-alt (LISTEN)
apache2   7473 www-data    4u  IPv4  20815      0t0  TCP *:http-alt (LISTEN)
OoklaServ 8116     root    7u  IPv4 303259      0t0  UDP *:http-alt
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы