-
Notifications
You must be signed in to change notification settings - Fork 81
E2ELossMetric
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
E2ELossMetric — Click element;
E2ELossMetric(LinkStat, [, KEYWORDS])
Ports: None
Child class of GridGenericMetric that implements the end-to-end cumulative link loss ratio metric. The metric is the product of the delivery ratios of each link in the path, from 0--100 as a percentage. Larger metrics values are better.
LinkStat is this node's LinkStat element, which is needed to obtain the link delivery ratios used to calculate the metric.
Keywords arguments are:
- TWOWAY — Boolean. If true, multiply the delivery ratios in both directions for each link. If false, only use the forward delivery ratio. Defaults to false.
HopcountMetric, LinkStat, ETXMetric
Generated by click-elem2man from ../elements/grid/e2elossmetric.hh:7
on 2018/10/03.