当前位置: 技术问答>linux和unix
Linux里面什么命令看程序占用的内存
来源: 互联网 发布时间:2016-11-06
本文导语: 一个应用在LINUX上面跑。用什么命令可以看到程序,或者项目运行时候占用的内存大小。 | top ps 。。。。 | 试试ps aux|grep | 1.top命令查看%MEM 2。 free ...
一个应用在LINUX上面跑。用什么命令可以看到程序,或者项目运行时候占用的内存大小。
|
top ps 。。。。
|
试试ps aux|grep
|
1.top命令查看%MEM
2。 free
total used free shared buffers cached
Mem: 8118112 7281204 836908 0 183696 5845524
-/+ buffers/cache: 1251984 6866128
Swap: 5245180 236 5244944
3。/proc/进程ID/status 中查看VmSzie
2。 free
total used free shared buffers cached
Mem: 8118112 7281204 836908 0 183696 5845524
-/+ buffers/cache: 1251984 6866128
Swap: 5245180 236 5244944
3。/proc/进程ID/status 中查看VmSzie
|
top吧,直观点
|
swap
查看系统信息
查看系统信息
|
top 或者 ps aux
|
free
[root@localhost hx]# free
total used free shared buffers cached
Mem: 1035108 683384 351724 0 105976 474256
[root@localhost hx]# free
total used free shared buffers cached
Mem: 1035108 683384 351724 0 105976 474256