What is the value of rta, pl, rtmax, rtmin in nagios?

I am using nagios xi for monitoring. When I looked at the performance graph, it showed these values

rta=0.849ms pl=0% rtmax=1.497ms rtmin=0.643ms 

here that the value of rta, pl, rtmax, rtmin. enter image description here

+6
source share
2 answers

Here rta, pl, rtmax, rtmin means

  RTA = Round-Trip Average PL = Packet Loss RTMAX = Maximum Round-Trip time RTMIN = Minimum Round-Trip time 
+11
source

RTA means mean round-trip

In telecommunications, the round-trip delay time (RTD) or round-trip time (RTT) is the time it takes to send a signal, plus the time it takes to receive that signal. This time delay includes propagation time for paths between two communication endpoints.

+1
source

Source: https://habr.com/ru/post/979453/


All Articles