Public Member Functions | |
__init__ (self, flow_el) | |
The initializer. | |
Public Attributes | |
delayMean | |
mean delay | |
flowId | |
class variablesdelay ID | |
flowInterruptionsHistogram | |
flow histogram | |
hopCount | |
hop count | |
packetLossRatio | |
packet loss ratio | |
packetSizeMean | |
packet size mean | |
probe_stats_unsorted | |
unsirted probe stats | |
rx_duration | |
receive duration | |
rxBitrate | |
receive bit rate | |
txBitrate | |
transmit bit rate | |
Static Private Attributes | |
list | __slots_ |
class variable list | |
Flow.
Definition at line 69 of file flowmon-parse-results.py.
flowmon-parse-results.Flow.__init__ | ( | self, | |
flow_el ) |
The initializer.
self | The object pointer. |
flow_el | The element. |
Definition at line 107 of file flowmon-parse-results.py.
|
staticprivate |
class variable list
Definition at line 93 of file flowmon-parse-results.py.
flowmon-parse-results.Flow.delayMean |
mean delay
Definition at line 131 of file flowmon-parse-results.py.
flowmon-parse-results.Flow.flowId |
class variablesdelay ID
Definition at line 112 of file flowmon-parse-results.py.
flowmon-parse-results.Flow.flowInterruptionsHistogram |
flow histogram
Definition at line 153 of file flowmon-parse-results.py.
flowmon-parse-results.Flow.hopCount |
hop count
Definition at line 127 of file flowmon-parse-results.py.
flowmon-parse-results.Flow.packetLossRatio |
packet loss ratio
Definition at line 147 of file flowmon-parse-results.py.
flowmon-parse-results.Flow.packetSizeMean |
packet size mean
Definition at line 132 of file flowmon-parse-results.py.
flowmon-parse-results.Flow.probe_stats_unsorted |
unsirted probe stats
Definition at line 125 of file flowmon-parse-results.py.
flowmon-parse-results.Flow.rx_duration |
receive duration
Definition at line 124 of file flowmon-parse-results.py.
flowmon-parse-results.Flow.rxBitrate |
receive bit rate
Definition at line 137 of file flowmon-parse-results.py.
flowmon-parse-results.Flow.txBitrate |
transmit bit rate
Definition at line 141 of file flowmon-parse-results.py.