Recently the company purchased a batch of servers, so collected some copy machine software to test the server hardware performance. Hardware stability is relatively important, 7x24 hours uninterrupted operation, mainly see three hardware: CPU, memory, hard disk.
The following is a collection of some of the tutorials, may have been invalid URLs, but can be based on the software name to find some of the use of tutorials.
Professional testing software for LTP, but the function is too complex, not read. Reference: HTTPS://GITHUB.COM/LINUX-TEST-PROJECT/LTP
First, the pressure test software:
- Stresslinux
- Super Pi
- Prime
- Mprime
- Nbench
- Cpuburn
- Gamut
- Mersenne prime
- Stress
- CPU Burn-in
- Memtester
- Memtest86
- memtest86++
- System Stability Tester
- Bonnie++/hpl_test (not a dedicated stress test software)
Second, the CPU test:
Tool One: Cpuburn
PU burn-in is a stability test tool designed for overclocking enthusiasts.
CPU burn-in can "heat" any x86 CPU to the limit temperature can withstand, through the built-in algorithm, constantly detect the CPU during overclocking operation error, so as to help overclocking enthusiasts to ensure that the application can run properly under the premise of the CPU to maximize the performance.
Official: http://users.bigpond.net.au/CPUburn/
wget http://users.bigpond.net.au/cpuburn/downloads/cpuburn-in.tar.gztar - XZVF cpuburn-in. Tar . gz. /cpuburn- in
Tool Two: Super Pi for Linux
Super pi is used to calculate Pi (pi) using the floating-point arithmetic of the CPU, so it is commonly used by overclocking players to test the stability of the system and to test the time required for a specific bit of pi after the CPU has been calculated.
http://www.super-computing.org/
Download page: ftp://pi.super-computing.org/
wget FTP://pi.super-computing.org/linux/super_pi.tar.gztar -xzvf super_pi. Tar . gz
- 20 is the number of digits. Indicates how many times to calculate the azimuth of 2, such as the 1M bit after the decimal points are usually counted.
Second, Memory test:
Tool: Memtester
Official: http://pyropus.ca/software/memtester/
wget http://pyropus.ca/software/memtester/old-versions/memtester-4.0.8.tar.gztar -XZVF memtester-4.0. 8. Tar . GZCD Memtester-4.0. 8 . Make Make Install
Memtester 2G Test 2G memory
Third, disk testing:
Tool: IOzone
Official: http://www.iozone.org/
wget http://www.iozone.org/src/current/iozone3_326.tartar -xvf iozone3_326. Tar CD iozone3_326/src/ Current make
0 1 5 -f/dev/md0
Reference:
Http://www.fengfly.com/plus/view-65237-1.html (the above part of the content is transferred from this article)
Linux Server pressure test/copy Machine software Collection