原文地址:http://blog.csdn.net/miaouu/archive/2010/04/14/5484355.aspx
PS命令查看進(jìn)程詳細(xì)參數(shù)
android ps 命令執(zhí)行完后,會(huì)有下列各項(xiàng)值:“USER PID PPID VSIZE RSS WCHAN PC NAME”,代表的意思分別是:
VSIZE:進(jìn)程的虛擬內(nèi)存大小;
RSS: 進(jìn)程分配到得物理內(nèi)存大小;
WCHAN:address of the kernel function where the process is sleeping,Running tasks will display (0) in this column.
其他的再說。