[Bug 294581] netstat -w 1 gets (negative|wrong) numbers (ibytes)

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294581

Dag-Erling Smørgrav <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Dag-Erling Smørgrav <[email protected]> ---
This is not a bug in netstat.  One of the network interfaces in your system is
reporting invalid statistics.  Specifically, ifa->ifa_data->ifi_ibytes is
occaasionally going backwards.  To find out which one is responsible, try this:

    while :; do netstat -nib ; sleep 1 ; done

then compare successive “frames” line by line until you find one where the
Ibytes column has regressed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.