linux下查看進程內存使用狀況

動態查看一個進程的內存使用php 一、top命令 top -d 1 -p pid [,pid ...] //設置爲delay 1s,默認是delay 3s 若是想根據內存使用量進行排序,能夠shift + m(Sort by memory usage)code   靜態查看一個進程的內存使用排序  一、pmap命令 pmap pid 二、ps命令 ps aux|grep process_name
相關文章
相關標籤/搜索