摘要: /* #!/bin/bash #计算cpu使用率, -n number:指定在结束前应该产生的最大迭代次数或帧数,一般迭代次数越大,获取到的cpu使用率越准确; 本脚本中是迭代了5次,"-n5" cpu=`top -b -n2 | fgrep "Cpu(s)" | tail -1 | awk -F' 阅读全文
posted @ 2021-11-13 00:17 1769987233 阅读(50) 评论(0) 推荐(0) 编辑