A collection of common VPS scripts, including configuration testing, speed testing, DD system, everything you need

888u

Last update at :2024-03-04,Edit by888u

Many friends have asked before about the scripts used in some of the reviews on this blog. In fact, bloggers have also shared them one after another in their review articles, but not all reviews will be read, so today I will post the current Some of the scripts collected by bloggers will be shared and will be updated continuously. All content is collected online and some bloggers have made changes.

Preparation

During the testing process, a command error occurred. Generally, you need to install wget and curl first

Centos installation command

yum install wget -y
1 yum install wget -y

Debian/ubuntu installation command

apt-get install wget -y
1 apt-get install wget -y

When prompted with certificate issues, you can use the following command

bash <(wget --no-check-certificate -qO- https://github.com/Aniverse/inexistence/raw/master/inexistence.sh)
1 bash <(wget --no-check-certificate -qO- https://github.com/Aniverse/inexistence/raw/master/inexistence.sh)

Test configuration script

Lemon script

Testable configuration, IO, CPU, memory, routing

curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
12 curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast

SuperBench

Can test configuration, IO, network speed, etc.

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

Professional hard drive test script

Measure IO and network speed (can directly measure IPv6 network speed, foreign nodes)

curl -sL yabs.sh | bash wget -qO- yabs.sh | bash
12 curl -sL yabs.sh | bashwget -qO- yabs.sh | bash

Hardware Benchmark

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh chmod +x unixbench.sh ./unixbench.sh
123 wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.shchmod +x unixbench.sh./unixbench. sh

Dedicated server testing hardware script

wget -q https://github.com/Aniverse/A/raw/i/a && bash a
1 wget -q https://github.com/Aniverse/A/raw/i/a && bash a

Speed ​​test script

Lemon and SuperBench both have a speed test script, but they are basic tests with few nodes.

superspeed

Three network speed test, can be tested separately

bash <(curl -Lso- https://raw.githubusercontent.com/opear2008/superspeed/master/superspeed.sh) or bash <(curl -Lso- https://git.io/J1SEh)
123 bash <(curl -Lso- https://raw.githubusercontent.com/opear2008/superspeed/master/superspeed.sh)orbash <(curl -Lso- https: //git.io/J1SEh)

superbenchpro

Test configuration, IO, running scores, network speed

bash <(wget --no-check-certificate -O- https://dl.233.mba/sh/superbenchpro.sh)
12 bash <(wget --no-check-certificate -O- https://dl.233.mba/sh/superbenchpro.sh)

Routing test

Lemon script can directly test routing

The following script can directly test three-network routing, each network has three nodes

wget -qO- git.io/fphX1 | bash wget -qO- git.io/besttrace | bash
12 wget -qO- git.io/fphX1 | bashwget -qO- git.io/besttrace | bash

DD system script

One script DD various linux scripts

Come to Mengjia Boss

wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh
12 wget --no-check-certificate -O AutoReinstall.sh https://git.io/AutoReinstall.sh && bash AutoReinstall.sh

One-click script to install Windows system on a dedicated server

Install Windows 2003 system on kimsufi

Other test commands/scripts

View CPU information

cat /proc/cpuinfo
1 cat /proc/cpuinfo

Memory detection script

CentOS

yum install wget -y yum groupinstall "Development Tools" -y wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp gcc -l stdc++ memtester.cpp ./a.out
12345 yum install wget -yyum groupinstall "Development Tools" -ywget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cppgcc -l stdc++ memtester. cpp./a.out

Ubuntu / Debian

apt-get update apt-get install wget build-essential -y wget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cpp gcc -l stdc++ memtester.cpp ./a.out
12345 apt-get updateapt-get install wget build-essential -ywget https://raw.githubusercontent.com/FunctionClub/Memtester/master/memtester.cppgcc -l stdc++ memtester .cpp./a.out

BBR one-click installation script: https://www.771633.com/8611.htm

Recommended site search: registered domain name query, virtual host 99idc, Qingdao ip agent, personal domain name registration, legendary server rental, Ministry of Industry and Information Technology website registration, foreign domain name, cloud server vps, external network ip query, Hong Kong high-defense server rental, < /p>

A collection of common VPS scripts, including configuration testing, speed testing, DD system, everything you need

All copyrights belong to 888u unless special state
取消
微信二维码
微信二维码
支付宝二维码