-
Notifications
You must be signed in to change notification settings - Fork 37
Ping
fairy edited this page Sep 29, 2019
·
1 revision
相关ping信息
"Ping":{
"address":"http://www.baidu.com",
"status":200,
"ip":"180.97.33.107",
"ttl":55,
"transmitted":10,
"receive":10,
"lossRate":"0.0%",
"rttMin":"14.848ms",
"rttAvg":"17.8ms",
"rttMax":"23.528ms",
"rttMDev":"2.421ms",
"allTime":"9017ms"
}| 数据键 | 数据类型 | 数据解释 |
|---|---|---|
| address | String | 网址 |
| status | int | 执行结果,200表示成功 |
| ip | String | IP地址 |
| ttl | int | 生存时间 |
| transmitted | int | 发送包 |
| receive | int | 接收包 |
| lossRate | String | 丢包率 |
| rttMin | String | 最小RTT |
| rttAvg | String | 平均RTT |
| rttMax | String | 最大RTT |
| rttMDev | String | 算术平均偏差RTT |
| allTime | String | 总消耗时间 |
Android网络诊断工具