Summary of commonly used performance test scripts for VPS servers

Summary of commonly used performance test scripts for VPS servers

Here is a common one-click performance test script for VPS servers. It can be used to test the configuration and performance of the machine, as well as the network speed and hard disk performance of the VPS server.

Some test scripts are collected here. The scripts are all from the Internet. The author information is included in the code. Thanks to the Internet masters for providing 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 from 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 tests VPS server configuration information, CPU/memory/hard disk performance, and global node speed test

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 routing tool

#Download for Windows operating system: 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

The test of 91YUN includes: general system parameter detection, bandwidth test, IO test and national ping test, download test, routing test and return routing test. The following code can be copied directly to the machine for use, and an HTML page 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"

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • VPS builds offline download server (post-network disk era)
  • Share ten cheap VPS hosts - VPS server website building and application service experience
  • Win2003 cloud server or VPS website program pool adjustment settings tips
  • How to remotely manage and connect cloud hosts and VPS (servers)
  • Steps to build LNMP HTTP web server under VPS CentOS-6
  • The problem of linux vps server processes kswapd0 and events/0 consuming a lot of CPU
  • Several ways to easily import and export MySQL databases on Linux VPS/servers
  • Configure Squid server on Xen-based VPS

<<:  The HTML 5 draft did not become a formal standard

>>:  Understanding render in Vue scaffolding

Recommend

How to use node to implement static file caching

Table of contents cache Cache location classifica...

Vue implements QR code scanning function (with style)

need: Use vue to realize QR code scanning; Plugin...

Solution to the problem of passing values ​​between html pages

The first time I used the essay, I felt quite awkw...

Detailed explanation of the use of stat function and stat command in Linux

stat function and stat command Explanation of [in...

Vue image cropping component example code

Example: tip: This component is based on vue-crop...

MySQL scheduled backup solution (using Linux crontab)

Preface Although some love in this world has a pr...

Solve the problem of docker container exiting immediately after starting

Recently I was looking at how Docker allows conta...

Detailed explanation of MySQL index principles and optimization

Preface This article was written by a big shot fr...

Sample code for implementing rolling updates of services using Docker Swarm

1. What is Docker Swarm? Docker Swarm is a cluste...

How to uninstall and reinstall Tomcat (with pictures and text)

Uninstall tomcat9 1. Since the installation of To...

Common rule priority issues of Nginx location

Table of contents 1. Location / Matching 2. Locat...

In-depth analysis of MySQL 8.0 redo log

Table of contents Preface Generation of redo log ...

Linux MySQL root password forgotten solution

When using the MySQL database, if you have not lo...

MySQL users and permissions and examples of how to crack the root password

MySQL Users and Privileges In MySQL, there is a d...