|
  
- UID
- 3
- 帖子
- 66
- 精华
- 1
- 积分
- 2387
- 金币
- 1067
- 威望
- 1015
- 贡献
- 1000
|
教你正确使用Windows的Ping命令
对于Windows下ping命令相信大家已经再熟悉不过了,但是能把ping的功能发挥到最大的人却并不是很多,当然我也并不是说我可以让ping发挥最大的功能,我也只不过经常用ping这个工具,也总结了一些小经验,现在和大家分享一下。
( ^6 M' j+ S1 X( A4 |3 t" K6 j2 L0 v 6 X6 x3 n$ r+ B! z, f; W3 j8 V0 p
现在我就参照ping命令的帮助说明来给大家说说我使用ping时会用到的技巧,ping只有在安装了TCP/IP协议以后才可以使用: + H% s2 N0 h% b$ v {$ u
8 v" \. V! L' |- U
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 , o5 c: O/ V4 N( i+ s: Q
, r& R1 s& _0 u& @
Options:
9 @- F2 b6 l3 o- H' X1 i ( H- ^( F# o& a
-t Ping the specified host until stopped.To see statistics and continue - type Control-Break;To stop - type Control-C.
; f! P! s8 ^- r6 ~* |4 b8 S, } % y. _8 o4 Z W7 O& u% ]
不停的ping地方主机,直到你按下Control-C。 3 A& e# N; `2 o# P# a5 p P3 W" e7 t% a
% S# w+ I* |5 J& Z9 o 此功能没有什么特别的技巧,不过可以配合其他参数使用,将在下面提到。
8 Q; M5 F( G- ]) {; a
; A( w; s5 t8 \1 r- w6 F q5 ? -a Resolve addresses to hostnames.
6 _4 V g) p! N/ ~* q- ]' T % ^ B+ g: i8 Q9 B7 L9 N
解析计算机NetBios名。 2 ]: N" x' c- y
: W" z& `6 ~2 X1 C3 p( u
示例:C:\>ping -a 192.168.1.21 ' [ ]2 Q6 P$ m" ]" q* K. T7 B% T8 N1 R
1 c" i% E) G% E; Y# W
Pinging iceblood.yofor.com [192.168.1.21] with 32 bytes of data:
- K: i3 O7 M' ~ $ f8 w+ e. {/ t0 G! u1 g, _! ]; e$ h" Y
Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 7 l/ \) B2 f9 ?, `) O. t4 o) V
1 T& e# d' c, H, q3 b! N
Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
. h: B4 W# Y2 Z6 M. p
: g( J8 S; ~) s7 c( q) i9 L, Z Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
+ S8 v2 T) P0 v/ I* ? K4 H3 T L# i9 k
4 x; J4 d9 }8 ]( y( S Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 " \) o6 Z8 f, x! K
{3 {! c9 N! k+ |! L/ S" e Ping statistics for 192.168.1.21:
5 y$ i! Y' u8 `: ]+ J3 e
& O* K! K; A% Q/ a# y9 X Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: ' M8 }4 T+ b% d0 A
, g8 w: x; g" f8 n5 z Minimum = 0ms, Maximum = 0ms, Average = 0ms
. e1 ?8 S6 |/ A% R- E* i
$ \) \* i1 u2 h5 `& r 从上面就可以知道IP为192.168.1.21的计算机NetBios名为iceblood.yofor.com。
! ]. w. N' K. Y% V% ^% c
2 e8 }* {; N) V1 ^ -n count Number of echo requests to send. # c# |( s- f1 M) ^8 y( t6 D
2 `0 w5 b+ [9 ]& M# w5 c
发送count指定的Echo数据包数。 6 r" s5 a) x8 n0 {0 a
" ]8 G% u# ~( Y/ v3 k% Q3 u
在默认情况下,一般都只发送四个数据包,通过这个命令可以自己定义发送的个数,对衡量网络速度很有帮助,比如我想测试发送50个数据包的返回的平均时间为多少,最快时间为多少,最慢时间为多少就可以通过以下获知:
+ Q: `1 ~0 M; i$ i. S" B
, ~- R! C7 C; e0 K" S: L C:\>ping -n 50 202.103.96.68
1 I" R0 M( o O! p! d ( O* z5 f0 }- i% p
Pinging 202.103.96.68 with 32 bytes of data:
! l7 r, Z$ R' ~6 j2 `
1 w1 F3 o6 }* U+ E* G0 \ Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 9 s6 Q5 _9 e {8 K& P! s |
' p! y5 V4 w1 z0 d3 O4 o+ W
Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
3 H1 O3 y( E: ?; a0 M |, L0 q
6 k+ K% p" J/ Q. M; e) h Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 8 W- a: y( \8 ^# v* @/ v5 K- t6 Y
! c. k" ?$ i9 W9 y, K+ t Request timed out. ( _/ p7 x: v3 w% _
! [; _6 w3 C# ]; n6 J" x" R6 e* k ……………… + x0 R# P I3 c" H" \4 R& E
7 ?) y8 O! r* c' ]7 h! M
Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
& ^5 r2 W& A+ D ~! e S ! A% S0 R3 i# P6 c: M+ ~
Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
6 z3 g6 N8 K1 a) G) O " e1 C3 \* s) j& e6 J
Ping statistics for 202.103.96.68: # W; u" H$ l) e; z' k
) i, Y1 f; L' o2 `! k X8 |
Packets: Sent = 50, Received = 48, Lost = 2 (4% loss),Approximate round trip times in milli-seconds: 0 _& D4 ?: M& u' {
& i3 B' }+ O1 d$ r Minimum = 40ms, Maximum = 51ms, Average = 46ms
! I+ T; T7 s. A7 o 9 C8 m0 e4 L2 N1 P' l0 }% d( E' N
从以上我就可以知道在给202.103.96.68发送50个数据包的过程当中,返回了48个,其中有两个由于未知原因丢失,这48个数据包当中返回速度最快为40ms,最慢为51ms,平均速度为46ms。
, b n0 w, Z3 H% z! \ L% p9 g ! L0 F) q, K1 U# r, E' d2 ~
-l size Send buffer size.
8 s, Z$ v9 V i" J# ]& R / x5 h2 J, w9 I
定义echo数据包大小。 |
|