From owner-freebsd-isp Fri Jun 23 7:12:22 2000 Delivered-To: freebsd-isp@freebsd.org Received: from adsl-63-201-55-218.dsl.snfc21.pacbell.net (adsl-63-201-55-218.dsl.snfc21.pacbell.net [63.201.55.218]) by hub.freebsd.org (Postfix) with ESMTP id 40E4737B867 for ; Fri, 23 Jun 2000 07:12:18 -0700 (PDT) (envelope-from jwgray@netbox.com) Received: from netbox.com (localhost [127.0.0.1]) by adsl-63-201-55-218.dsl.snfc21.pacbell.net (8.9.3/8.9.3) with ESMTP id HAA93586; Fri, 23 Jun 2000 07:09:51 -0700 (PDT) (envelope-from jwgray@netbox.com) Message-ID: <39536FAF.3FEE41A7@netbox.com> Date: Fri, 23 Jun 2000 07:09:51 -0700 From: Jeff Gray X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: named resources Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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