第一种ping: C:\Documents and Settings\lihaixin>ping 67.159.48.137
Pinging 67.159.48.137 with 32 bytes of data:
Reply from 67.159.48.137: bytes=32 time=297ms TTL=47
Reply from 67.159.48.137: bytes=32 time=300ms TTL=47
Reply from 67.159.48.137: bytes=32 time=302ms TTL=47
Reply from 67.159.48.137: bytes=32 time=299ms TTL=47
Ping statistics for 67.159.48.137:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 297ms, Maximum = 302ms, Average = 299ms
C:\Documents and Settings\lihaixin>
第二种tracert:
C:\Documents and Settings\lihaixin>tracert 67.159.48.137
Tracing route to inet101network.info [67.159.48.137]
over a maximum of 30 hops:
1 10 ms 9 ms 10 ms 121.32.162.1
2 9 ms 9 ms 10 ms 121.32.162.1
3 10 ms 9 ms 9 ms 61.140.98.133
4 9 ms 10 ms 10 ms 61.144.0.189
5 9 ms 9 ms 9 ms 61.144.3.26
6 9 ms 9 ms 10 ms 202.97.26.53
7 75 ms 75 ms 75 ms 202.97.40.137
8 93 ms 92 ms 93 ms 202.97.34.17
9 258 ms 257 ms 255 ms 202.97.51.86
10 240 ms 241 ms 237 ms ge-4-13-pr01.onewilshire.ca.ibone.comcast.net [68.86.89.29]
11 287 ms 287 ms 288 ms pos-0-13-0-0-cr01.dallas.tx.ibone.comcast.net [68.86.85.146]
12 288 ms 289 ms 289 ms pos-0-9-0-0-cr01.atlanta.ga.ibone.comcast.net [68.86.85.154]
13 310 ms 308 ms 307 ms pos-0-4-0-0-cr01.chicago.il.ibone.comcast.net [68.86.85.165]
14 299 ms 305 ms 302 ms 66.90.127.205 [66.90.127.205]
15 291 ms 292 ms 290 ms atlas.echoservers.com [67.159.44.199]
16 303 ms 300 ms 304 ms inet101network.info [67.159.48.137]
Trace complete.
C:\Documents and Settings\lihaixin>
第三种在另外一台linux服务器下载vps软件,使用wget命令
[lihaixin@hugo lihaixin.com]$ time wget http://67.159.48.137/Dreamweaver8_onegreen.zip
--23:23:47-- http://67.159.48.137/Dreamweaver8_onegreen.zip
=> `Dreamweaver8_onegreen.zip'
Connecting to 67.159.48.137:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 69,920,971 (67M) [application/zip]
100%[=================================================================================================================>] 69,920,971 2.05M/s ETA 00:00
23:24:22 (1.92 MB/s) - `Dreamweaver8_onegreen.zip' saved [69920971/69920971]
real 0m34.810s
user 0m0.095s
sys 0m4.302s
[lihaixin@hugo lihaixin.com]$
第四种在vps主机下载另外一个机房服务器的软件
[root@ihaixin html]# time wget http://blog.lihaixin.name/Dreamweaver8_onegreen.zip
--05:29:20-- http://blog.lihaixin.name/Dreamweaver8_onegreen.zip
Resolving blog.lihaixin.name... 67.18.26.179
Connecting to blog.lihaixin.name|67.18.26.179|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 69920971 (67M) [application/zip]
Saving to: `Dreamweaver8_onegreen.zip'
100%[====================================================================================================================>] 69,920,971 2.78M/s in 24s
05:29:52 (2.73 MB/s) - `Dreamweaver8_onegreen.zip' saved [69920971/69920971]
real 0m32.156s
user 0m0.111s
sys 0m1.136s
[root@ihaixin html]#
第五种:使用just-ping检查全球各地到主机的ping反映速度
第六种使用主机跟踪网站测试网页在全球网页访问速度
没有评论 :
发表评论