4

使用标准的 linux shell,我可以ps用来获取进程信息,包括 ram 和 cpu。

adb shell等价物上,我没有看到 CPU 使用情况:

root@generic_x86:/ # ps
USER     PID   PPID  VSIZE   RSS    WCHAN    PC        NAME
u0_a99   3129  947   1630132 156124 ffffffff b753f355 S com.example.app

如何在 shell 中查看应用程序的 CPU 使用情况?

4

0 回答 0