Hello everyone!

I was wondering if it is possible to get information about a packet that is being possessed by the worker without increasing log level?

I have an installation with Kamailio that is configured with two interfaces. Once in a while Kamailio stops accepting requests on one of the interfaces. It works fine for requests from other one. I think that worker processes might be locked while processing some requests. Enabling debug log is not an option because the traffic is quite high and the log file will not just be enormous, some lines will be missing. It looks like syslog will skip some of the log entries.

So is it possible to check what packet worker process is currently processing? Or do I need to add some log entries with lower log level to trace requests manually?

Thank you!