返回列表 发帖

教你正确使用Windows的Ping命令

  对于Windows下ping命令相信大家已经再熟悉不过了,但是能把ping的功能发挥到最大的人却并不是很多,当然我也并不是说我可以让ping发挥最大的功能,我也只不过经常用ping这个工具,也总结了一些小经验,现在和大家分享一下。 # A! H2 V2 C+ m/ e" H# _" V
  
! P' ]+ l4 W, ^1 ]$ X8 I" V  现在我就参照ping命令的帮助说明来给大家说说我使用ping时会用到的技巧,ping只有在安装了TCP/IP协议以后才可以使用: 0 |& b; ?8 L+ I2 c4 q; |
   5 C( ]: l  G- C" X
  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 / w! ]! j$ a. I5 G" R
   9 [% d7 F3 `# M2 T7 X& U0 T. A
  Options:
+ k  B9 F$ s6 [- F; B! N3 D: I, ^   - n, }6 d  w; \3 b# `0 w1 a$ F0 b0 }6 F
  -t Ping the specified host until stopped.To see statistics and continue - type Control-Break;To stop - type Control-C.
% b5 g& V! w5 r. X   % |& Z% J1 W' l3 l
  不停的ping地方主机,直到你按下Control-C。 * H7 a( u2 d6 N# `
  
+ b6 C3 Q% @: i6 J; ~3 I+ y  此功能没有什么特别的技巧,不过可以配合其他参数使用,将在下面提到。 - T- P$ W0 B2 [9 h: y9 D. m# g
   7 H+ O  o* H, z
  -a Resolve addresses to hostnames. ) Z+ ?- V! x8 T5 o
   . X9 Q# }7 m9 H
  解析计算机NetBios名。 , e9 D7 l) \3 v+ t- C
   / S3 [$ C1 V: y# d
  示例:C:\>ping -a 192.168.1.21
$ ^- \% N) i  K: b   ) n6 B0 h" I  Z. }
  Pinging iceblood.yofor.com [192.168.1.21] with 32 bytes of data:
" Y) B& {5 x4 X+ p   ( p0 n  G) ]4 y, Z( {! N5 g
  Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 8 E9 _' [* |6 X7 Q% O$ y- T6 v/ y' {
   # a+ o" Y! H7 j0 j
  Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
7 w. O0 s0 X: F: \8 r* t   , C% m$ {/ _* k% d+ L; J+ G
  Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
' x- u1 Y# n" K- b
8 \% O7 z: |; i8 F( \3 ~  
. m( T: z5 V2 T: e4 M/ e  Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
1 @+ T) ~; V0 N$ D1 _   ; h# }+ @$ b: Z% K3 I1 d
  Ping statistics for 192.168.1.21:
6 s/ a0 }: k$ q- M: ~4 T  
: A$ i! ?6 U0 B  Y) l2 k  Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: . M! T3 Z1 f, Q) a: R
     z3 M0 X7 c- B2 m& x) u
  Minimum = 0ms, Maximum = 0ms, Average = 0ms
" o; Q' Y: w' K# Q. O  
5 `! q  f# [6 ], N& W  m- l  从上面就可以知道IP为192.168.1.21的计算机NetBios名为iceblood.yofor.com。 4 g: F3 i! m4 \, g
  
- `, B. [# c5 X9 Z# j  -n count Number of echo requests to send. ) S" G& G& O  F+ J+ q2 r
   7 ~# J! V4 P" j' R" C
  发送count指定的Echo数据包数。 7 F9 Y. A- c% d' R
   * y4 ]8 L/ t2 s0 s  R+ E3 I3 u
  在默认情况下,一般都只发送四个数据包,通过这个命令可以自己定义发送的个数,对衡量网络速度很有帮助,比如我想测试发送50个数据包的返回的平均时间为多少,最快时间为多少,最慢时间为多少就可以通过以下获知:
7 v# [7 U/ p. e; k   + S3 a- @7 y9 [; M5 H8 M
  C:\>ping -n 50 202.103.96.68
: Q3 s" R" E3 B' h! A$ z1 l! t5 I  
1 ?0 I# |( I8 ?1 g, ~7 t  Pinging 202.103.96.68 with 32 bytes of data:
$ W! `' G: T8 V& K" L   " i* P( ^( K; s' j/ Y
  Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
, q- b* i4 l2 L- V9 F$ i$ x- i  
- w( _! [" d8 R4 e+ ~1 T# W3 \+ b  Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 / `+ m6 ~  j/ ~! ]7 A
  
1 x$ \6 I% `) C/ x; v  Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
/ L$ U: `( K$ y5 k; n4 a9 n  
: c7 ]7 z. p+ ?/ e9 s6 Z' q, }8 J& `2 s  Request timed out.
$ Y, h7 z: q- M$ J" G: V7 g   / m% b  V. A- ]( S
  ………………
. G$ x1 Y' c9 K! c* H  
% G' i7 L/ |1 P6 N0 y$ ?! j  Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
& u$ L3 k1 \/ X1 w! M; ?   8 v+ }4 n. \3 \* d! p2 p
  Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
6 y8 T, r1 r9 m$ t; ~+ S* [( M* g   2 ?7 o& [6 }6 p2 L# \- I: s# d# o
  Ping statistics for 202.103.96.68: - K  n2 p. ~9 x( H+ |6 z& x9 Y
  
' e" M5 W1 O+ l2 W9 G+ I2 s% Z, {% T  Packets: Sent = 50, Received = 48, Lost = 2 (4% loss),Approximate round trip times in milli-seconds:
, o5 G+ H" l, p4 L' V3 Y   , I7 K) _* [  k/ }% x$ _: Z" f
  Minimum = 40ms, Maximum = 51ms, Average = 46ms 7 R" x* {1 S9 @8 [
  
; b2 a- u, c" E3 _  i  从以上我就可以知道在给202.103.96.68发送50个数据包的过程当中,返回了48个,其中有两个由于未知原因丢失,这48个数据包当中返回速度最快为40ms,最慢为51ms,平均速度为46ms。 . b& i) D+ i9 y2 E3 a
   , `8 \2 l4 @' k' q! q1 M- f  q
  -l size Send buffer size.
& I% u2 F3 G3 A" U* t' D   5 k. I( S- D+ A
  定义echo数据包大小。
89w.org捌玖网络

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

TOP

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