Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 22:00:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-wireless@FreeBSD.org
Subject:   [Bug 197057] Netstat -w1 and systat -ifstat show no out traffic
Message-ID:  <bug-197057-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197057-21060>