NetQuality(网络测试工具)简介
NetQuality是一个开源免费的网络测试工具,具体来说是一个网络质量体检脚本,能够帮助我们全面评估网络连接性能和质量。该脚本支持多种操作系统,包括Ubuntu、Debian、Fedora、macOS等,且具有良好的跨平台兼容性。

主要特点如下:
- 双语言支持(中英文)
- IPv4与IPv6双栈查询
- 多个测试模块,如BGP信息、TCP延迟和网速测试等。
- 简单的命令行操作,快速获取网络质量数据
该工具通过访问BGP.TOOLS和BGP.HE.NET等数据源,提供详细的网络回程延迟和接入信息。还支持基于SPEEDTEST.NET的网速测试,可以实时监测国际及国内网络性能。在使用过程中,用户可以选择不同的测试模式,如延迟模式、低数据模式等,灵活满足各种需求。
开发者定期更新该脚本,确保其功能的稳定性和兼容性。无论是进行网络故障排查,还是优化网络连接,NetQuality都是一个值得信赖的选择。
NetQuality(网络测试工具)官网及教程
使用方法
bash <(curl -Ls Check.Place) -N
默认双栈检测:
bash <(curl -Ls Net.Check.Place)
只检测IPv4结果:
bash <(curl -Ls Net.Check.Place) -4
只检测IPv6结果:
bash <(curl -Ls Net.Check.Place) -6
延迟模式:
bash <(curl -Ls Net.Check.Place) -P
完整路由模式(TCP大包):
bash <(curl -Ls Net.Check.Place) -R [大陆地区省级行政区名称或中/英文简称]
缺省状态默认检测北京、上海、广东三地
bash <(curl -Ls Net.Check.Place) -R
指定参数可检测任意大陆省级行政区(以下任选其一)
bash <(curl -Ls Net.Check.Place) -R 桂
bash <(curl -Ls Net.Check.Place) -R 广西
bash <(curl -Ls Net.Check.Place) -R 广西壮族自治区
bash <(curl -Ls Net.Check.Place) -R GX
bash <(curl -Ls Net.Check.Place) -R gx
低数据模式:
bash <(curl -Ls Net.Check.Place) -L
跳过任意章节:
bash <(curl -Ls Net.Check.Place) -S 1234567
中英文双语支持:
bash <(curl -Ls Net.Check.Place) -l cn|en
Json输出(输出示例):
bash <(curl -Ls Net.Check.Place) -j
输出报告ANSI/JSON/纯文本至文件:
bash <(curl -Ls Net.Check.Place) -o /path/to/file.ansi
bash <(curl -Ls Net.Check.Place) -o /path/to/file.json
bash <(curl -Ls Net.Check.Place) -o /path/to/file.txtoranyother
跳过检测系统及安装依赖:
bash <(curl -Ls Net.Check.Place) -n
自动安装依赖:
bash <(curl -Ls Net.Check.Place) -y
报告展示完整IP地址:
bash <(curl -Ls Net.Check.Place) -f