MultiSiteLatencyTool is an open-source project that offers a user-friendly interface for measuring the latency of multiple websites concurrently. It displays IP addresses and geographical data, supports website list management, integrates IP geolocation, and provides efficient network performance analysis reports.
一个基于 Electron + Vue3 的多功能网络测试工具,用于测量多个网站的延迟并获取 IP 地理位置信息。
�� IP/域名地理位置查询
🔍 多种网络测试功能
⭐ 收藏夹功能
git clone https://gitee.com/Snake-Konginchrist/MultiSiteLatencyTool.git
cd MultiSiteLatencyTool
npm install
cp .env.example .env
编辑 .env
文件,设置 IP2Location API 密钥
npm run electron:dev
npm run electron:preview
# 构建所有平台
npm run electron:build
# 构建特定平台
npm run dist:mac # macOS
npm run dist:win # Windows
npm run dist:linux # Linux
Command + Shift + I
Ctrl + Shift + I
electron-store
: 数据持久化axios
: HTTP 请求ping
: ICMP 测试traceroute
: 路由追踪mtr
: MTR 测试欢迎提交 Issue 和 Pull Request。