- - PR -
『netstat -s』の受信アドレス不正と経路不正の件
1
投稿者 | 投稿内容 |
---|---|
|
投稿日時: 2005-10-03 14:53
Windows2000ServerSP1で「netstat -s」コマンド
を実行した結果に含まれる 「Received Address Errors = 691」と、 「Redirects 15 0」 の発生原因を知りたいのですが、 そもそもこれらの項目は重要(これが原因で通信が不安定になったりする)ですか? そうであれば考えられる原因をご存知の方、ご教授頂きたく宜しくお願いします。 以下コマンドの実行結果です。 -------------------------------- C:\>netstat -s IP Statistics Packets Received = 155656 Received Header Errors = 0 Received Address Errors = 691 Datagrams Forwarded = 0 Unknown Protocols Received = 0 Received Packets Discarded = 0 Received Packets Delivered = 154962 Output Requests = 156395 Routing Discards = 0 Discarded Output Packets = 0 Output Packet No Route = 0 Reassembly Required = 6 Reassembly Successful = 2 Reassembly Failures = 0 Datagrams Successfully Fragmented = 0 Datagrams Failing Fragmentation = 0 Fragments Created = 0 ICMP Statistics Received Sent Messages 2664 3458 Errors 0 0 Destination Unreachable 809 0 Time Exceeded 0 0 Parameter Problems 0 0 Source Quenches 0 0 Redirects 15 0 Echos 167 3291 Echo Replies 1673 167 Timestamps 0 0 Timestamp Replies 0 0 Address Masks 0 0 Address Mask Replies 0 0 TCP Statistics Active Opens = 20339 Passive Opens = 8793 Failed Connection Attempts = 10 Reset Connections = 0 Current Connections = 96 Segments Received = 139658 Segments Sent = 152086 Segments Retransmitted = 57 UDP Statistics Datagrams Received = 8177 No Ports = 6960 Receive Errors = 0 Datagrams Sent = 793 -------------------------------- 以上です。 [ メッセージ編集済み 編集者: あおい 編集日時 2005-10-03 15:01 ] |
1