Netstats question


 
Thread Tools Search this Thread
Operating Systems Linux Netstats question
# 1  
Old 04-26-2007
Netstats question

Hi all,

I am running nagios as the master monitoring tool on an intel box with o/s 2.6.19-1.2895.fc6. I run an nrpe daemon on AIX5.3 and have started experiencing some issues when wait is high on the client server .....

my question is not really a nagios question however if anyone has experienced the same issue then any advise would be much appreciated.

I am troubleshooting the network issue and could do with some help translating the data from netstat -s on the linux box:

[root@prodnag01 log]# netstat -s
Ip:
28233277 total packets received
0 forwarded
0 incoming packets discarded
27526451 incoming packets delivered
28036857 requests sent out
Icmp:
4875906 ICMP messages received
0 input ICMP message failed.
ICMP input histogram:
destination unreachable: 42648
echo requests: 99409
echo replies: 4733849
149016 ICMP messages sent
0 ICMP messages failed
ICMP output histogram:
destination unreachable: 49607
echo replies: 99409
Tcp:
4104006 active connections openings
51028 passive connection openings
66508 failed connection attempts
110 connection resets received
1 connections established
22531542 segments received
22377504 segments send out
238721 segments retransmited
0 bad segments received.
48116 resets sent
Udp:
76355 packets received
42648 packets to unknown port received.
0 packet receive errors
311570 packets sent
TcpExt:
2 invalid SYN cookies received
9 resets received for embryonic SYN_RECV sockets
73422 TCP sockets finished time wait in fast timer
3201 time wait sockets recycled by time stamp
6061 delayed acks sent
83 delayed acks further delayed because of locked socket
Quick ack mode was activated 5027 times
8057467 packets directly queued to recvmsg prequeue.
35413 packets directly received from backlog
4060531394 packets directly received from prequeue
119366 packets header predicted
495198 packets header predicted and directly queued to user
9105676 acknowledgments not containing data received
1419890 predicted acknowledgments
1329 times recovered from packet loss due to fast retransmit
39 times recovered from packet loss due to SACK data
47863 congestion windows recovered after partial ack
13 TCP data loss events
9 timeouts after SACK recovery
111 timeouts in loss state
2842 fast retransmits
7 forward retransmits
36 retransmits in slow start
142127 other TCP timeouts
TCPRenoRecoveryFail: 11
3 sack retransmits failed
2 times receiver scheduled too late for direct processing
25 DSACKs sent for old packets
10 DSACKs sent for out of order packets
1 DSACKs received
2 connections reset due to unexpected data
2 connections reset due to early user close
6 connections aborted due to timeout

I'm not sure if I should be alarmed with some of the following statistics:

9105676 acknowledgments not containing data received
1419890 predicted acknowledgments
1329 times recovered from packet loss due to fast retransmit
39 times recovered from packet loss due to SACK data
47863 congestion windows recovered after partial ack
13 TCP data loss events
9 timeouts after SACK recovery
111 timeouts in loss state
2842 fast retransmits
7 forward retransmits
36 retransmits in slow start

what is the best way to trouble shoot linux networks?

Thanks

Chris
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Using netstats (differentiate incoming vs outgoing traffic)

Hi all, Sorry for the gullible question, are we able to different incoming / outgoing traffic using netstats ? It seems like the local traffic is always on the left, and the remote is beside it. but it doesn't state the traffic direction. or is it that if I have - a LISTEN entry (e.g.... (0 Replies)
Discussion started by: javanoob
0 Replies

2. AIX

df question

Hi, Can anyone please explain a little about df command. I have following question: Following example is showing % used as 4 where as total free blocks are 15.46 out of 16.00 MB blocks. df -m /test Filesystem MBblocks Free %Used Iused %Iused ... (5 Replies)
Discussion started by: itsabhi9
5 Replies

3. UNIX for Dummies Questions & Answers

SU question

Hi all what the different and thanks in adv jiajin (2 Replies)
Discussion started by: lijiajin
2 Replies

4. Shell Programming and Scripting

question

how do i write a script that'll open what i entered and scan it for a certain line of text. for example, i enter a filename (that exists) and in that file i want to scan a certain word that'll show how much of that word appears throughout the file. (2 Replies)
Discussion started by: mrhenry
2 Replies

5. Shell Programming and Scripting

a question...

how can i block my terminal not to receive messages from other terminals? :p (1 Reply)
Discussion started by: Jariya
1 Replies

6. Shell Programming and Scripting

first question

Dears, Actually i am facing a problem in a UNIX script: I want to convert a column output file to a rows e.g: from 1234 2345 3456 to 1234 2345 3456 any help please???? Thanks (2 Replies)
Discussion started by: tontal
2 Replies

7. UNIX for Dummies Questions & Answers

question

hi guys, isnt cd - supposed to go back to the previous line?? (8 Replies)
Discussion started by: wannabe_guru
8 Replies

8. UNIX for Dummies Questions & Answers

Next Question:

what is the function of swap in linux why i have to create apsolutely a particion for the swap when i install (i installed lnx4win mandrake and made an automat. disk particion and the install program one of my disk partitions that was 3gb devidet in 4 one native 700mb swap 600mb and the others i... (1 Reply)
Discussion started by: user666
1 Replies
Login or Register to Ask a Question