A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
flowmon-parse-results.Flow Class Reference

Flow. More...

+ Inheritance diagram for flowmon-parse-results.Flow:
+ Collaboration diagram for flowmon-parse-results.Flow:

Public Member Functions

def __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
 

Detailed Description

Flow.

Definition at line 71 of file flowmon-parse-results.py.

Constructor & Destructor Documentation

◆ __init__()

def flowmon-parse-results.Flow.__init__ (   self,
  flow_el 
)

The initializer.

Parameters
selfThe object pointer.
flow_elThe element.

Definition at line 109 of file flowmon-parse-results.py.

Member Data Documentation

◆ __slots_

flowmon-parse-results.Flow.__slots_
staticprivate
Initial value:
= [
"flowId",
"delayMean",
"packetLossRatio",
"rxBitrate",
"txBitrate",
"fiveTuple",
"packetSizeMean",
"probe_stats_unsorted",
"hopCount",
"flowInterruptionsHistogram",
"rx_duration",
]

class variable list

Definition at line 95 of file flowmon-parse-results.py.

◆ delayMean

flowmon-parse-results.Flow.delayMean

mean delay

Definition at line 133 of file flowmon-parse-results.py.

◆ flowId

flowmon-parse-results.Flow.flowId

class variablesdelay ID

Definition at line 114 of file flowmon-parse-results.py.

◆ flowInterruptionsHistogram

flowmon-parse-results.Flow.flowInterruptionsHistogram

flow histogram

Definition at line 155 of file flowmon-parse-results.py.

◆ hopCount

flowmon-parse-results.Flow.hopCount

hop count

Definition at line 129 of file flowmon-parse-results.py.

◆ packetLossRatio

flowmon-parse-results.Flow.packetLossRatio

packet loss ratio

Definition at line 149 of file flowmon-parse-results.py.

◆ packetSizeMean

flowmon-parse-results.Flow.packetSizeMean

packet size mean

Definition at line 134 of file flowmon-parse-results.py.

◆ probe_stats_unsorted

flowmon-parse-results.Flow.probe_stats_unsorted

unsirted probe stats

Definition at line 127 of file flowmon-parse-results.py.

◆ rx_duration

flowmon-parse-results.Flow.rx_duration

receive duration

Definition at line 126 of file flowmon-parse-results.py.

◆ rxBitrate

flowmon-parse-results.Flow.rxBitrate

receive bit rate

Definition at line 139 of file flowmon-parse-results.py.

◆ txBitrate

flowmon-parse-results.Flow.txBitrate

transmit bit rate

Definition at line 143 of file flowmon-parse-results.py.


The documentation for this class was generated from the following file: