Inheritance diagram for flowmon-parse-results.Flow:
Collaboration diagram for flowmon-parse-results.Flow:Public Member Functions | |
| def | __init__ (self, flow_el) |
Public Attributes | |
| delayMean | |
| mean delay More... | |
| flowId | |
| class variablesdelay ID More... | |
| flowInterruptionsHistogram | |
| flow histogram More... | |
| hopCount | |
| hop count More... | |
| packetLossRatio | |
| packet loss ratio More... | |
| packetSizeMean | |
| packet size mean More... | |
| probe_stats_unsorted | |
| unsirted probe stats More... | |
| rx_duration | |
| receive duration More... | |
| rxBitrate | |
| receive bit rate More... | |
| txBitrate | |
| transmit bit rate More... | |
Static Private Attributes | |
| list | __slots__ |
| class variable list More... | |
Flow.
Definition at line 67 of file flowmon-parse-results.py.
| def flowmon-parse-results.Flow.__init__ | ( | self, | |
| flow_el | |||
| ) |
The initializer. @param self The object pointer. @param flow_el The element.
Definition at line 96 of file flowmon-parse-results.py.
|
staticprivate |
| flowmon-parse-results.Flow.delayMean |
mean delay
Definition at line 113 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.flowId |
class variablesdelay ID
Definition at line 101 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.flowInterruptionsHistogram |
flow histogram
Definition at line 135 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.hopCount |
hop count
Definition at line 109 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.packetLossRatio |
packet loss ratio
Definition at line 129 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.packetSizeMean |
packet size mean
Definition at line 114 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.probe_stats_unsorted |
unsirted probe stats
Definition at line 107 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.rx_duration |
receive duration
Definition at line 106 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.rxBitrate |
receive bit rate
Definition at line 119 of file flowmon-parse-results.py.
| flowmon-parse-results.Flow.txBitrate |
transmit bit rate
Definition at line 123 of file flowmon-parse-results.py.