运维系列:常用VPS测速脚本

1,LemonBench全能测试

参考脚本代码

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

curl -fsSL https://ilemonrain.com/download/shell/LemonBench.sh | bash

wget -qO- https://ilemonrain.com/download/shell/LemonBench.sh | bash

curl -fsSL https://ilemonrain.com/download/shell/LemonBench.sh | bash -s fast

curl -fsSL https://ilemonrain.com/download/shell/LemonBench.sh | bash -s full

wget -qO- https://ilemonrain.com/download/shell/LemonBench.sh | bash -s fast

wget -qO- https://ilemonrain.com/download/shell/LemonBench.sh | bash -s full

 

2,内存检测脚本

#CentOS / RHEL

 

yum install wget -y

yum groupinstall "Development Tools" -y

wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp

gcc -l stdc++ memtester.cpp

./a.out

 

#Ubuntu / Debian

 

apt-get update

apt-get install wget build-essential -y

wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp

gcc -l stdc++ memtester.cpp

./a.out

 

3,UnixBench性能测试

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh

chmod +x unixbench.sh

./unixbench.sh

 

4,24小时监测VPS延迟

#Debian / Ubuntu

 

apt-get update

apt-get install python wget screen -y

 

#CentOS / RHEL

 

yum install screen wget python -y

 

安装完运行:

screen -S uping

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

python uping.py

 

5,ZBench(系统信息+io+网速+延迟)

wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

6,三网speedtest

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

 

相关说明:

1、VIP会员无限制任意下载,免积分。立即前往开通>>

2、下载积分可通过日常 签到绑定邮箱 以及 积分兑换 等途径获得!

3、本站资源大多存储在云盘,如出现链接失效请评论反馈,如有密码,均为:www.ipipn.com。

4、所有站内资源仅供学习交流使用。未经原版权作者许可,禁止用于任何商业环境,否则后果自负。为尊重作者版权,请购买正版作品。

5、站内资源来源于网络公开发表文件或网友分享,如侵犯您的权益,请联系管理员处理。

6、本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!

7、源码、模板等资源会随着技术、坏境的升级而存在部分问题,还请慎重选择。

PS.源码均收集自网络,如有侵犯阁下权益,请发信件至: [email protected] .


源站网 » 运维系列:常用VPS测速脚本

发表评论

赞助本站发展 维持服务器消耗

全站源码免费下载 立刻赞助