[hobbit] rrd-data.log

Beau Olivier olivier.beau at telecomitalia.fr
Wed Aug 2 17:02:41 CEST 2006


here the output from data.log about netstat :

Ip:
    6774912 total packets received
    8069 forwarded
    0 incoming packets discarded
    6766842 incoming packets delivered
    12918060 requests sent out
Icmp:
    725255 ICMP messages received
    1 input ICMP message failed.
    ICMP input histogram:
        destination unreachable: 712247
        timeout in transit: 30
        echo requests: 4212
        echo replies: 8766
    716456 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
        destination unreachable: 712244
        echo replies: 4212
Tcp:
    19091 active connections openings
    20926 passive connection openings
    1 failed connection attempts
    2952 connection resets received
    2 connections established
    4460418 segments received
    11359826 segments send out
    76470 segments retransmited
    0 bad segments received.
    3763 resets sent
Udp:
    105882 packets received
    711976 packets to unknown port received.
    0 packet receive errors
    817609 packets sent
TcpExt:
    ArpFilter: 0
    24632 TCP sockets finished time wait in fast timer
    1629 delayed acks sent
    2 delayed acks further delayed because of locked socket
    Quick ack mode was activated 10 times
    1101 packets directly queued to recvmsg prequeue.
    208762 packets directly received from backlog
    8763 packets directly received from prequeue
    417698 packets header predicted
    155 packets header predicted and directly queued to user
    TCPPureAcks: 586976
    TCPHPAcks: 3180140
    TCPRenoRecovery: 0
    TCPSackRecovery: 46644
    TCPSACKReneging: 0
    TCPFACKReorder: 0
    TCPSACKReorder: 0
    TCPRenoReorder: 0
    TCPTSReorder: 0
    TCPFullUndo: 0
    TCPPartialUndo: 0
    TCPDSACKUndo: 0
    TCPLossUndo: 1
    TCPLoss: 20751
    TCPLostRetransmit: 61
    TCPRenoFailures: 0
    TCPSackFailures: 272
    TCPLossFailures: 1
    TCPFastRetrans: 62624
    TCPForwardRetrans: 1657
    TCPSlowStartRetrans: 2052
    TCPTimeouts: 3170
    TCPRenoRecoveryFail: 0
    TCPSackRecoveryFail: 3672
    TCPSchedulerFailed: 0
    TCPRcvCollapsed: 0
    TCPDSACKOldSent: 11
    TCPDSACKOfoSent: 0
    TCPDSACKRecv: 0
    TCPDSACKOfoRecv: 0
    TCPAbortOnSyn: 0
    TCPAbortOnData: 1432
    TCPAbortOnClose: 9
    TCPAbortOnMemory: 0
    TCPAbortOnTimeout: 8
    TCPAbortOnLinger: 0
    TCPAbortFailed: 0
    TCPMemoryPressures: 0





-----Message d'origine-----
De : Henrik Stoerner [mailto:henrik at hswn.dk]
Envoyé : mercredi 2 août 2006 16:53
À : hobbit at hswn.dk
Objet : Re: [hobbit] rrd-data.log


On Wed, Aug 02, 2006 at 01:50:28PM +0200, Beau Olivier wrote:
> Hi,
> 
> yes, this is interesting, and i think it points out a new problem, 802.1q on nics :
>
> eth1      Link encap:Ethernet  HWaddr 00:0D:9D:4E:11:9C  
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:2798842 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:8950695 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:1000 
>           RX bytes:217776970 (207.6 MiB)  TX bytes:4275403340 (3.9 GiB)
>           Interrupt:201 
> 
> eth1.9    Link encap:Ethernet  HWaddr 00:0D:9D:4E:11:9C  
>           inet addr:192.168.250.33  Bcast:192.168.250.0  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:2226941 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:3441485 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0 
>           RX bytes:520111630 (496.0 MiB)  TX bytes:410431496 (391.4 MiB)

Perhaps, but these data should not get anywhere near the code that
prints out this message. The code that generates that message is
the one that parses the output from "netstat -s" which should look like

Ip:
    3017099 total packets received
    1 with invalid addresses
    0 forwarded
    0 incoming packets discarded
    3017058 incoming packets delivered
    3154813 requests sent out
Icmp:
    51081 ICMP messages received
    0 input ICMP message failed.

What does this command report on your host?


Regards,
Henrik


To unsubscribe from the hobbit list, send an e-mail to
hobbit-unsubscribe at hswn.dk





More information about the Xymon mailing list