一、cpu压力测试

1、安装stress软件

sudo apt-get install stress

#加压

nohup stress --cpu 8 &

#查看cpu负载

top

 

相关文章: