原文地址:http://blog.csdn.net/miaouu/archive/2010/04/14/5484355.aspx
PS命令查看進程詳細參數
android ps 命令執行完后,會有下列各項值:“USER PID PPID VSIZE RSS WCHAN PC NAME”,代表的意思分別是:
VSIZE:進程的虛擬內存大小;
RSS: 進程分配到得物理內存大小;
WCHAN:address of the kernel function where the process is sleeping,Running tasks will display (0) in this column.
其他的再說。
posted on 2010-06-09 21:55
漂漂 閱讀(1321)
評論(0) 編輯 收藏 引用 所屬分類:
android 開發