CPU per-process usage percentage - Details needed

Hai,

For my custom board, I have enabled "Show CPU per-process usage
percentage" option in my kernel but I cant get the per process usage
details from the TOP command.

                   Process Utilities --->

                             [*]
top

                             [*] Show CPU per-process usage
percentage

                             [*] Show CPU global usage
percentage

With these options enabled Top command shows the mem usage for the
whole application, not the per task usage. Need to check whether any
other options to be enabled other than what we have enabled.

Hi Chinnathambi M,

Did you try "man top" command?

CPU per process usage is column #7, in your example "Application1"
eats 14% of Memory and 100% of CPU (busy loop?).

Cheers,
Max.