bind-9.10.0-P2 memory leak?

staticsafe me at staticsafe.ca
Wed Sep 10 03:29:37 UTC 2014


On 9/9/2014 23:17, Len Conrad wrote:
> 
>  cat /usr/local/bin/bind_rss_history.sh 
> 
> #!/bin/sh
> touch /var/tmp/bind_rss_history.txt
> 
> RSS=`ps auxw | awk '/^bind.*named/{print $6}'`
> 
> NOW=`date "+%Y-%m-%d %H:%M:%S"`
> 
> echo "$NOW $RSS" | awk '{printf "%10s%10s%11s\n",$1,$2,$3}' >> /var/tmp/bind_rss_history.txt
> 
> exit 0

Thanks!

-- 
staticsafe
https://staticsafe.ca


More information about the bind-users mailing list