«

Linux下的CPU频率,温度监控软件

叫个啥名字 发布于 阅读:370 linux


1.安装

cpupower:sudo apt install linux-tools-common linux-tools-generic

stress:   sudo apt install stress

htop: sudo apt-get install htop

2.使用

stress -c 4 -t 1000   4个核心压力测试,测试时间为1000s

watch -n 1 sudo cpupower monitor   查看CPU使用情况

htop  查看cpu使用情况

请先 登录 再评论