Date: Fri, 28 Aug 2015 23:59:16 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 202708] netstat(1) output depends on options order Message-ID: <bug-202708-8-H1RR4bpFW9@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-202708-8@https.bugs.freebsd.org/bugzilla/> References: <bug-202708-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202708 Hiren Panchasara <hiren@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hiren@FreeBSD.org --- Comment #1 from Hiren Panchasara <hiren@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202708-8-H1RR4bpFW9>