Android dumpsys cpuinfo output explanation

1.3k views Asked by At

I am executing the adb shell dumpsys cpuinfo command on my android device,

which prints out something like this:

2.3% 7398/com.pkg.testapp: 2% user + 0.3% kernel / faults: 79 minor

Could anyone please explain the meaning of this output?

1

There are 1 answers

0
Ryszard Grzesica On BEST ANSWER

This is nothing more like reading of /proc// to unravel this look into ProcessCpuTracker.java and later on here man-proc