public interface ControllerStats
Modifier and Type | Method and Description |
---|---|
long |
duration()
Returns the number of milliseconds since the statistics were last
reset to zero.
|
long |
msgRxCount()
Returns the number of
OpenFlow messages received
by the controller (excluding PacketIns). |
long |
msgTxCount()
Returns the number of
OpenFlow messages issued
by the controller (excluding PacketOuts). |
long |
packetDropBytes()
Returns the total number of bytes reported via the
total length fields of all
PacketIn messages for which no PacketOut message
was issued. |
long |
packetDropCount()
|
long |
packetInBytes()
Returns the total number of bytes reported via the
total length fields of all
PacketIn messages received by the controller. |
long |
packetInCount()
Returns the number of
PacketIn messages
received by the controller. |
long |
packetOutBytes()
Returns the total number of bytes from packets "processed" by the
controller, via the PacketOut messages issued.
|
long |
packetOutCount()
Returns the number of
PacketOut messages
issued by the controller. |
long duration()
long packetInCount()
PacketIn
messages
received by the controller.long packetInBytes()
total length
fields of all
PacketIn messages received by the controller.long packetOutCount()
PacketOut
messages
issued by the controller. Note that this number includes synthetic
packets not otherwise associated with a PacketIn message.long packetOutBytes()
long packetDropCount()
long packetDropBytes()
total length
fields of all
PacketIn messages for which no PacketOut message
was issued.long msgRxCount()
OpenFlow messages
received
by the controller (excluding PacketIns).long msgTxCount()
OpenFlow messages
issued
by the controller (excluding PacketOuts).Copyright © 2015. All Rights Reserved.