当前位置: 技术问答>linux和unix
Linux 如何判断cpu是否持续偏高
来源: 互联网 发布时间:2017-01-28
本文导语: 想统计CPU持续偏高的那个点,不知如何来写代码,请大虾们赐教! | system("top -n 1 | grep Cpu ");然后 统计。 | system("top -n 1 | grep Cpu > file"); open("file"); read() unlink("file")...
想统计CPU持续偏高的那个点,不知如何来写代码,请大虾们赐教!
|
system("top -n 1 | grep Cpu ");然后 统计。
|
system("top -n 1 | grep Cpu > file");
open("file");
read()
unlink("file");
open("file");
read()
unlink("file");