public interface PcepTunnelStatistics
| Modifier and Type | Method and Description |
|---|---|
List<String> |
alarms()
Returns the alarms on a tunnel.
|
double |
bandwidthUtilization()
Returns the bandwidth utilization of a PCEP tunnel.
|
Duration |
flowDelay()
Returns the end-to-end traffic flow delay of a tunnel.
|
long |
id()
Returns the id of PCEP tunnel.
|
double |
packetLossRate()
Returns the flow loss rate of a tunnel.
|
long id()
double bandwidthUtilization()
double packetLossRate()
Duration flowDelay()