简介

本文主要介绍一个wiki家的开源项目:looking-glass,可以非常方便的测试服务器的网络延时,回程路由,连接速度等关键参数 Github地址:https://github.com/wikihost-opensource/als

搭建

环境要求

支持docker即可 Docker安装脚本:
curl -fsSL https://get.docker.com | bash -s docker
Docker国内安装脚本
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh)

安装

docker run -d --restart always \
--name lookingglass \
-e HTTP_PORT=8800 \
-p 8800:8800 \
wikihostinc/looking-glass-server

访问

部署完成后访问 http://服务器IP:8800 即可打开页面