server health check Print

  • server health, sensors, load test, processor check, ram check, cooling test
  • 0

sudo yum install epel-release -y
sudo yum install stress -y
yum install lm_sensors

Processor count:
iostat -x 1

Cooling test:
sensors

Memory error check:
dmesg | grep -i error

CPU load test for 12 load:
stress --cpu 12 --vm 2 --vm-bytes 4G --timeout 3600

CPU load test for 10 load:
stress --cpu 10 --vm 2 --vm-bytes 4G --timeout 3600


Was this answer helpful?

« Back

Leave a Message
We are currently offline.