
Field | Description | Example |
access | Network used in this probe. | Wi-Fi |
access_subtype | Another network used in this probe. This parameter is available when multiple networks are connected simultaneously. | ● Wi-Fi ● Android: 3G/4G/5G ● iOS: Cellula |
app_version | Application version number. | 1.0.0 |
device_model | Device mode. | - |
me | Mobile user identifier. | - |
resolution | Screen resolution. | 2476*1440 |
local_time | Local time. | 2023-02-01 20:58:00:332 |
root | Whether it is a root user. | false |
app_id | Application package name. | - |
brand | Device vendor information. | google |
os | Operating system. | Android |
utdid | Device identifier. | - |
os_version | Operating system version. | 13 |
reserve6 | Specific probed content. | - |
reserves | Probing protocol. | ● ping ● tcpping ● Traceroute |
app_name | Application name. | test |
imei | Mobile device identifier. | - |
local_timestamp | Local timestamp. | 1675256280332 |
Field | Description | Example |
method | Probing method. | ping |
host_ip | IP address resolved from the domain name. | 192.0.65.112 |
host | Domain name. | www.tencentcloud.com |
max | Maximum latency. Unit: ms. | 100.11 |
min | Minimum latency. Unit: ms. | 0.00 |
avg | Average latency. Unit: ms. | 74.51 |
stddev | Standard deviation of the latency. | 20.00 |
loss | Number of lost PING packets. | 1 |
count | Number of probes. One PING packet is sent each time. | 10 |
size | Number of bytes in the PING packet. | 64 |
responseNum | Number of PING packets returned. | 9 |
interval | PING packet interval. Unit: ms. | 200 |
timestamp | Local timestamp. | 1675256419 |
Field | Description | Example |
method | Probing method. | TCPPING |
host_ip | IP address resolved from the domain name. | 192.0.65.112 |
host | Domain name. | www.tencentcloud.com |
max | Maximum latency. Unit: ms. | 100.11 |
min | Minimum latency. Unit: ms. | 0.00 |
avg | Average latency. Unit: ms. | 74.51 |
stddev | Standard deviation of the latency. | 20.00 |
loss | Number of lost PING packets. | 1 |
count | Number of probes. One PING packet is sent each time. | 10 |
size | Number of bytes in the PING packet. | 64 |
sum | Total probing time. Unit: ms. | 219.66 |
port | TCP port. | 88 |
timestamp | Local timestamp. | 1675256419 |
Field | Description | Example |
method | Probing method. | TRACEROUTE |
host_ip | IP address resolved from the domain name. | 192.0.65.112 |
host | Domain name. | www.tencentcloud.com |
command_status | Probing request status. | success |
timestamp | Local timestamp. | 1675256419 |
traceroute_node_results | Results returned from the TRACEROUTE probing node. | See the detailed field description below for the list content. |
Field | Description | Example |
targetIp | IP address of a certain hop. | 43.152.65.112 |
hop | Number of a certain hop. The hop number starts at 0 for the source. The hop number increases as the packet moves closer to the destination. | 1 |
avg_delay | Average latency. | 102 |
loss | Number of lost probe packets. | 33 |
is_final_route | Whether it is the final path. | true |
single_node_list | Returned result of a specific node. | See the following detailed fields for the list. |
Field | Description | Example |
targetIp | IP address of a certain hop. | 43.152.65.112 |
hop | Number of a certain hop. The hop number starts at 0 for the source. The hop number increases as the packet moves closer to the destination. | 1 |
delay | Probing latency. | 102 |
is_final_route | Whether it is the final path. | true |
status | Current probing request status. | CMD_STATUS_FAILED/CMD_STATUS_SUCCESSFUL |
피드백