From owner-freebsd-hackers Wed Jan 31 0:50:14 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from www.aprcity.ru (b.primesite.ru [194.85.132.55]) by hub.freebsd.org (Postfix) with ESMTP id C9E2E37B491 for ; Wed, 31 Jan 2001 00:49:55 -0800 (PST) Received: from infodep01 (info-dep-01.aprcity.com [172.16.0.37]) by www.aprcity.ru (8.9.3/8.9.3) with SMTP id LAA71446 for ; Wed, 31 Jan 2001 11:57:12 +0300 (MSK) Message-ID: <02f801c08b62$a1f7c780$250010ac@aprcity.com> From: "Zaitsev Serg" To: Subject: 'netstat -inb' short byte counters Date: Wed, 31 Jan 2001 11:48:50 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I like to use 'netstat -inb' for monthly looking how much bytes in/out on particular network device (xl2, for me) on FreeBSD 4.2-release. But counters look like a modus of 2^32 (4294967296, unsigned double word). It's so little for my needs. Are there user way to enlarge counters to 64 bits? Hints for tweaking is very appreciated. Thanks, Zaitsev Serg, root@aprcity.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message