From owner-freebsd-net@FreeBSD.ORG Fri Mar 28 17:02:31 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37FEF106566B for ; Fri, 28 Mar 2008 17:02:31 +0000 (UTC) (envelope-from sinister@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id DDBAF8FC1D for ; Fri, 28 Mar 2008 17:02:30 +0000 (UTC) (envelope-from sinister@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so501494pyb.10 for ; Fri, 28 Mar 2008 10:02:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; bh=L+XE7LSZOwyGYU3beUlVm8fWaFFUrjqjsE4wH76H5jo=; b=Xa3yXthbnDPT1IItCa8taun2OH6G9x0HqObIu2M7r5skVgTrPJo85kE4DYq8wKNaXPNSbyPpQtaD9u7n739JDoeXLRIxm27anOjB+G1COH2b8xb/zfT1wKLFPORMkknhM5hoewgZSzvnXCb6pR6mACNp/FgaagN1mhDOEmIrFGA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=GRG+OwxbRA/nsYDYkyEbFCXt/Y/CQzduF5DDzch4k87kUv7W2D/UZUoLGHkeJh0G2G61VWWVHzdF0cA5C6Z3FraJqAN/p9tZ+zWM64w95vI9jn8fV1OcDcGzX/F3Vzp+KjCgEYD47MXVsYZ3ZQNUcIHH+6I6+pT7x3GWEYOV0fw= Received: by 10.35.28.12 with SMTP id f12mr5824953pyj.45.1206723749842; Fri, 28 Mar 2008 10:02:29 -0700 (PDT) Received: from dts ( [216.8.139.47]) by mx.google.com with ESMTPS id y78sm6353805pyg.17.2008.03.28.10.02.28 (version=SSLv3 cipher=RC4-MD5); Fri, 28 Mar 2008 10:02:28 -0700 (PDT) Message-ID: <019c01c890f5$95155690$0200a8c0@dts> From: "Sin" To: Date: Fri, 28 Mar 2008 13:03:00 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: netstat -s bridge question X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 17:02:31 -0000 I've noticed there's a new way to bridge NIC's on BSD. But the new way = doesn't show bridging stats in " netstat -s " here's netstat -s from 6.2 RELEASE. -- Bridging statistics (bdg) -- Name In Out Forward Drop Bcast Mcast Local = Unknown sk0:1 23889560 19694957 32228 0 3969 304695 23548555 = 113 sk1:1 373597 1245545 23588 0 4127 3 345340 = 539 sk2:1 98950 939430 0 0 39 275 98636 = 0 rl0:1 0 759073 0 0 0 0 0 = 0 ed1:1 20892045 25355369 5670 0 0 21 20886350 = 4 ed2:1 368726 1101166 11086 0 519 306 356813 = 2 Anyone know how to get a stat like this with the newer method in 6.3/7.0 = ?