https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202708
Hiren Panchasara <hi...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hi...@freebsd.org --- Comment #1 from Hiren Panchasara <hi...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"