WEB开发网
开发学院操作系统Linux/Unix UNIX 网络性能分析 阅读

UNIX 网络性能分析

 2009-11-02 00:00:00 来源:WEB开发网   
核心提示: 在 Solaris 和其他 UNIX 平台上,netstat 提供的信息因平台而异,UNIX 网络性能分析(8),例如,在 Solaris 上,会获得针对每个协议的详细统计数据,以及分别针对 IPv4 和 IPv6 连接的信息(见清单 9)

在 Solaris 和其他 UNIX 平台上,netstat 提供的信息因平台而异。例如,在 Solaris 上,会获得针对每个协议的详细统计数据,以及分别针对 IPv4 和 IPv6 连接的信息(见清单 9)。下面的清单给出一部分输出。


清单 9. 在 Solaris 上使用 netstat
$ netstat -s 
 
RAWIP  rawipInDatagrams  =  440   rawipInErrors    =   0 
    rawipInCksumErrs  =   0   rawipOutDatagrams  =  91 
    rawipOutErrors   =   0 
 
UDP   udpInDatagrams   = 15756   udpInErrors     =   0 
    udpOutDatagrams   = 16515   udpOutErrors    =   0 
 
TCP   tcpRtoAlgorithm   =   4   tcpRtoMin      =  400 
    tcpRtoMax      = 60000   tcpMaxConn     =  -1 
    tcpActiveOpens   = 1735   tcpPassiveOpens   =  54 
    tcpAttemptFails   =   2   tcpEstabResets   =  35 
    tcpCurrEstab    =   2   tcpOutSegs     =13771839 
    tcpOutDataSegs   =13975728  tcpOutDataBytes   =1648876686 
    tcpRetransSegs   = 90215   tcpRetransBytes   =130340273 
    tcpOutAck      =151539   tcpOutAckDelayed  = 5570 
    tcpOutUrg      =   0   tcpOutWinUpdate   =  31 
    tcpOutWinProbe   =  86   tcpOutControl    = 3750 
    tcpOutRsts     =  63   tcpOutFastRetrans  =   6 
    tcpInSegs      =7548720 
    tcpInAckSegs    =2882026  tcpInAckBytes    =1648874900 
    tcpInDupAck     =4413016  tcpInAckUnsent   =   0 
    tcpInInorderSegs  =415007   tcpInInorderBytes  =367832646 
    tcpInUnorderSegs  = 7650   tcpInUnorderBytes  =10389516 
    tcpInDupSegs    =  222   tcpInDupBytes    = 74649 
    tcpInPartDupSegs  =   0   tcpInPartDupBytes  =   0 
    tcpInPastWinSegs  =   0   tcpInPastWinBytes  =   0 
    tcpInWinProbe    =   0   tcpInWinUpdate   =   2 
    tcpInClosed     =  33   tcpRttNoUpdate   =  660 
    tcpRttUpdate    =2880379  tcpTimRetrans    = 2262 
    tcpTimRetransDrop  =  10   tcpTimKeepalive   =  630 
    tcpTimKeepaliveProbe=  314   tcpTimKeepaliveDrop =  17 
    tcpListenDrop    =   0   tcpListenDropQ0   =   0 
    tcpHalfOpenDrop   =   0   tcpOutSackRetrans  = 69348 
... 

上一页  3 4 5 6 7 8 9 10  下一页

Tags:UNIX 网络 性能分析

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接