Freebsd – command for monitoring network connections in realtime on FreeBSD

commandfreebsdmonitoringnetwork-monitoringnetworking

I'm having problems all over our LAN where Firefox is not closing network connections when using our internal webapp. It closes some but not all of the connections, repeat this often enough and your browser takes minutes to open a page.

I'm looking for a way to monitor the state of TCP connection that is a little more elegant than hitting netstat over and over. Something like tcpview from sysinternals but for bsd would be great.

Any help would be appreciated!

Best Answer

Use tcptrack. It will help in tracking open connections. It uses ncurses and can sort connections based on transfer rate.

Related Topic