tcptrack problems

Discussion in 'Installation/Configuration' started by K_meleonu, Jan 21, 2010.

  1. K_meleonu

    K_meleonu Member

    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
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Not sure if this has anything to do with it, but is SELinux disabled?
     
  3. K_meleonu

    K_meleonu Member

    Yes, that was disabled after i have installed Fedora 12
     

Share This Page