One other interesting tidbit.  On my krillin, on average there are
roughly ~200 processes running.  Looks like almost half (87) of them are
connected to the system bus.  You can use the following command to see
how many sockets exist for any dbus processes, and then you need to
figure out which one is the system bus daemon ( usually the one with the
lower PID ):

sudo netstat -nap | grep dbus | grep CONNECTED | awk '{print $8}' | sort
| uniq -c

Note, this compares to 55 processes on my desktop connected to the
system bus.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1480877

Title:
  Access points' "PropertiesChanged" dbus signals freeze UI on mobile
  devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1480877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to