Chinaunix

标题: netstat -a [打印本页]

作者: hrcxf    时间: 2003-02-14 11:25
标题: netstat -a
#  netstat -a | grep 24576
      *.2201               *.*                0      0 24576      0 LISTEN
      *.2200               *.*                0      0 24576      0 LISTEN
      *.wnn6               *.*                0      0 24576      0 LISTEN

      *.9010               *.*                0      0 24576      0 LISTEN
      *.25                 *.*                0      0 24576      0 LISTEN
      *.587                *.*                0      0 24576      0 LISTEN
      *.ftp                *.*                0      0 24576      0 LISTEN
      *.22                 *.*                0      0 24576      0 LISTEN
      *.32777              *.*                0      0 24576      0 LISTEN
      *.32778              *.*                0      0 24576      0 LISTEN
      *.32779              *.*                0      0 24576      0 LISTEN
      *.32780              *.*                0      0 24576      0 LISTEN
      *.*                  *.*                0      0 24576      0 IDLE
      *.6000               *.*                0      0 24576      0 LISTEN
      *.7676               *.*                0      0 24576      0 LISTEN
      *.56720              *.*                0      0 24576      0 LISTEN
      *.*                  *.*                0      0 24576      0 IDLE
      *.3306               *.*                0      0 24576      0 LISTEN
      *.4001               *.*                0      0 24576      0 LISTEN
      *.63732              *.*                0      0 24576      0 BOUND
      *.4000               *.*                0      0 24576      0 LISTEN

能不能告诉我每个字端的意义,问什么有那么多的24576
作者: 南非蜘蛛    时间: 2003-02-14 11:27
标题: netstat -a
man netstat写的很清楚
作者: hrcxf    时间: 2003-02-14 11:41
标题: netstat -a
我的man卸掉了能不能简要介绍一下
作者: anber45    时间: 2003-02-16 13:39
标题: netstat -a
TCP: IPv4
   Local Address        Remote Address    Swind Send-Q Rwind Recv-Q  State
-------------------- -------------------- ----- ------ ----- ------ -------
作者: hrcxf    时间: 2003-02-16 15:18
标题: netstat -a
Swind Rwind
Send-Q Recv-Q
是什么意思呀!
作者: laoxia    时间: 2003-02-16 23:39
标题: netstat -a
$ netstat -f inet

TCP
   Local Address        Remote Address    Swind Send-Q Rwind Recv-Q  State
-------------------- -------------------- ----- ------ ----- ------ -------
blau-clip.ssh        challenger-clip.1023 57344     19 63980      0 ESTABLISHED
localhost.38437      localhost.38436      57344      0 57344      0 ESTABLISHED
localhost.38436      localhost.38437      57344      0 57344      0 ESTABLISHED
localhost.38439      localhost.38438      57344      0 57344      0 ESTABLISHED
localhost.38438      localhost.38439      57344      0 57344      0 ESTABLISHED
localhost.38441      localhost.38440      57344      0 57344      0 ESTABLISHED
localhost.38440      localhost.38441      57344      0 57344      0 ESTABLISHED
localhost.38443      localhost.38442      57344      0 57344      0 ESTABLISHED
localhost.38442      localhost.38443      57344      0 57344      0 ESTABLISHED
localhost.38445      localhost.38444      57344      0 57344      0 ESTABLISHED
localhost.38444      localhost.38445      57344      0 57344      0 ESTABLISHED
The columns titled with Swind and Rwind contain values for the size of the respective send- and reception windows, based on the free space available in the receive buffer at each peer. The Swind column contains the offered window size as reported by the remote peer. The Rwind column displays the advertised window size being transmitted to the remote peer.




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2