Linux 一行命令 查看 內存使用, cpu負載和使用率 查看內存使用情況 查看cpu平均負載, cpu使用率 > top -n1 | awk '/Cpu/{print "Cpu used: "$2} /average/{pri ...