On Sat, Mar 12, 2016 at 01:14:00PM +0000, Dimitris Papastamos wrote: > > This is a simple bandwidth monitor that I wrote and use on my systems. > It was developed on OpenBSD but seems to work on other BSDs as well. > > It is a cli program and also has an option for terse output which can > be used in scripts. > > Only depends on libc. > > OK?
Oks are for developers. I do not see the point of this port, as one can archive similar output (depending on the chosen flags) using netstat from base, for example: $ netstat -b -n -w1 -h -I urtwn0 However, the port looks fine to me. If another developer wants to import it, then ok from me. Regards, Joerg