From owner-freebsd-wireless@FreeBSD.ORG Sat Jan 24 22:00:07 2015 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16F004F4 for ; Sat, 24 Jan 2015 22:00:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB7556EF for ; Sat, 24 Jan 2015 22:00:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0OM06Mb026978 for ; Sat, 24 Jan 2015 22:00:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 197057] Netstat -w1 and systat -ifstat show no out traffic Date: Sat, 24 Jan 2015 22:00:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: grembo@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2015 22:00:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197057 Bug ID: 197057 Summary: Netstat -w1 and systat -ifstat show no out traffic Product: Base System Version: 11.0-CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: wireless Assignee: freebsd-wireless@FreeBSD.org Reporter: grembo@FreeBSD.org This seems to be a known issue, I couldn't find anything in bug database though. I experienced it using ath on 11-CURRENT, but it doesn't seem limited to this: https://lists.freebsd.org/pipermail/freebsd-current/2014-June/050631.html Examples are on a machine using ath0, wlan0 and wpa_supplicant, basically: wlans_ath0="wlan0" ifconfig_wlan0="WPA DHCP" in /etc/rc.conf, while transferring about 10GB of data. systat -iface: wlan0 in 73.489 KB/s 95.061 KB/s 624.790 MB out 0.000 KB/s 0.000 KB/s 0.000 KB netstat -w1: input (Total) output packets errs idrops bytes packets errs bytes colls 3096 57 0 104070 6014 0 0 0 3035 81 0 102054 5858 0 0 0 netstat -w1 -Iwlan0: input wlan0 output packets errs idrops bytes packets errs bytes colls 733 0 0 50130 1354 0 0 0 1494 0 0 100800 2927 0 0 0 1334 0 0 89952 2545 0 0 0 netstat -w1 -Iath0: input ath0 output packets errs idrops bytes packets errs bytes colls 1492 126 0 0 2834 0 0 0 1548 50 0 0 2977 0 0 0 1539 112 0 0 2929 0 0 0 For comparison, this is what this looks like at the receiving end: netstat -w1 input (Total) output packets errs idrops bytes packets errs bytes colls 2812 0 0 4033836 1457 0 98414 0 2089 0 0 2995736 1083 0 73154 0 2959 0 0 4245570 1534 0 103592 0 netstat -h -w1 input (Total) output packets errs idrops bytes packets errs bytes colls 2.9K 0 0 4.1M 1.5K 0 101K 0 2.9K 0 0 4.0M 1.5K 0 101K 0 1.3K 0 0 1.8M 706 0 47K 0 -- You are receiving this mail because: You are the assignee for the bug.