windows操作系統(tǒng)的ping命令大全
對(duì)于Windows下ping指令相信大家已經(jīng)再熟悉不過了,但是能把ping的功能發(fā)揮到最大的人卻并不是很多,當(dāng)然我也并不是說我可以讓ping發(fā)揮最大的功能,我也只不過經(jīng)常用ping這個(gè)工具,也總結(jié)了一些小經(jīng)驗(yàn),現(xiàn)在和大家分享一下。
現(xiàn)在我就參照ping指令的輔助說明來給大家講我使用ping時(shí)會(huì)用到的技巧,ping只有在安裝了TCP/IP通訊協(xié)定以后才可以使用:
ping [-t] [-a] [-n count] [-l length] [-f] [-i ttl] [-v tos] [-r count] [-s count] [[-j computer-list] | [-k computer-list]] [-w timeout] destination-list Options: -t Ping the specified host until stopped.To see statistics and continue - type Control-Break;To stop - type Control-C. 不停的ping地方主機(jī),直到你按下Control-C。 此功能?有什么特別的技巧,不過可以配合其他參數(shù)使用,將在下面提到。
-a Resolve addresses to hostnames. 解析電腦NetBios名。 例:C:\>ping -a 192.168.1.21 Pinging www.startcn.net [192.168.1.21] with 32 bytes of data: Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 Ping statistics for 192.168.1.21: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms 從上面就可以知道IP為192.168.1.21的電腦NetBios名為www.startcn.net。 -n count Number of echo requests to send. 發(fā)送count指定的Echo數(shù)據(jù)包數(shù)。 在默認(rèn)情況下,一般都只發(fā)送四個(gè)數(shù)據(jù)包,通過這個(gè)命令可以自己定義發(fā)送的個(gè)數(shù),對(duì)衡量網(wǎng)路速度很有幫助,比如我想測(cè)試發(fā)送50個(gè)數(shù)據(jù)包的返回的平均時(shí)間為多少,最快時(shí)間為多少,最慢時(shí)間為多少就可以通過以下?知: C:\>ping -n 50 202.103.96.68 Pinging 202.103.96.68 with 32 bytes of data: Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 Request timed out. ……………… Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 Ping statistics for 202.103.96.68: Packets: Sent = 50, Received = 48, Lost = 2 (4% loss),Approximate round trip times in milli-seconds: Minimum = 40ms, Maximum = 51ms, Average = 46ms
相關(guān)文章:
1. Win7系統(tǒng)中如何Ping端口?Ping端口命令的用法2. 注冊(cè)表命令大全 118條常用的注冊(cè)表命令集錦3. win11控制面板命令有哪些?win11控制面板命令大全介紹4. Win10系統(tǒng)ping命令出錯(cuò)怎么解決?5. 處理win10“無法啟動(dòng)peer networking grouping服務(wù)”的方法6. Windows10開始—運(yùn)行可以給電腦下達(dá)什么命令?Windows運(yùn)行命令大全7. Win10系統(tǒng)ping時(shí)出現(xiàn)傳輸失敗常見故障?這招收好了8. Mac系統(tǒng)終端命令大全9. Windows10 UWP應(yīng)用/系統(tǒng)設(shè)置啟動(dòng)命令大全10. 注冊(cè)表命令大全 腳本之家特制版
