ApplianceLatencyDataItem
Describes appliance latency data in detail.
{
"destination_node_id": "string",
"destination_node_ip": "string",
"destination_node_name": "string",
"packet_loss_percent": "string",
"packet_received": 0,
"packet_transmitted": 0,
"rtt_avg": "number",
"rtt_max": "number",
"rtt_mdev": "number",
"rtt_min": "number",
"source_node_ip": "string",
"status": "string",
"total_time": 0
}
Display the appliance node id.
Display the appliance node ip.
Display the appliance node name.
Display the percentage of lost packet.
Display the received packets.
Display the transmitted packets in Ping
Display the average Round Trip Time in milliseconds.
Display the max Round Trip Time in milliseconds.
Display the mean Round Trip Time in milliseconds.
Display the min Round Trip Time in milliseconds.
Display the appliance node ip.
Display the connection status between source node and destination node.
Display the total time of sending and receiving packets in milliseconds.