侧边栏壁纸
  • 累计撰写 113 篇文章
  • 累计创建 153 个标签
  • 累计收到 163 条评论
标签搜索

目 录CONTENT

文章目录

vps常用测试脚本

WENJIE
2022-10-31 / 0 评论 / 1 点赞 / 1,185 阅读 / 792 字 / 正在检测是否收录...
广告 推荐

本文将整理vps常用的测试脚本,所有资源来自于网络,若有侵权,请联系我删除,另外感谢脚本的作者们!

Bench.sh

  1. 显示当前测试的各种系统信息;
  2. 取自世界多处的知名数据中心的测试点,下载测试比较全面;
  3. 支持 IPv6 下载测速;

使用方法:

wget -qO- bench.sh | bash
curl -Lso- bench.sh | bash

演示图:

截屏2022-10-31 14.12.00


SuperBench.sh

使用方法:

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

或者

curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superb

演示图:

截屏2022-10-31 14.18.42

LemonBench.sh

  1. 服务器基础信息(CPU信息/内存信息/Swap信息/磁盘空间信息等);
  2. Speedtest网速测试 (本地到最近源及国内各地域不同线路的网速);
  3. 磁盘测试(4K块/1M块 直接写入测试);
  4. 可以进行简单的流媒体测试;

使用方法:

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

或精简版

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

演示图:

截屏2022-10-31 14.17.16

流媒体检测:

看看你的vps是否支持奈飞等多种流媒体!

使用方法:

wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf

演示图:

截屏2022-10-31 14.24.41

1

评论区