On Thu, Nov 20, 2014 at 06:25:34PM -0600, Ciaby wrote:
E.g. attach
with gdb to the running process and do the bt full thing
again?
(gdb) bt
#0 0x00007f0b2de51663 in select () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007f0b2e794a9a in osmo_select_main (polling=0) at select.c:128
well that is to be expected? But if the app takes 99% time if you manually
sample with continue/CTRL+C/bt full. Where does it spend the time? Alternatively
you can use "perf top -p `pidof osmo-nitb`" to have a better overview.