ubuntu查看内存及cpu使用情况

单独查看内存使用情况的命令:

free -m

查看内存及cpu使用情况的命令:

top

安装htop工具,查看更直观

安装命令如下:sudo apt-get install htop
安装完后,直接输入命令:htop

htop

更多推荐