提示:下面整理的是以前的旧版测试脚本,未进行实际测试,可能部分已失效,请参考最新版:
- linux系统云网络速度性能测试一键脚本分享,附详细vps云服务器一键测评脚本
以下为旧版,留存备用
1,vps测试
wget -qo- bench.sh | bash #测试vps基础信息,以及下载速度,来自d88尊龙官网手机app官网(https://bench.sh/)
2,国内测试
wget -qo- git.io/superbench.sh | bash #主要包括vps硬件信息,国内节点测试,电信、联通、移动,来自老鬼
3,基础测试
中文版: wget -n --no-check-certificate https://raw.githubusercontent.com/moranchenxi/zbench/master/zbench-cn.sh bash zbench-cn.sh 英文版: wget -n --no-check-certificate https://raw.githubusercontent.com/moranchenxi/zbench/master/zbench.sh bash zbench.sh #基于superbench脚本,增加了路由和ping测试,区别中英文
4,网速测试
wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh chmod x superspeed.sh ./superspeed.sh #主要包括国内的一些节点进行专项测试,电信、联通、移动,来自老鬼
5,ping测试
wget -n --no-check-certificate https://raw.githubusercontent.com/functionclub/uping/master/uping.py python uping.py #一款长时间ping测试py脚本
6,html5网速程序
https://github.com/adolfintel/speedtest #需要php环境,下载后解压即可运行,无须安装
7,锐速/bbr集成一键包
wget -n --no-check-certificate "https://raw.githubusercontent.com/chiakge/linux-netspeed/master/tcp.sh" chmod x tcp.sh ./tcp.sh #一键安装锐速/bbr,以及魔改等,支持卸载、升级等操作。
8,锐速一键包
wget -n --no-check-certificate https://github.com/91yun/serverspeeder/raw/master/serverspeeder.sh bash serverspeeder.sh #一键安装锐速破解全功能版,不支持openvz架构,来自91yun(https://www.91yun.co/archives/683)
9,googlebbr一键脚本
wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh chmod x bbr.sh ./bbr.sh #一键安装并开启bbr功能,google出品的一种tcp拥塞算法,不支持openvz虚拟架构。
10,锐速一键包
wget --no-check-certificate -o appex.sh https://raw.githubusercontent.com/0ovicero0/serverspeeder_install/master/appex.sh chmod x appex.sh bash appex.sh install #另一位爱好者开发的锐速一键安装脚本,开发:https://github.com/0ovicero0/serverspeeder_install(看了下是萌卡大佬的)
11,fs一键包
wget -n --no-check-certificate https://raw.githubusercontent.com/91yun/finalspeed/master/install_fs.sh bash install_fs.sh #一键安装finalspeed功能,支持全系架构
12,自动备份脚本
wget -n --no-check-certificate https://raw.githubusercontent.com/himly/vps-shell/master/autobackuptoftp.sh chmod x autobackuptoftp.sh bash autobackuptoftp.sh #每天自动备份mysql及打包网站目录
13,vps跑分测试
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh chmod x unixbench.sh ./unixbench.sh #unixbench进行跑分测试,单核和多核不同跑分
14,linux测试脚本
apt install curl -y yum install curl -y curl -fssl https://ilemonrain.com/download/shell/lemonbench.sh | bash -s fast
15,老鬼linux测试脚本
wget -qo- git.io/superbench.sh | bash