Comment 59 for bug 1199877

Revision history for this message
Colin Ian King (colin-king) wrote :

I ran health-check (ppa:colin-king/white) against unity-panel-service while navigating menus on gimp and thunderbird for 60 seconds and I observed on average over 60 seconds:

about 53 minor page faults per second,
nearly 1900 context switches a second,
over 260 recvfrom() syscalls per second,
over 8500 poll() syscalls that timed out with a zero timeout (which means there poll is being abused somewhere),
nearly 175K of heap growth per second via brk()
nearly 550K of memory growth per second via mmap()

Attached is the full log. This is a seriously leaky process with some excessive power consuming polling going on.