[syslog-ng] interrogate daemon for parameter values?

Matt Zagrabelny mzagrabe at d.umn.edu
Fri Mar 27 17:44:16 CET 2015


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


More information about the syslog-ng mailing list