windows操作系統(tǒng)的ping命令大全
對于Windows下ping指令相信大家已經(jīng)再熟悉不過了,但是能把ping的功能發(fā)揮到最大的人卻并不是很多,當然我也并不是說我可以讓ping發(fā)揮最大的功能,我也只不過經(jīng)常用ping這個工具,也總結了一些小經(jīng)驗,現(xiàn)在和大家分享一下。
現(xiàn)在我就參照ping指令的輔助說明來給大家講我使用ping時會用到的技巧,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地方主機,直到你按下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ù)。 在默認情況下,一般都只發(fā)送四個數(shù)據(jù)包,通過這個命令可以自己定義發(fā)送的個數(shù),對衡量網(wǎng)路速度很有幫助,比如我想測試發(fā)送50個數(shù)據(jù)包的返回的平均時間為多少,最快時間為多少,最慢時間為多少就可以通過以下?知: 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
相關文章:
1. 注冊表命令大全 118條常用的注冊表命令集錦2. linux常用命令有哪些?Linux常用操作命令大全3. Windows10怎么打開cmd命令?Win10常用的cmd命令大全4. Linux關機命令大全:Linux各關機命令之間的區(qū)別和用法5. Windows 7的運行命令大全6. win7系統(tǒng)使用ping命令測試網(wǎng)速的具體操作步驟7. Win10系統(tǒng)ping時出現(xiàn)傳輸失敗常見故障?這招收好了8. 完美解決Windows Vista不能上網(wǎng) 也不能Ping問題9. Win11 Snipping Tool 截圖工具新版本更新 支持暫停錄屏10. Mac系統(tǒng)終端命令大全
