海外主机测评

您现在的位置是:首页 > 服务器 > 正文

服务器

统计的一些测试服务器脚本的工具代码

cds8202023-03-23服务器208
购买新的VPS或者服务器都要进行一番的测试,测试机器的和性能,测试器的网络速度,硬盘性能等。这里收集一些测试脚本,脚本均来自于网络,代码内有作者信息,感谢网络大神们提供这么优秀的工具。服务器/VP

购买新的VPS或者服务器都要进行一番的测试,测试机器的和性能,测试器的网络速度,硬盘性能等。这里收集一些测试脚本,脚本均来自于网络,代码内有作者信息,感谢网络大神们提供这么优秀的工具。

服务器/VPS 速度测试脚本、信息、I/O 测试和speedtest亚洲速度测试

curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -Asia

秋逸冰VPS性能测试脚本

wget -qO- bench.sh | bash

BlueSkyXN综合工具箱

wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh

OldKing版一键测试

wget -qO- git.io/superbench.sh | bash

SuperSpeed.sh 修复版

bash <(curl -Lso- https://git.io/superspeed_uxh)
或 
bash <(curl -Lso- https://raw.githubusercontent.com/uxh/superspeed/master/superspeed.sh)

一键检测VPS回程国内三网路由

curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

TikTok检测

curl -fsL -o ./t.sh.x https://github.com/lmc999/TikTokCheck/raw/main/t.sh.x && chmod +x ./t.sh.x && ./t.sh.x && rm ./t.sh.x


发表评论

评论列表

  • 这篇文章还没有收到评论,赶紧来抢沙发吧~