android ps 命令执行后各项值的含义

android ps 命令执行后各项值的含义

原文地址: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.
    其他的再说。

你可能感兴趣的:(android ps 命令执行后各项值的含义)