使用ping命令查看网络延迟--用Enki学Linux系列(7)
? 使用ping命令查看網絡延遲
? Using ping To Measure Network Latency
? ping命令持續發送少量互聯網流量到遠程地址并報告收到回應的總時間。如果流量因為網絡故障或者錯誤配置而被丟棄,它也會報告。ping命令是最基本和初級的診斷網絡問題的工具之一。
? The ping command will continuously send a tiny bit of internet traffic to a remote address and report the amount of time it took to receive a response. It will also report if the traffic was dropped, which is indicative of a bad network connection or a misconfigured network. The ping command one of the most basic and essential tools for diagnosing network problems.
? 下面是個例子:
? Here is an example:
$?ping?google.com PING?google.com?(172.217.0.238)56(84)?bytes?of?data. 64?bytes?from?172.217.0.238:icmp_seq=1?ttl=56?time=0.849?ms 64?bytes?from?172.217.0.238:icmp_seq=2?ttl=56?time=0.822?ms 64?bytes?from?172.217.0.238:icmp_seq=3?ttl=56?time=0.905?ms 64?bytes?from?172.217.0.238:icmp_seq=4?ttl=56?time=0.894?ms 64?bytes?from?172.217.0.238:icmp_seq=5?ttl=56?time=0.888?ms ---?google.com?ping?statistics?--- 5?packets?transmitted,?5?received,0%?packet?loss,?time?4001ms rtt?min/avg/max/mdev?=?0.822/0.871/0.905/0.044?ms $? ping會持續工作直到你把他停掉。“time=”這段是最重要的。這臺特殊機器大概1毫秒就從google.com得到了回應,這非常快了。ping也會給出包括發送的ping包數,丟包率,關于往返時延的變化數據等信息的“ping會話”整體匯總。
? The ping command will continue to do this until it is stopped. The time= field is the most important. This particular machine is getting a response back from google.com in about 1 millisecond, which is very fast. ping will also give an overall summary of the "ping session", which includes the number of ping packets sent, the percentage of packets lost, and various statistics about the round trip time (rtt).
? 記住延遲與鏈路質量和發ping機器到被ping機器直接的物理距離有關。
? Keep in mind that latency has to do with both the quality of your connection and the physical distance between the machine on which you issue the ping command and the machine being pinged.
$?ping?duma.ru PING?duma.ru?(212.11.128.31)56(84)?bytes?of?data. 64?bytes?from?duma.ru?(212.11.128.31):?icmp_seq=1?ttl=113?time=149?ms 64?bytes?from?duma.ru?(212.11.128.31):?icmp_seq=2?ttl=113?time=149?ms 64?bytes?from?duma.ru?(212.11.128.31):?icmp_seq=3?ttl=113?time=149?ms 64?bytes?from?duma.ru?(212.11.128.31):?icmp_seq=4?ttl=113?time=149?ms ---?duma.ru?ping?statistics?--- 5?packets?transmitted,?4?received,20%?packet?loss,?time?4005ms rtt?min/avg/max/mdev?=?149.660/149.811/149.946/0.484?ms $原文鏈接
轉載于:https://blog.51cto.com/smellyman/1891681
總結
以上是生活随笔為你收集整理的使用ping命令查看网络延迟--用Enki学Linux系列(7)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: win7 下的open live wri
- 下一篇: Android--静默安装