Debian12下环境测试脚本
环境测试
yabs 是一个比较常用的综合测试脚本,权威性比较高,一般用来看最后的 cpu 得分。
https://github.com/masonr/yet-another-bench-script
wget -qO- yabs.sh | bash
bench.sh 也是一个综合测试脚本,历史比较久,大佬一直在维护。
https://github.com/teddysun/across
wget -qO- bench.sh | bash
besttrace 是专门测试回国线路的脚本,可以看到连接国内几大城市的节点线路和对应延迟。
wget -qO- git.io/besttrace | bash
network-speed,测试 vps 到全球的连接速度,节点比较多,比较耗流量,成功测完得 20G 往上。
wget -qO- network-speed.xyz | bash
这条测试是调用系统的命令,看看到底是 HDD、SSD 还是 NVME 硬盘。
dd if=/dev/zero of=256 bs=64K count=4K oflag=dsync
部分商家会超售内存,可以用该脚本检测。
至于 CPU、带宽的超售,这个就比较稀松平常了,只能看大家的口碑和商家的良心。
curl https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh | bash
检测 VPS 的 IP,能否用来开通流媒体、OpenAI 等订阅服务。(同上,脚本安全性未知。)
bash <(curl -L -s https://netflix.dad/detect-script)