###mprime mkdir Prime95 tar xvf p95v308b17.linux64.tar.gz -C Prime95 cd Prime95 :' Join Gimps N(default Y) Number of cores to torture test Enter(default 满核) Choose a type of torture test to run 温度选1 1 = Smallest FFTs (tests L1/L2 caches, high power/heat/CPU stress). 2 = Small FFTs (tests L1/L2/L3 caches, maximum power/heat/CPU stress). 3 = Large FFTs (stresses memory controller and RAM). 4 = Blend (tests all of the above). (default 4) 3 内存测试 4 全部测试 Customize setting N(default N) Run a weaker torture test N(default N) Accept the answers above Y(default Y) ' ./mprime -t echo "*/10 * * * * date "+%Y%m%d_%H%M%S" >> /root/sensors.out && sensors >> /root/sensors.out" > /var/spool/cron/root echo "*/10 * * * * date >> /root/sensors.out && sensors >> /root/sensors.out" > /var/spool/cron/root id sensors | grep Package | awk '{printf $3}' 温度 sensors | grep Package | awk '{printf $4}'