冰恋 发表于 2018-8-24 09:55:15

adb shell top

  PID:进程在系统中的ID
  CPU% - 当前瞬时所以使用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]
查看完整版本: adb shell top