From owner-freebsd-net@FreeBSD.ORG Mon Mar 15 15:38:32 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB81E16A4CE; Mon, 15 Mar 2004 15:38:32 -0800 (PST) Received: from fep04-mail.bloor.is.net.cable.rogers.com (fep04-mail.bloor.is.net.cable.rogers.com [66.185.86.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECD043D31; Mon, 15 Mar 2004 15:38:32 -0800 (PST) (envelope-from mikej@rogers.com) Received: from [192.168.0.1] ([63.139.3.63]) by fep04-mail.bloor.is.net.cable.rogers.comESMTP <20040315233756.QHAZ3598.fep04-mail.bloor.is.net.cable.rogers.com@[192.168.0.1]>; Mon, 15 Mar 2004 18:37:56 -0500 Received: from 192.168.0.200 (SquirrelMail authenticated user mikej) by 192.168.0.1 with HTTP; Mon, 15 Mar 2004 18:38:28 -0500 (EST) Message-ID: <2650.192.168.0.200.1079393908.squirrel@192.168.0.1> Date: Mon, 15 Mar 2004 18:38:28 -0500 (EST) From: "Mike Jakubik" To: current@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep04-mail.bloor.is.net.cable.rogers.com from [63.139.3.63] using ID at Mon, 15 Mar 2004 18:37:56 -0500 cc: net@freebsd.org Subject: Byte counters reset at ~4GB X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 23:38:32 -0000 Hello, It seems that the byte counters (derived from netstat -nbi) reset at around 4 GB. Is there no way around this? It would be nice to be able to see an accurate display of totals. It just seems pointless to even have this, as 4 GB is just not that much anymore. I know this is a 32bit limitation of the variable, but that's just bad coding in my opinion (no offence intended), I mean there must be some way around this. Thank You.