[Bug 202708] netstat(1) output depends on options order

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 28 23:59:16 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202708

Hiren Panchasara <hiren at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hiren at FreeBSD.org

--- Comment #1 from Hiren Panchasara <hiren at FreeBSD.org> ---
I think it works as expected. '-i' means 'all interfaces' and not 'interval'.
You can get data each second for em0 by just 'netstat -I em0 1'

When you say 'netstat -i 1....' it'd go and display it for all combined each
second.

(This is as per my understanding and read of man 1 netstat)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list