[Bug 197057] Netstat -w1 and systat -ifstat show no out traffic

2015-01-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197057

Michael Gmelin  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|New |Closed

--- Comment #1 from Michael Gmelin  ---


*** This bug has been marked as a duplicate of bug 184626 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197057] Netstat -w1 and systat -ifstat show no out traffic

2015-01-24 Thread bugzilla-noreply
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: gre...@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/s0.000 KB

netstat -w1:

input(Total)   output
   packets  errs idrops  bytespackets  errs  bytes colls
  309657 0 104070   6014 0  0 0
  303581 0 102054   5858 0  0 0


netstat -w1 -Iwlan0:
input  wlan0   output
   packets  errs idrops  bytespackets  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  bytespackets  errs  bytes colls
  1492   126 0  0   2834 0  0 0
  154850 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  bytespackets  errs  bytes colls
  2812 0 04033836   1457 0  98414 0
  2089 0 02995736   1083 0  73154 0
  2959 0 04245570   1534 0 103592 0

netstat -h -w1
input(Total)   output
   packets  errs idrops  bytespackets  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.8M706 047K 0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"