How to see network traffic per interface in FreeBSD?

Want to see an amount of traffic passed through interface since boot. It's an ISPManager VDS with FreeBSD 8.0, and

ifconfig -L epair521b -B
does nothing.

Want to have output like Linux's ifconfig:

Code:
lo Link encap:Local Loopback
...

RX bytes:6642443661 (6.1 GiB) TX bytes:6642443661 (6.1 GiB)

Hope you can help me.Just reply me or send me an E-mail:dong@huanetwork.com.Thank you very much!
 
systat -ifs also provides useful information by interface and in a more readable form, at the expense of some detail, than netstat -bdhi.
 
Back
Top