- 論壇徽章:
- 0
|
有沒有知道hp-ux命令netstat -sp tcp輸出的結(jié)果到底是什么意思?我想要獲得主動打開連接數(shù),被動打開連接數(shù),連接失敗個數(shù),正在連接個數(shù),復位連接數(shù),但是我看上面的結(jié)果跟windows上面的很不一樣,有人可以解釋一下輸出的結(jié)果到底是什么嗎?hp-ux命令netstat -sp tcp輸出的結(jié)果如下:
tcp:
3788028404 packets sent
302696547 data packets (1115116863 bytes)
420945431 data packets (1198141934 bytes) retransmitted
559702650 ack-only packets (3320483207 delayed)
0 URG only packets
117429 window probe packets
195238 window update packets
2925806101 control packets
2993841515 packets received
2823999885 acks (for 3179040048 bytes)
1223412233 duplicate acks
0 acks for unsent data
4017454305 packets (2266188985 bytes) received in-sequence
2292 completely duplicate packets (1290250 bytes)
74446 packets with some dup, data (75486812 bytes duped)
469417 out of order packets (535498280 bytes)
772 packets (2737251106 bytes) of data after window
11180 window probes
2126345622 window update packets
1620891 packets received after close
0 segments discarded for bad checksum
0 bad TCP segments dropped due to state change
2789987905 connection requests
2235916025 connection accepts
730936634 connections established (including accepts)
829750618 connections closed (including 106399089 drops)
100661833 embryonic connections dropped
1338116067 segments updated rtt (of 1338116067 attempts)
412613609 retransmit timeouts
734960 connections dropped by rexmit timeout
117429 persist timeouts
1085492861 keepalive timeouts
1085466328 keepalive probes sent
5055 connections dropped by keepalive
103609871 connect requests dropped due to full queue
100715992 connect requests dropped due to no listener
0 suspect connect requests dropped due to aging
0 suspect connect requests dropped due to rate
求大俠解答一下那些是:主動打開連接個數(shù),被動打開連接個數(shù),連接失敗個數(shù),正在連接個數(shù),復位連接個數(shù)? |
|