融合怪脚本特色功能
- 自由组合测试方向和单项测试以及合集收录第三方脚本
- 基础信息查询
- CPU 测试
- 内存测试
- 磁盘 dd 读写测试
- 硬盘 fio 读写测试
- 御三家流媒体解锁测试
- 常用流媒体解锁测试
- Tiktok 解锁
- 三网回程以及路由延迟
- 回程路由以及带宽类型检测(商宽/家宽/数据中心)
- IP 质量与 25 端口检测(含IPV4和IPV6)
- speedtest 测速
- 端口检测(检测是否被墙)
融合怪脚本评测命令
交互形式
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
或者
curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
或者
bash <(wget -qO- bash.spiritlhl.net/ecs)
无交互形式
echo 1 | bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
或者
echo 1 | bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecs/raw/main/ecs.sh)
或者
echo 1 | bash <(wget -qO- bash.spiritlhl.net/ecs)