概述
本人经常买“小鸡”,需要测试网络及IO等等,为了方便自己,所以做了一个集合,不定期更新。
所有的内容都是收集自网络。
多合一脚本
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
SuperSpeed
bash <(curl -Lso- https://git.io/superspeed_uxh)
Superbench
wget -qO- git.io/superbench.sh | bash
Bench
wget -qO- bench.sh | bash
Yabs
wget -qO- yabs.sh | bash
UnixBench
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && clear && ./unixbench.sh
回程路由脚本
wget -qO- git.io/besttrace | bash curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash
流媒体解锁查看
bash <(curl -L -s check.unlock.media)
添加swap分区
wget https://pan.keesir.com/Other/swap.sh && bash swap.sh
综合测试脚本
bash <(wget -qO- https://pan.keesir.com/Other/superbench.sh)