From owner-freebsd-net Tue Aug 31 12:14:25 1999 Delivered-To: freebsd-net@freebsd.org Received: from mail-relay2.yahoo.com (mail-relay2.yahoo.com [206.251.17.77]) by hub.freebsd.org (Postfix) with ESMTP id 3A5ED159A6 for ; Tue, 31 Aug 1999 12:14:22 -0700 (PDT) (envelope-from jayanth@yahoo-inc.com) Received: from borogove.yahoo.com (borogove.yahoo.com [205.216.162.65]) by mail-relay2.yahoo.com (8.9.3/8.9.3) with ESMTP id MAA28051 for ; Tue, 31 Aug 1999 12:13:33 -0700 (PDT) Received: from yahoo-inc.com (milk.yahoo.com [206.132.89.117]) by borogove.yahoo.com (8.9.3/8.9.3) with ESMTP id MAA27934 for ; Tue, 31 Aug 1999 12:13:32 -0700 (PDT) Message-ID: <37CC2957.EA538FB4@yahoo-inc.com> Date: Tue, 31 Aug 1999 12:13:27 -0700 From: jayanth X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 2.2.8-STABLE i386) MIME-Version: 1.0 To: fbsdnet Subject: netstat question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org when the no. of mbufs allocated is > 64k the netstat -m command shows only upto 64k and then wraps around for "mbufs in use" and "mbufs allocated to packet headers", because the mbstat.m_types is of type "short" . Should the mbstat.m_types field be an "int" ? jayanth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message