|
  
- UID
- 3
- 帖子
- 66
- 精华
- 1
- 积分
- 2387
- 金币
- 1067
- 威望
- 1015
- 贡献
- 1000
|
教你正确使用Windows的Ping命令
对于Windows下ping命令相信大家已经再熟悉不过了,但是能把ping的功能发挥到最大的人却并不是很多,当然我也并不是说我可以让ping发挥最大的功能,我也只不过经常用ping这个工具,也总结了一些小经验,现在和大家分享一下。 ! l u" }) T5 k/ G! t
5 F6 b3 j( w! N% H9 { 现在我就参照ping命令的帮助说明来给大家说说我使用ping时会用到的技巧,ping只有在安装了TCP/IP协议以后才可以使用: & s6 U0 W0 K# S4 ?: }$ ]
9 R4 x( u3 E5 @& d+ h 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
1 e' C* S/ Q- T/ x4 c* A - f% v$ @+ v. U" o1 C* T; \7 d9 x
Options: 6 P! H9 ^! ~' e( m
: P9 M" F/ W) b. P t8 P1 j$ W* ? -t Ping the specified host until stopped.To see statistics and continue - type Control-Break;To stop - type Control-C. " ~8 Q# F/ V( e9 g
' R. _* v" V" v9 _! k$ F. G. h 不停的ping地方主机,直到你按下Control-C。 7 S4 o R, q' ]8 G$ [/ Q
0 I% t$ s4 _5 x0 r3 q
此功能没有什么特别的技巧,不过可以配合其他参数使用,将在下面提到。 , f6 q; I' [4 l; S6 U
3 }, {/ |$ A. d
-a Resolve addresses to hostnames.
" V. }8 r) P' z" f! Q
" V7 }. Q* S5 X x+ W% Q& A 解析计算机NetBios名。
6 k& o" J! r9 g" l. S8 ] $ g: V; |$ p: _' \6 U; q
示例:C:\>ping -a 192.168.1.21
: r7 _7 I$ {' F+ Q ; v! T. A; X6 W* G- ~2 Z: J
Pinging iceblood.yofor.com [192.168.1.21] with 32 bytes of data:
+ Z- n0 I. z7 _& s0 D& n4 f
9 q. Z- R s# q+ P8 R9 p Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
1 C8 D# I, W6 x5 R; R; p# ^1 O / Q8 ^$ k6 E2 S
Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
+ ?( H1 q5 L/ w0 D * |/ x4 d0 P! C' \2 I
Reply from 192.168.1.21: bytes=32 time<10ms TTL=254
" e1 L* C0 I5 g; o9 v% e! g; R! G! {8 r: P: q
' O N% g/ n+ R* d V' a) Y- V$ [ Reply from 192.168.1.21: bytes=32 time<10ms TTL=254 7 s# S- R% {5 E5 b, u
3 [- N. z. W- a0 y' n# T Ping statistics for 192.168.1.21: - |) [0 p' R5 x0 m* y
; o% S7 K; t2 a0 C. h+ N- A; ? Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: & M* N. k# ~6 N% t- t `
* k) v( i% e0 W# [6 X0 k
Minimum = 0ms, Maximum = 0ms, Average = 0ms / F; c) h0 h: G/ v
: _% E: K3 |+ d5 [; t 从上面就可以知道IP为192.168.1.21的计算机NetBios名为iceblood.yofor.com。
) D2 s7 m; k; w% W
1 @' d; V' h' \+ v8 s1 T -n count Number of echo requests to send.
. a9 s9 @" S! l* [( _* D
$ O- \( k5 u1 |& P 发送count指定的Echo数据包数。
- g1 D9 C& ?! x: N! A( S4 ?, ]
6 A, n+ i0 o6 P 在默认情况下,一般都只发送四个数据包,通过这个命令可以自己定义发送的个数,对衡量网络速度很有帮助,比如我想测试发送50个数据包的返回的平均时间为多少,最快时间为多少,最慢时间为多少就可以通过以下获知: ( |" i6 d- L1 o7 h
/ p1 Z9 z1 c9 @7 d; R
C:\>ping -n 50 202.103.96.68 * w ?* v* ], w- b
7 B- C8 X$ m! _4 r! p, A' W% Y' c
Pinging 202.103.96.68 with 32 bytes of data:
+ I) h1 I% a' T/ O2 \1 T
8 o X4 U# Q: W6 y Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
- o$ [( q" [2 E1 v . |0 ^7 u5 E9 d. o: L: B. X
Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
# p4 D- b; e3 G1 n- [+ T" w# m6 ]$ s
7 {) }$ |4 i: J x0 C# f Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 + b& i+ U1 e: E& X
% s# G7 I6 q9 B Request timed out.
- i: A3 t3 m B2 a2 f, Q : F4 {: r4 }; T- G1 q% d0 b' J8 [
………………
2 F f; @4 g2 P0 i4 d) @2 w ( T h! s' B" E7 M/ z0 u6 X
Reply from 202.103.96.68: bytes=32 time=50ms TTL=241
/ G) [) |7 n6 Q& ?! {0 R & }8 z3 J/ K+ w' S
Reply from 202.103.96.68: bytes=32 time=50ms TTL=241 * r0 x1 C) ?' w8 k; c2 W
% \9 x% w7 l, {! ~$ V1 J: ~/ _1 a. I Ping statistics for 202.103.96.68: , P& l' T6 S3 z6 S6 F4 X& d/ }# ?
3 j$ Y6 N2 _( l9 K. z8 y Packets: Sent = 50, Received = 48, Lost = 2 (4% loss),Approximate round trip times in milli-seconds: 1 A' K- n0 a Y8 @% z5 s( F
7 _# w$ ?& s) v* Y9 _
Minimum = 40ms, Maximum = 51ms, Average = 46ms
. k( N. u( }( s y# _
% @ {" c8 P0 N3 Z& u$ k 从以上我就可以知道在给202.103.96.68发送50个数据包的过程当中,返回了48个,其中有两个由于未知原因丢失,这48个数据包当中返回速度最快为40ms,最慢为51ms,平均速度为46ms。
3 l( |* ]1 T8 Q) a ( a+ Z1 _( a1 c
-l size Send buffer size. $ l" H! d, L+ [2 @, f+ ^7 |: t, ~
5 ~1 }. t& o" q* F2 o9 ~1 v" _4 b 定义echo数据包大小。 |
|