How get memory and cpu usages of user's processes?

I have the processes (100+) by the oracle id and I'd to get the summarized view of the oracle processes' usage of the memory and the cpu.
top would give me some, but not all.
Thanks

Check this.

thanks, I will look into.

prstat -a 

shows summarized statistics.

1 Like