Fork me on GitHub

Linux查看内存

1

方法一: free
直观的展示Linux系统内存使用及交换区的容量大小
2
方法二: top
动态实时查看系统中每一个进程的资源使用情况
3
方法三: cat /proc/meminfo
4
方法四: gnome-system-monitor一个显示最近一段时间内的CPU、内存、交换区及网络使用情况的识图工具。
5
方法五: ps aux –sort -rss各个线程的资源使用情况。
6
方法六: vmstat -s vmstat命令显示实时的和平均的统计,覆盖CPU、内存、I/O等内容。

Your support will encourage me to continue to create!