After getting a Linux server, we usually do not directly install the system and use it. Instead, we need to use some scripts for testing to see if the performance of this server is similar to the description provided by the service provider.
I have also seen many video blogs on the Internet introducing some testing software scripts for Linux servers. We have also introduced some testing scripts before.
Green Bench can be used to test the basic information and disk read and write of the server.
curl -sL yabs.sh | bash
or
wget -qO- yabs.sh | bash
By directly running this script in the server, the situation of the server can be displayed directly.
You can compare the test results with the official information to see if there is any false propaganda by the official.
From the above pictures, you can see some information of the server. You can compare the tested hard disk read and write performance with the official instructions.