返回列表 发帖

教你正确使用Windows的Ping命令

  对于Windows下ping命令相信大家已经再熟悉不过了,但是能把ping的功能发挥到最大的人却并不是很多,当然我也并不是说我可以让ping发挥最大的功能,我也只不过经常用ping这个工具,也总结了一些小经验,现在和大家分享一下。
/ o! D3 o1 y6 _) `/ q) L- |   " ^) E  ~* E+ m" U3 h  W5 j; m
  现在我就参照ping命令的帮助说明来给大家说说我使用ping时会用到的技巧,ping只有在安装了TCP/IP协议以后才可以使用: + n7 X" U1 H$ e" L
   , w6 H) m; H2 C: f
  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
% N7 [5 Q: w  |   - T1 d4 ]1 i  z# m! P' a/ w
  Options:
  D( t: b2 J$ Z9 e  
7 t  T. \7 q: f  -t Ping the specified host until stopped.To see statistics and continue - type Control-Break;To stop - type Control-C. . t7 E. A( _! o, v( L! u3 x
  
- s2 K0 C! q) v4 q8 m4 O  不停的ping地方主机,直到你按下Control-C。   x. q! @  @9 N
   / z9 L. L/ b) d6 V1 F- h6 J
  此功能没有什么特别的技巧,不过可以配合其他参数使用,将在下面提到。 7 m7 F  _, ^: s6 l4 d8 b  ~
   0 F) g4 T0 _% {3 y/ q
  -a Resolve addresses to hostnames.
5 Q( A; ^7 l: ?" d  
* S4 T! _3 T3 o# W+ Y& G  解析计算机NetBios名。
% {9 [5 s6 I  z' _9 S   ) R& r6 ~9 x& l6 |# y4 u% q
  示例:C:\>ping -a 192.168.1.21
4 h* E$ _) q7 Y0 U   9 b( I1 [0 p& C7 i! Q* c; P# I
  Pinging iceblood.yofor.com [192.168.1.21] with 32 bytes of data: 7 A+ m3 v9 d9 J" H8 _8 e- w
  
3 U! K1 _3 E* k& K# x1 n9 ]  Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 1 ]- v& r) U. h2 \* }0 e$ b& N% @
   2 O) a* T5 G4 S2 v
  Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
# `5 E2 `$ s4 @6 \4 N9 \9 `  Y   / {$ m; S! ?# a" Z4 P/ v
  Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
5 X) P9 i1 h. m
- d* `% p8 x! n! ^, w3 V. C   : p3 w! \. o$ Y5 |" `: g6 R
  Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 : q2 B( y6 P  d. T6 D
   * `$ C# J4 V2 C$ f2 A3 Q6 r
  Ping statistics for 192.168.1.21: 4 v$ k" r: I1 ]& }# ~7 g- \  s
  
; n: ?( \$ ?# T1 Y7 O  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: 3 l4 _$ d* C+ x/ x9 W8 O! u5 A+ o* b
  
- w# F# W- c. G; M+ q0 }7 ^' x& [  Minimum = 0ms, Maximum = 0ms, Average = 0ms ; n" d4 n" G  K$ Z7 B6 c* F
   6 {. g  l! ?3 f) O4 |  z
  从上面就可以知道IP为192.168.1.21的计算机NetBios名为iceblood.yofor.com。
$ ?% P# J( T# P. u) ^   4 R$ j* t) t" Q, Z
  -n count Number of echo requests to send. ! L% _) B' z1 ]9 \2 z
   ! V! U1 K2 a$ ~- p: m: j+ o5 g5 z
  发送count指定的Echo数据包数。
& A; i  e( `( i0 G' g2 _( Y9 d   , c7 T2 ~* w. I$ a7 N# c8 {, S
  在默认情况下,一般都只发送四个数据包,通过这个命令可以自己定义发送的个数,对衡量网络速度很有帮助,比如我想测试发送50个数据包的返回的平均时间为多少,最快时间为多少,最慢时间为多少就可以通过以下获知:
: O8 @: i7 v5 y  
' A8 @* F0 q9 `+ ^1 L+ E4 C" F  C:\>ping -n 50 202.103.96.68
: T) x+ ]7 B, \   2 \* n; s4 D( {: G4 A
  Pinging 202.103.96.68 with 32 bytes of data:
6 O: }6 s3 @) x" \* o% V   6 l5 z: y& d; S/ l
  Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
  h, E9 H  h# Q8 W! n  
2 {5 P2 O: A' k5 ~' c: |/ h  Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 0 X% s9 w2 i+ F
   ( ^0 N5 \4 \) M9 S$ j; T% I
  Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 2 B  @- z" l, U! Y7 f' c7 M
   5 H) U2 N( [9 F$ C+ f
  Request timed out. / ~" s/ W8 @. x
   2 ^( d, W+ j. n; k$ F) p. g$ Z
  ……………… * ]4 K4 ]  s9 E8 U8 H( e1 ~
  
) A7 n3 `  }  p  Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 , C% Y9 q- W# h; e* f" p) {9 G3 x
  
* t# _5 e1 z, E' }  Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
% ]$ w. u& f, u8 ?- h4 e   ' T/ c) m7 x" U6 j  N. G) t0 _
  Ping statistics for 202.103.96.68: / [: R2 w- B- V  L7 h$ o
   9 H  h& v4 e8 j, F/ P$ h
  Packets: Sent = 50, Received = 48, Lost = 2 (4% loss),Approximate round trip times in milli-seconds:
4 m6 m5 @5 r2 s' a6 J   ; x! r7 m6 D8 x2 t8 `# c. k9 H
  Minimum = 40ms, Maximum = 51ms, Average = 46ms
; |( O. F) o  }# [4 y7 n: Z" s' Y  
3 e- f4 m6 P: I9 D% `8 F5 o6 U  从以上我就可以知道在给202.103.96.68发送50个数据包的过程当中,返回了48个,其中有两个由于未知原因丢失,这48个数据包当中返回速度最快为40ms,最慢为51ms,平均速度为46ms。
2 V% y  g& h+ ~* O2 e" e' ?  
5 o% V7 G2 D3 k1 f5 A  -l size Send buffer size.
& G% f* p1 o( N: w( }3 E1 |   / `. u( {! O2 A! }: ^7 e1 Y: M
  定义echo数据包大小。
89w.org捌玖网络

强大,但是我看得不是很懂!

TOP

返回列表
【捌玖网络】已经运行: