Summary of Common Performance Test Scripts for VPS Server

  • 2021-09-20 21:56:45
  • OfStack

Share 1 commonly used VPS server 1 key performance test script, which can be used to test the configuration and performance of the machine, and test the network speed and hard disk performance of VPS server.

Here to collect a number of test scripts, scripts are from the network, the code has author information, thanks to the network gods to provide such excellent tools.

1. SuperBench

Superbench tests VPS server configuration information, IO performance, and network speed to domestic nodes

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

2. SuperSpeed

SuperSpeed tests the network speed of VPS server to domestic nodes

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

3. Serverreview-Benchmark

Serverreview-Benchmark test VPS server configuration information, CPU/memory/hard disk performance, global node speed measurement

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

4. Best Trace

Best Trace is a visual route tracing tool

# Windows operating system download: https://cdn.ipip.net/17mon/besttrace.exe

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

5. ZBench

# Chinese version:
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh & & bash ZBench-CN.sh
# Or English version:
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh & & bash ZBench.shli

6. 91Yuntest

91YUN, the test includes: routine system parameter test, bandwidth test, IO test and national ping test, download test, routing test and backhaul routing test. The following code can be copied directly to the machine for use, and html pages will be generated by default.

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"


Related articles: