Bug#1012227: webkitgtk: CPU usage

tmcconnell168 at gmail.com tmcconnell168 at gmail.com
Sat Jun 11 19:21:48 BST 2022


This might seem like a stupid question, however; I noticed that when
the CPU was at 100% usage WebKitWebProcess had two PIDs. If I can get
it to do it again so I need to run the command for each PID or can I
run sudo perf top -pPID1 -pPID2 --sort dso,symbol? 
Thanks! 
Tim
-- 
 <tmcconnell168 at gmail.com>


On Fri, 2022-06-10 at 16:34 +0000, Alberto Garcia wrote:
> On Fri, Jun 10, 2022 at 11:27:39AM -0500,
> tmcconnell168 at gmail.com wrote:
> >  5533 tmick     20   0   84.3g 620608  60480 R  98.3   8.7  
> > 4:36.70 WebKitWebProces
> 
> > Running sudo perf top -pPID --sort dso,symbol told me gave me
> 
> Here -pPID would have the number of the process that is using the
> CPU,
> in your case
> 
> sudo perf top -p5533 --sort dso,symbol
> 
> Berto



More information about the Pkg-webkit-maintainers mailing list