Linux服务器常用测试脚本

Bench

硬件信息、IO读写速度、宽带测试

wget -qO- bench.sh | bash

或者

curl -Lso- bench.sh | bash

三网回程

一键脚本

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash

Openai解锁

开源地址:https://github.com/missuo/OpenAI-Checker
一键脚本

bash <(curl -Ls https://cdn.jsdelivr.net/gh/missuo/OpenAI-Checker/openai.sh)

Netflix解锁

开源地址:https://github.com/sjlleo/netflix-verify
一键脚本

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/v3.1.0/nf_linux_amd64 && chmod +x nf && ./nf

标签: Linux, 一键脚本