A Discrete-Event Network Simulator
API
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. More...
 

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...
 

Detailed Description

Flow.

Definition at line 67 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 96 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 93 of file flowmon-parse-results.py.

◆ delayMean

flowmon-parse-results.Flow.delayMean

mean delay

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

◆ flowId

flowmon-parse-results.Flow.flowId

class variablesdelay ID

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

◆ flowInterruptionsHistogram

flowmon-parse-results.Flow.flowInterruptionsHistogram

flow histogram

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

◆ hopCount

flowmon-parse-results.Flow.hopCount

hop count

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

◆ packetLossRatio

flowmon-parse-results.Flow.packetLossRatio

packet loss ratio

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

◆ packetSizeMean

flowmon-parse-results.Flow.packetSizeMean

packet size mean

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

◆ probe_stats_unsorted

flowmon-parse-results.Flow.probe_stats_unsorted

unsirted probe stats

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

◆ rx_duration

flowmon-parse-results.Flow.rx_duration

receive duration

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

◆ rxBitrate

flowmon-parse-results.Flow.rxBitrate

receive bit rate

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

◆ txBitrate

flowmon-parse-results.Flow.txBitrate

transmit bit rate

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


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