Ubuntu学习笔记:使用命令查看系统资源,内存使用情况
方法1 打开资源管理器→资源
gnome-system-monitor

方法2
top命令
方法3
下载htop
apt-get install htop

htop

方法4
du -h

内存
free -m

free -h
版权声明:本文为qq_53850321原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
gnome-system-monitor

方法2
top命令
方法3
下载htop
apt-get install htop

htop

方法4
du -h

内存
free -m

free -h