On 2022-05-26, tmcconnell...@gmail.com <tmcconnell...@gmail.com> wrote: > Hi List, > I'm getting high CPU usage from WebKitWebProcess (50% or higher) on my > machine and would like to know how to find what is being a CPU hog, for > one. And how to report it? > Thanks in advance. > Tim
This works for me to find the "top" (I was going to say *use* 'top', but since nobody else did, doubt eroded my confidence in my own advice, and then 'top' can difficult to interpret): ps -eo pid,ppid,cmd,%mem,%cpu --sort=-%mem | head Top processes by ram/cpu.