zoukankan      html  css  js  c++  java
  • 常用的VPS服务器性能测试脚本

    转载:https://wangdalao.com/2165.html

    分享一下常用的VPS服务器一键性能测试脚本,可以用来测试机器的配置和性能,测试VPS服务器的网络速度,硬盘性能等。

    这里收集一些测试脚本,脚本均来自于网络,代码内有作者信息,感谢网络大神们提供这么优秀的工具。

    一、SuperBench

    Superbench 测试VPS服务器配置信息、IO性能、到国内节点的网速

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

    二、SuperSpeed

    SuperSpeed 测试VPS服务器到国内节点的网速

    1. wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh
    2. chmod +x superspeed.sh
    3. ./superspeed.sh

    三、Serverreview-Benchmark

    Serverreview-Benchmark 测试VPS服务器配置信息、CPU/内存/硬盘性能、全球节点测速

    1. yum install curl -y
    2. curl -LsO https://raw.githubusercontent.com/sayem314/serverreview-benchmark/master/bench.sh
    3. chmod +x bench.sh
    4. ./bench.sh -a share

    四、Best Trace

    Best Trace 是一款可视化路由跟踪工具

    #Windows操作系统下载:https://cdn.ipip.net/17mon/besttrace.exe

    #MacOS下载:https://itunes.apple.com/us/app/best-trace/id1037779758?l=zh&ls=1&mt=12

     

    五、ZBench

    1. # 中文版:
    2. wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh
    3. # 或者英文版:
    4. wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.shli

    六、91Yuntest

    91YUN大佬的,测试包含:常规系统参数检测,带宽测试,IO测试和全国ping测试、下载测试、路由测试、回程路由测试。下面代码直接复制到机器使用即可,默认会生成html页。

    1. wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test.sh && bash test.sh -i "io,bandwidth,chinabw,download,traceroute,backtraceroute,allping,gotoping"
  • 相关阅读:
    文件格式——gff格式
    文件格式——fastq格式
    Java 8 新特性:1-函数式接口
    10分钟学会JAVA注解(annotation)
    spring MVC 乱码问题
    Tomcat 连接池详解
    DBCP连接池配置参数说明
    spring 事务无效解决方法
    spring mvc 存取值
    使用Criteria 实现两表的左外连接,返回根对象
  • 原文地址:https://www.cnblogs.com/-wenli/p/13934317.html
Copyright © 2011-2022 走看看