org.openflow.gui.stats
Class LinkStats

java.lang.Object
  extended by org.openflow.gui.stats.LinkStats

public class LinkStats
extends java.lang.Object

Statistics associated with a link.

Author:
David Underhill

Field Summary
 PortStatsRates statsDst
          the statistics on traffic from the destination switch over this link
 PortStatsRates statsSrc
          the statistics on traffic from the source switch over this link
 
Constructor Summary
LinkStats(Match m)
           
 
Method Summary
 double getCurrentAverageDataRate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statsSrc

public final PortStatsRates statsSrc
the statistics on traffic from the source switch over this link


statsDst

public final PortStatsRates statsDst
the statistics on traffic from the destination switch over this link

Constructor Detail

LinkStats

public LinkStats(Match m)
Method Detail

getCurrentAverageDataRate

public double getCurrentAverageDataRate()