购买了VPS主机后,最重要就是要知道自己购买的VPS主机性能是否合格。不过,很多人不知道如何查看自己购买的VPS主机的型号、配置等信息,同时由于Linux基本上都是依赖命令,有些经常不用的命令基本上很难记住,另外一些综合性能还需要综合跑分工具。 这篇文章就来分享一下VPS主机和服务器常用检测脚本,主要是VPS主机的CPU、内存配置信息,磁盘IO速度,线路去程和回程线路以及VPS主机的综合性能测试工具,基本上都是从网络上收集过来的,希望对大家测试VPS主机性能和速度有所帮助。 一、综合检测脚本
- bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)
- 或
- bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecs/raw/main/ecs.sh)
复制代码 二、三网测速
- bash <(curl -Lso- https://bench.im/hyperspeed)
- 或
- bash <(wget -qO- https://bench.im/hyperspeed)
复制代码 三、三网回程路由
- wget -qO- git.io/besttrace | bash curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
复制代码 四、流媒体检测
- bash <(curl -sSL https://git.io/JswGm)
复制代码 五、一键开启/关闭Swap
- wget --no-check-certificate https://dl.233.mba/d/sh/swap.sh && bash swap.sh
复制代码
|