Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2000 21:08:27 -0400
From:      Jerry Bell <jerry@bellnetworks.net>
To:        "Jeff Gray" <jwgray@netbox.com>, <freebsd-isp@FreeBSD.ORG>
Subject:   Re: named resources
Message-ID:  <000b01bfdd78$b462efa0$f6bbb1d0@bellnetworks.net>
References:  <39536FAF.3FEE41A7@netbox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Since DNS is UDP based (which is connectionless), you won't be able to use
netstat.  You can use the 'ndc stats' command and look at the named.memstats
file it generates to get the number of requests it has serviced.

Hope that helps.

Jerry
----- Original Message -----
From: "Jeff Gray" <jwgray@netbox.com>
To: <freebsd-isp@FreeBSD.ORG>
Sent: Friday, June 23, 2000 10:09 AM
Subject: named resources


> Am considering setting up another name server.  To properly spec it
> decided to get some idea of the bandwidth is consumes on one of our
> current nameservers.
>
> netstat|grep -c dom
>
> Thought this should give me the current number of connections but.....
> it gives a fixed number of connections.
> That is, each time I run it over a two day period Iget the same output.
>
> netstat| grep LISTEN| grep -c dom
>
> This cuts the number in half, removes the udp connections, but as it is
> half it too is constant.
>
> How to get  the munber of current named connections ?
>
> Other advice also happily accepted.
>
> Thanks
> jeff
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-isp" in the body of the message
>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01bfdd78$b462efa0$f6bbb1d0>