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
3. Serverreview-Benchmark Serverreview-Benchmark tests VPS server configuration information, CPU/memory/hard disk performance, and global node speed test
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
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.
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:
|
<<: The HTML 5 draft did not become a formal standard
>>: Understanding render in Vue scaffolding
Table of contents 1. Introduction 2. Deployment E...
Today a client wants to run an advertisement, and ...
This article example shares the specific code of ...
This is a pretty cool feature that makes web page...
Worms replicate, as the name implies, by themselv...
Table of contents Build a Docker image using Dock...
1. Environment Ubuntu 16.04 running on a virtual ...
This article shares the specific code of the jQue...
I personally feel that the development framework ...
Preface For production VPS with public IP, only t...
Logpoint-based replication 1. Create a dedicated ...
In MySQL, most indexes (such as PRIMARY KEY, UNIQ...
Basic structure: Copy code The code is as follows:...
There is often a scenario where the image needs t...
Let's imitate Taobao's function of displa...