<html><body>
<div>
        Hello Admins</div>
<div>
        When i run :</div>
<div>
        #netstat -an |grep udp |wc</div>
<div>
        it returns a number which is lower than the output of rndc status recursive 
clients.</div>
<div>
        what is the difference between netstat -an |grep udp |wc(open udp ports to 
dns server) and amount of recursice clients in the rndc status command?</div>

<div>
        I thinked they should present the same value? doesnt it?</div>
<div>
        Does the difference point the cache hints?</div>
<div>
        here is my values:</div>
<div>
        <br />
        ns1# netstat -an | grep udp | wc<br />
             630    3150   42210<br />
        ns1# netstat -an | grep tcp | wc<br />
              22     
132    1669<br />
        ns1# rndc status<br />
        version: 9.7.3-P1 (version not currently available)<br />
        CPUs found: 4<br />
        worker threads: 4<br />
        number of zones: 18<br />
        debug level: 0<br />
        xfers running: 0<br />
        xfers deferred: 0<br />
        soa queries in progress: 0<br />
        query logging is OFF<br />
        recursive clients: 1497/9900/10000<br />
        tcp clients: 3/1000<br />
        server is up and running</div>
<div>
         </div>
<div>
        Regards<br />
        Iman</div>
</body></html>