PDA

View Full Version : [Solved] Bandwith in real time


Seeker
September 19th, 2009, 17:25
The same way, as command top shows live cpu usage, I would like same type of command, that shows live bandwith usage

ale
September 19th, 2009, 17:31
systat -ifstat

Seeker
September 19th, 2009, 18:14
Thanks a lot! ;)

Alt
September 19th, 2009, 18:18
:scale mbit after it =)

DutchDaemon
September 19th, 2009, 19:13
Or netstat -I <interface> 1, e.g. netstat -I fxp0 1

dennylin93
September 20th, 2009, 02:12
Some other options: net/nload and net-mgmt/iftop.

Seeker
September 20th, 2009, 15:33
Thanks a lot guys! ;)

HJess
September 21st, 2009, 10:20
I use showtraf .. - http://www.freebsdsoftware.org/net/trafshow.html

Beastie
September 21st, 2009, 12:55
systat -ifstat
This one's my favorite, but I usually add a number at the end (systat -ifstat x) to get updates every x seconds.

ale
September 21st, 2009, 20:13
This one's my favorite, but I usually add a number at the end (systat -ifstat x) to get updates every x seconds.I do this too. And almost always x=1.