Re: Problem with dgramrcvbuf [message #38170 is a reply to message #38169] |
Wed, 25 November 2009 13:51  |
khorenko
Messages: 533 Registered: January 2006 Location: Moscow, Russia
|
Senior Member |
|
|
Quote: | I tried to to view sockstat inside my container with
# cat /proc/net/sockstat
but the file seems to be empty. There is no output at all. Is that normal?
|
Yes, this is normal.
Quote: | On the host machine I get this output:
TCP: inuse 261 orphan 0 tw 1 alloc 299 mem 40
UDP: inuse 207 mem 57
RAW: inuse 1
FRAG: inuse 0 memory 0
|
Well, this is not much. i'd suggest just monitor this file, for example, write a script in cron which will dump the info to a file every, say, 15 minutes. And if the node will be again unresponsive from the asterisk's point of view - just check that log: if you see big numbers - that's it.
Quote: | But it could be. Unfortunately the bug still exists in current asterisk versions.
|
A patch attached to that bug known to fix that problem, so if you get the confirmation that you hit the same problem - it is worth to recompile asterisk from sources with that patch applied.
Hope that helps.
--
Konstantin
If your problem is solved - please, report it!
It's even more important than reporting the problem itself...
|
|
|