while [ true ]
do
echo "本次检测的时间是:"`date '+%Y-%m-%d %H:%M:%S'`
echo "---------------------------------------------------------------------------------------------"
echo "当前时刻CPU使用状况如下:"
echo "`top -n 1 |grep Cpu`"
echo "---------------------------------------------------------------------------------------------"
sleep 30
done
重定向到文件中看看,应该是输出了,你使用&后台进程,输出了你可能看不到