Client Average Latencies
The performance dashboard on the UI gives us a view of the performance analysis of the WIFI network by displaying the number of graphs and widgets for Client health and Client average latencies. Average Latency is the average time taken by the individual servers to respond in milliseconds. So, when we click, it displays the average latency time taken by the servers like DHCP, DNS, and AAA for the clients on the selected floor or folder. Clicking on the latency we can view the baseline graph for that latency.
JSON Table
Attribute | Data Type | Description |
---|---|---|
averageDhcpLatency | long | DHCP latency in milliseconds |
averageAaaLatency | long | AAA latency in milliseconds |
averageDnsLatency | long | DNS Latency in milliseconds |
Copy Sample JSON
Sample JSON
{ "averageDhcpLatency":731, "averageAaaLatency":610, "averageDnsLatency":1505 }
API Calls
/V5/devices/clients/statistics/averagelatencies