新手请教: C-S的延时
大家好,我是刚接触网络的新手。我想测量客户端和服务器之间通信的延时情况,通信协议是HTTP或者低级的TCP,请问什么软件可以测量,如何测量? Wireshark可以吗?希望各位专家能给予帮助,或者有什么好的资料。 十分感谢!
[[i] 本帖最后由 max 于 2008-6-3 10:50 编辑 [/i]] 看你想达到什么样的精度~~~如果仅仅是简单的测试,支持ping server就OK了~~~
C:\Documents and Settings\Administrator>ping [url]www.netexpert.cn[/url]
Pinging [url]www.netexpert.cn[/url] [61.152.183.141] with 32 bytes of data:
Reply from 61.152.183.141: bytes=32 time=211ms TTL=51
Reply from 61.152.183.141: bytes=32 time=210ms TTL=51
Reply from 61.152.183.141: bytes=32 time=211ms TTL=51
Reply from 61.152.183.141: bytes=32 time=210ms TTL=51
Ping statistics for 61.152.183.141:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 210ms, Maximum = 211ms, Average = 210ms
来回的时间,一向的话除2差不多~~~
页:
[1]