Netsat output-Please review


 
Thread Tools Search this Thread
Special Forums IP Networking Netsat output-Please review
# 1  
Old 04-21-2014
Netsat output-Please review

Hello,

Please review the output below and suggest if you notice the parameters going out of limit.


Code:
netstat -p udp
udp:
        382735172 datagrams received
        0 incomplete headers
        0 bad data length fields
        0 bad checksums
        12519 dropped due to no socket
        77670 broadcast/multicast datagrams dropped due to no socket
        0 socket buffer overflows
        382644983 delivered
        374140245 datagrams output



:/prodoragridcn_01/app/oracle> netstat -p tcp
tcp:
        405585559 packets sent
                354625557 data packets (239710606868 bytes)
                85650 data packets (125054482 bytes) retransmitted
                11453801 ack-only packets (3809825 delayed)
                0 URG only packets
                381 window probe packets
                35446731 window update packets
                7947088 control packets
                7474 large sends
                266422311 bytes sent using largesend
                761407 bytes is the biggest largesend
        435903964 packets received
                262340148 acks (for 239716656666 bytes)
                4677426 duplicate acks
                0 acks for unsent data
                379581051 packets (219237041353 bytes) received in-sequence
                4097 completely duplicate packets (2732944 bytes)
                1 old duplicate packet
                3 packets with some dup. data (1444 bytes duped)
                3735790 out-of-order packets (69102846 bytes)
                108 packets (108 bytes) of data after window
                108 window probes
                882749 window update packets
                13763 packets received after close
                0 packets with bad hardware assisted checksum
                0 discarded for bad checksums
                0 discarded for bad header offset fields
                0 discarded because packet too short
                1443 discarded by listeners
                0 discarded due to listener's queue full
                24675856 ack packet headers correctly predicted
                163256419 data packet headers correctly predicted
        163241 connection requests
        3728712 connection accepts
        3822558 connections established (including accepts)
        3909773 connections closed (including 56085 drops)
        0 connections with ECN capability
        0 times responded to ECN
        69328 embryonic connections dropped
        251327488 segments updated rtt (of 245024023 attempts)
        0 segments with congestion window reduced bit set
        0 segments with congestion experienced bit set
        0 resends due to path MTU discovery
        106 path MTU discovery terminations due to retransmits
        1961 retransmit timeouts
                5 connections dropped by rexmit timeout
        46921 fast retransmits
                138 when congestion window less than 4 segments
        37435 newreno retransmits
        16 times avoided false fast retransmits
        414 persist timeouts
                0 connections dropped due to persist timeout
        812 keepalive timeouts
                0 keepalive probes sent
                45 connections dropped by keepalive
        0 times SACK blocks array is extended
        0 times SACK holes array is extended
        0 packets dropped due to memory allocation failure
        25 connections in timewait reused
        0 delayed ACKs for SYN
        0 delayed ACKs for FIN
        0 send_and_disconnects
        0 spliced connections
        0 spliced connections closed
        0 spliced connections reset
        0 spliced connections timeout
        0 spliced connections persist timeout
        0 spliced connections keepalive timeout
        0 TCP checksum offload disabled during retransmit
        41 Connections dropped due to bad ACKs
        0 Connections dropped due to duplicate SYN packets
        0 fastpath loopback connections
        0 fastpath loopback sent packets (0 bytes)
        0 fastpath loopback received packets (0 bytes)


Best regards,
Vishal

---------- Post updated 04-21-14 at 04:49 AM ---------- Previous update was 04-20-14 at 07:21 PM ----------

Any updates please



Best regards,
Vishal
# 2  
Old 04-21-2014
You have not stated any problem or any network issues. So, people are not likely to reply to an open ended cut-and-paste output if you cannot define specific and clear networking issues you may be addressing, your network configuration, what you hope to achieve, etc.
# 3  
Old 04-21-2014
Thanks!

The problem is that we need to report to network admin if we feel some issues so I want to understand if there are issues in this stat

like below

12519 dropped due to no socket
77670 broadcast/multicast datagrams dropped due to no socket

Best regards,
Vishal
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Cybersecurity

Log Review- SU

Hi, Can some please provide some hints on what to look for in unix/Linux logs such as sulog from a Information security perspective. Regards (2 Replies)
Discussion started by: Tilus
2 Replies

2. Post Here to Contact Site Administrators and Moderators

Please review this thread wrt o/p

https://www.unix.com/unix-dummies-questions-answers/117633-top-output-specific-process-file-2.html (2 Replies)
Discussion started by: methyl
2 Replies

3. Shell Programming and Scripting

Please, review script.

Hi guys, I 've been brewing this shellscript, but I can't test it until next tuesday. In the meantime I am too curious wether it will work or not, so I'd like to hear your comments. Background: I want to watch the user quota for mailboxes in various email-domains on a IMAP-server. I have... (1 Reply)
Discussion started by: algernonz
1 Replies

4. UNIX for Dummies Questions & Answers

Where can I review the source code?

A very n00b question: After compiling and installing software, where does the original source code reside? I'd like to study the source code of some of the ports I've installed. Thanks! :D (1 Reply)
Discussion started by: Aaron Van
1 Replies

5. Shell Programming and Scripting

Can some review my code would be appreicated?

I am getting an error "ftpNotes.sh: syntax error at line 8 : `<<' unmatched" #!/bin/ksh PATH=/usr/sbin/:/usr/bin:/usr/ucb:/etc:/usr/local/bin:. cd $HOME if ;then if ; then echo 'DSC file already ftp to epm server' else ftp -n epmdev00 <<SCRIPT... (1 Reply)
Discussion started by: sibghat
1 Replies
Login or Register to Ask a Question