27 Mar
2015
27 Mar
'15
5:44 p.m.
Greetings, Is there a way to interrogate the running daemon to find out what the *effective* value is for things? For instance, I'd like to know what the effective value of so_rcvbuf is for a udp source. cat /proc/sys/net/core/rmem_default 1024 syslog-ng.conf: udp(); # uses default value of 0 service syslog-ng start echo 512 > /proc/sys/net/core/rmem_default Here is where I'd like to interrogate the running daemon and find that the udp driver is using a value of 1024 for so_rcvbuf. Any chance of doing that? Thanks! -m