adb shell top
PID:进程在系统中的IDCPU% - 当前瞬时所以使用CPU占用率
#THR - 程序当前所用的线程数
UID - 运行当前进程的用户id
Name - 程序名称android.process.media
VSS - Virtual Set>
RSS - Resident Set>
PSS - Proportional Set>
USS - Unique Set> 一般来说内存占用大小有如下规律:VSS >= RSS >= PSS >= USS
引用自:http://blog.csdn.net/xyz_lmn/article/details/7002015
页:
[1]