【文章內(nèi)容簡介】
ms 80 ms 80 ms ? 10 81 ms 80 ms 80 ms ? 11 81 ms 80 ms 80 ms ? 12 80 ms 80 ms 80 ms ? Trace plete. ? 從上面進程我們可以從知道執(zhí)行結果返回數(shù)據(jù)包到達目的主機前所經(jīng)歷的中繼站清單,并顯示到達每個中繼站的時間。該功能同 ping命令類似,但它所看到的信息要比 ping命令詳細得多,它把你送出的到某一站點的請求包,所走的全部路由都告訴你,并且通過該路由的 ip是多少,通過該 ip的時延是多少?通過這些時間,我們可以很方便地查出用戶主機與目標網(wǎng)站之間的線路到底是在什么地方出了故障等情況。 三、 Netstat 命令 ? stat:觀察網(wǎng)絡連接狀態(tài)的實用工具 ? Netstat網(wǎng)絡命令可以 顯示當前正在活動的網(wǎng)絡連接的詳細信息 ,例如可以顯示以太網(wǎng)的統(tǒng)計信息、顯示所有協(xié)議的使用狀態(tài),這些協(xié)議包括 TCP協(xié)議、 UDP協(xié)議以及 IP協(xié)議等、路由表和網(wǎng)絡接口信息,可以讓用戶得知目前總共有哪些網(wǎng)絡連接正在運行。 ? usage:Displays protocol statistics and current TCP/IP work connections.(顯示協(xié)議與當前網(wǎng)絡連接) ? NETSTAT [a] [e] [n] [s] [p proto] [r] [interval] ? a Displays all connections and listening ports.(顯示所有連接和偵聽端口) ? e Displays Ether statistics. This may be bined with the s option.(顯示以太網(wǎng)統(tǒng)計信息,可以與 s連用) ? n Displays addresses and port numbers in numerical form.(在數(shù)字表里顯示地址和端口號) ? p proto Shows connections for the protocol specified by proto。 proto may be TCP or UDP. If used with the s option to display perprotocol statistics, proto may be TCP, UDP, or IP.(顯示由 protocol 指定的協(xié)議的連接; protocol 可以是 tcp 或 udp。如果與 s 選項一同使用顯示每個協(xié)議的統(tǒng)計, protocol 可以是 tcp、udp、 icmp 或 ip) ? r Displays the routing table.(顯示路由表信息) ? s Displays perprotocol statistics. By default, statistics are shown for TCP, UDP and IP(顯示每個協(xié)議的統(tǒng)計。默認情況下,顯示 TCP、 UDP、 ICMP 和 IP 的統(tǒng)計。 ? p 顯示指定協(xié)議的連接。如 TCP\UDP\IP : stat a C:\stat e a ? Interface Statistics(通信數(shù)據(jù)統(tǒng)計) C:\stat r 四、 AT命令 ? AT在特定的時間執(zhí)行某一特定的程序或系統(tǒng)命令 ? 要使用 AT 命令, 計劃服務必須已在運行中。 ? usage: ? AT [\\putername] [ [id] [/DELETE] | /DELETE [/YES] ? AT [\\putername] time [/INTERACTIVE] [ /EVERY:date[,...] | /NEXT:date[,...] mand ? \\putername 指定遠程計算機。 如果省略這個參數(shù),會計劃在本地計算機上運行命令。 ? id 指定給已計劃命令的識別號。 ? /delete 刪除某個已計劃的命令。如果省略 id,計算機上所有已計劃的命令都會被刪除。 ? /yes