Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 2010 19:05:31 GMT
From:      Maxim Ianoglo <dotNox@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/142891: netstat issue ?
Message-ID:  <201001161905.o0GJ5VvY029811@www.freebsd.org>
Resent-Message-ID: <201001161910.o0GJA1sI093641@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         142891
>Category:       misc
>Synopsis:       netstat issue ?
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 16 19:10:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Ianoglo
>Release:        8.0-STABLE
>Organization:
>Environment:
$ uname -a
FreeBSD domain.com 8.0-STABLE FreeBSD 8.0-STABLE #0: Sat Jan  9 14:14:02 IST 2010     root@bsdup.remsys.net:/usr/obj/usr/src/sys/REMSYS-SMP  amd64

>Description:
netstat -b -i
-n
shows one extra column "Idrop"
$ uname -m
amd64
$ netstat -b -i -n
Name    Mtu Network       Address              Ipkts Ierrs Idrop     Ibytes    
Opkts Oerrs     Obytes  Coll
bge0   1500 <Link#1>      00:00:1a:19:3b:69   722511     0     0  413208866   
447516     0   63777493     0


while in i386 netstat output is as was before
$ uname -m
i386
$ netstat -b -i -n
Name    Mtu Network       Address              Ipkts Ierrs     Ibytes    Opkts 
Oerrs     Obytes  Coll
wpi0*  2290 <Link#1>      00:1b:77:d3:75:5e        0     0          0        0  
   0          0     0

Because of this bsdsar does not work correctly on amd64.
>How-To-Repeat:
netstat -b -i -n
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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