亚洲欧洲国产欧美一区精品,激情五月亚洲色五月,最新精品国偷自产在线婷婷,欧美婷婷丁香五月天社区

      考試首頁 | 考試用書 | 培訓課程 | 模擬考場 | 考試論壇  
        當前位置:操作系統(tǒng) > DOS > 文章內容
        

      世界上最全的DOS命令大全:ping命令詳解(1)

       [ 2017年1月19日 ] 【

      對于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]] [-wz 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 iceblood.yofor.com [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名為iceblood.yofor.com。

      -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
      從以上我就可以知道在給202.103.96.68發(fā)送50個數(shù)據(jù)包的過程當中,返回了48個,其中有兩個由于未知原因丟失,這48個數(shù)據(jù)包當中返回速度最快為40ms,最慢為51ms,平均速度為46ms。

      將考試網(wǎng)添加到收藏夾 | 每次上網(wǎng)自動訪問考試網(wǎng) | 復制本頁地址,傳給QQ/MSN上的好友 | 申請鏈接 | 意見留言 TOP
      關于本站  網(wǎng)站聲明  廣告服務  聯(lián)系方式  站內導航  考試論壇
      Copyright © 2007-2013 中華考試網(wǎng)(Examw.com) All Rights Reserved