Linux下,服务器/VPS配置、网速、带宽、IO、性能、Netflix等一键测试脚本

主机教程评论295字数 1430阅读4分46秒阅读模式

搜集的好用的脚本。同时,欢迎推荐。

脚本1 纯净,不安装任何东西。均为国内节点。文章源自国外主机测评-https://www.zjcp.org/14556.html

wget -qO- bench.sh | bash

脚本2 有国内节点,可看上行和下行。文章源自国外主机测评-https://www.zjcp.org/14556.html

wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

脚本3文章源自国外主机测评-https://www.zjcp.org/14556.html

(wget -qO- wget.racing/nench.sh | bash; wget -qO- wget.racing/nench.sh | bash) 2>&1 | tee nench.log

脚本4文章源自国外主机测评-https://www.zjcp.org/14556.html

curl -s bench.wget.racing | bash

脚本5 可比较真实的测试服务器带宽文章源自国外主机测评-https://www.zjcp.org/14556.html

curl -s https://raw.githubusercontent.com/masonr/yet-another-bench-script/master/yabs.sh | bash

脚本6可测试是否支持Netflxi等(不一定准确)文章源自国外主机测评-https://www.zjcp.org/14556.html

curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast

脚本7 全能,测速、加速 DD系统等文章源自国外主机测评-https://www.zjcp.org/14556.html

wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/hj/master/hj.sh && chmod +x hj.sh && bash hj.sh

脚本8文章源自国外主机测评-https://www.zjcp.org/14556.html

(curl -s wget.racing/nench.sh | bash) 2>&1 | tee nench.log

脚本9 服务器延迟监测文章源自国外主机测评-https://www.zjcp.org/14556.html

screen -S uping
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.py
python uping.py

脚本10 系统配置、国内速度等文章源自国外主机测评-https://www.zjcp.org/14556.html

wget -qO- --no-check-certificate https://raw.githubusercontent.com/qd201211/Linux-SpeedTest/master/superbench.sh | bash

脚本11 UnixBench跑分,测试主机性能
运行10-30分钟后(根据CPU内核数量,运算时间不等)得出分数,越高越好。

wget --no-check-certificate https://zhujiwiki.com/wp-content/uploads/2018/07/unixbench.sh
chmod +x unixbench.sh
./unixbench.sh

脚本12、测试是否可以观看Netflix(奈飞
访问:https://netflix.com/title/80018499
脚本13 测试本地速度
speedtest go版本的一键安装脚本

bash <(curl -Lsk https://raw.githubusercontent.com/BigMangos/speedtest-go-script/master/install.sh)

脚本14
一键测试三网速度

bash <(curl -Lso- https://git.io/superspeed)

脚本15
一键测试TCP三网回程线路

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash
 
  • 本文由 主机测评 发表于 2021年9月18日00:00:00
  • 转载请务必保留本文链接:https://www.zjcp.org/14556.html

发表评论