dhcpd capacity

Simon Hobson dhcp1 at thehobsons.co.uk
Wed Nov 7 22:20:31 UTC 2007


fadey wrote:
>what I've done is run dhcpd like this:
>
>dhcpd -d -f 2>/dev/null
>
>I could not found anything in the config file to disable logging. But I
>guess sending it to /dev/null eliminates the conserns of delay due to
>disk operations. Please, correct me if I'm wrong.

You can configure syslog to discard the logging by excluding it from 
all the log definitions. But in any case, if you make logging async, 
then it will cease to be a significant bottleneck on the DHCP server 
(if it ever was).

With async logging, the logs are buffered and written to disk in 
larger blocks - instead of being written for every line of logging.



More information about the dhcp-users mailing list