From owner-freebsd-current@FreeBSD.ORG Wed Apr 29 05:29:24 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80A26106564A for ; Wed, 29 Apr 2009 05:29:24 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 4D80F8FC1C for ; Wed, 29 Apr 2009 05:29:24 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id BD2747E837 for ; Tue, 28 Apr 2009 21:29:22 -0800 (AKDT) From: Mel Flynn To: freebsd-current@freebsd.org Date: Wed, 29 Apr 2009 07:29:20 +0200 User-Agent: KMail/1.11.2 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: <200904230627.16745.mel.flynn+fbsd.current@mailing.thruhere.net> In-Reply-To: <200904230627.16745.mel.flynn+fbsd.current@mailing.thruhere.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904290729.21239.mel.flynn+fbsd.current@mailing.thruhere.net> Subject: em(4) outgoing statistics broken (Was: Re: Statistics collection for TX no longer works) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2009 05:29:24 -0000 On Thursday 23 April 2009 06:27:16 Mel Flynn wrote: > Hi, > > I noticed when upgrading to KDE 4.2.2, the network monitor no longer showed > outgoing bandwidth. I blamed this on the app first, but after installing > net/bmon the problem is there as well. > > It uses int mib[] = {CTL_NET, PF_ROUTE, 0, 0, NET_RT_IFLIST, 0}; to read > if_msghdr structs and ifm->ifm_data.ifi_obytes. > > netstat has the same problem: > input (em0) output > packets errs bytes packets errs bytes colls > 199 0 63203 117 0 0 0 > 193 0 59995 97 0 0 0 > 185 0 63023 105 0 0 0 > 200 0 60642 104 0 0 0 > 199 0 63102 100 0 0 0 > 215 0 62733 94 0 2891 0 > > That 2891 is a mystery, all the while I was copying a file remotely at > ~150KB/s. > > FreeBSD sarevok.dnr.servegame.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri > Apr 17 14:18:41 CEST 2009 > mel@sarevok.dnr.servegame.org:/usr/obj/usr/src/sys/SMOOCHIES i386 Still happens with a kernel built last Saturday, however I noticed outgoing statistics works with lo0. No other network card available at the moment, so I'm enclined to think it's em. Anybody else seeing this? -- Mel