Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] Apps hanging when writing to /dev/log


Jeremy Visser <jeremy.visser@xxxxxxxxx> writes:

> Still got absolutely no idea. Should I attach a gzipped copy of my
> syslog strace output (6.7K) to help get an idea?

You might try generating the strace output with the '-tt' option, which
causes strace to generate relative timestamps of the syscalls.

That should let you see which syscalls were delaying the process, and so
narrow it down to a specific set of options...

Regards,
        Daniel