Hi there all (again) Today i was searching for a tool / script to see the speed of the connections on my servers in real time. I have found tcptrack but i have a small problem with it. On my Ubuntu server tcptrack is working great but on my Fedora servers tcktrack doesn't show any speeds or connections. It's blank. On Fedora: Code: Client Server State Idle A Speed TOTAL 0 B/s Connections 0-0 of 0 Unpaused Unsorted On Ubuntu: Code: Client Server State Idle A Speed 213.233.xxx.206:11040 86.106.xxx.147:8000 ESTABLISHED 0s 9 KB/s 86.106.xxx.2:3143 86.106.xxx.98:3035 ESTABLISHED 0s * 5 KB/s 86.106.xxx.160:8090 77.225.xxx.174:1468 ESTABLISHED 0s 5 KB/s 86.106.xxx.160:8090 77.225.xxx.174:1294 ESTABLISHED 0s 3 KB/s TOTAL 24 KB/s Connections 1-4 of 4 Unpaused Sorted Ubuntu version: Linux zeus 2.6.24-26-server #1 SMP Tue Dec 1 19:19:20 UTC 2009 i686 GNU/Linux Fedora version: Linux smotocica 2.6.31.9-174.fc12.i686 #1 SMP Mon Dec 21 06:24:20 UTC 2009 i686 i686 i386 GNU/Linux Does anyone has any ideas on how to make this work on fedora 12? Does anyone know's any other tools to see the speed of the connections in real time in a shell? Thank you all in advance