Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.20 KB | None | 0 0
  1. :~# netstat -s
  2. Ip:
  3.     46374651 total packets received
  4.     0 forwarded
  5.     0 incoming packets discarded
  6.     46374604 incoming packets delivered
  7.     49094941 requests sent out
  8.     70 reassemblies required
  9.     24 packets reassembled ok
  10.     48 fragments received ok
  11.     96 fragments created
  12. Icmp:
  13.     58069 ICMP messages received
  14.     228 input ICMP message failed.
  15.     ICMP input histogram:
  16.         destination unreachable: 45119
  17.         timeout in transit: 16
  18.         redirects: 1994
  19.         echo requests: 8445
  20.         echo replies: 2290
  21.     175568 ICMP messages sent
  22.     0 ICMP messages failed
  23.     ICMP output histogram:
  24.         destination unreachable: 164833
  25.         echo request: 2290
  26.         echo replies: 8445
  27. IcmpMsg:
  28.         InType0: 2290
  29.         InType3: 45119
  30.         InType5: 1994
  31.         InType8: 8445
  32.         InType11: 16
  33.         OutType0: 8445
  34.         OutType3: 164833
  35.         OutType8: 2290
  36. Tcp:
  37.     75266 active connections openings
  38.     213570 passive connection openings
  39.     1943 failed connection attempts
  40.     4650 connection resets received
  41.     5 connections established
  42.     5746887 segments received
  43.     7379664 segments send out
  44.     9625 segments retransmited
  45.     71 bad segments received.
  46.     21901 resets sent
  47. Udp:
  48.     39806703 packets received
  49.     176181 packets to unknown port received.
  50.     586239 packet receive errors
  51.     41530533 packets sent
  52. TcpExt:
  53.     99 invalid SYN cookies received
  54.     671 resets received for embryonic SYN_RECV sockets
  55.     12 time wait sockets recycled by time stamp
  56.     28 packets rejects in established connections because of timestamp
  57.     231710 delayed acks sent
  58.     446 delayed acks further delayed because of locked socket
  59.     Quick ack mode was activated 718 times
  60.     725782 packets directly queued to recvmsg prequeue.
  61.     484327 bytes directly in process context from backlog
  62.     178680119 bytes directly received in process context from prequeue
  63.     1033674 packet headers predicted
  64.     591649 packets header predicted and directly queued to user
  65.     732336 acknowledgments not containing data payload received
  66.     2487076 predicted acknowledgments
  67.     1481 times recovered from packet loss by selective acknowledgements
  68.     Detected reordering 57 times using FACK
  69.     Detected reordering 17 times using SACK
  70.     Detected reordering 3 times using time stamp
  71.     6 congestion windows fully recovered without slow start
  72.     101 congestion windows partially recovered using Hoe heuristic
  73.     295 congestion windows recovered without slow start by DSACK
  74.     149 congestion windows recovered without slow start after partial ack
  75.     2079 TCP data loss events
  76.     TCPLostRetransmit: 1
  77.     257 timeouts after SACK recovery
  78.     48 timeouts in loss state
  79.     4143 fast retransmits
  80.     482 forward retransmits
  81.     1020 retransmits in slow start
  82.     2270 other TCP timeouts
  83.     180 SACK retransmits failed
  84.     46 times receiver scheduled too late for direct processing
  85.     630 DSACKs sent for old packets
  86.     1257 DSACKs received
  87.     14 DSACKs for out of order packets received
  88.     3197 connections reset due to unexpected data
  89.     1427 connections reset due to early user close
  90.     708 connections aborted due to timeout
  91. IpExt:
  92. :~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement