随笔 - 224  文章 - 41  trackbacks - 0
<2010年3月>
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910

享受编程

常用链接

留言簿(11)

随笔分类(159)

随笔档案(224)

文章分类(2)

文章档案(4)

经典c++博客

搜索

  •  

最新评论

阅读排行榜

评论排行榜

原文地址: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 漂漂 阅读(1306) 评论(0)  编辑 收藏 引用 所属分类: android 开发