CPU
*Linux 64 bit OS下载方式
wget https://cdn.pmylund.com/files/tools/cpuburn/linux/cpuburn-1.0-amd64.tar.gz
- Linux 32 bit OS 下载地址
https://cdn.pmylund.com/files/tools/cpuburn/linux/cpuburn-1.0-i386.tar.gz
解压:
tar -xzvf cpuburn-1.0-amd64.tar.gz
cd cpuburn
运行:
./cpuburn -n 2 -u 5 #-n 2 表示运行在cpu的其中两个核心上 -u 5表示没5秒更新一次
后台运行
nohup ./cpuburn -n 6 -u 5 &
查看进程
ps -ef | grep cpuburn
关闭进程
kill 22541
make
内存
在Linux系统的服务器上使用Memtester进行内存压力测试
nohup memtester 10G &
查看进程
ps -ef |grep memtester