A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
Flow Monitor

Collect and store performance data from a simulation. More...

Classes

class  ns3::FlowClassifier
 Provides a method to translate raw packet data into abstract flow identifier and packet identifier parameters. More...
 
class  ns3::FlowMonitor
 An object that monitors and reports back packet flows observed during a simulation. More...
 
class  ns3::FlowMonitorHelper
 Helper to enable IP flow monitoring on a set of Nodes. More...
 
class  ns3::Ipv4FlowProbe
 Class that monitors flows at the IPv4 layer of a Node. More...
 
class  ns3::Ipv4FlowProbeTag
 Tag used to allow a fast identification of the packet. More...
 
class  ns3::Ipv6FlowProbe
 Class that monitors flows at the IPv6 layer of a Node. More...
 
class  ns3::Ipv6FlowProbeTag
 Tag used to allow a fast identification of the packet. More...
 

Typedefs

typedef uint32_t ns3::FlowId
 Abstract identifier of a packet flow.
 
typedef uint32_t ns3::FlowPacketId
 Abstract identifier of a packet within a flow.
 

Detailed Description

Collect and store performance data from a simulation.

Typedef Documentation

◆ FlowId

Abstract identifier of a packet flow.

Definition at line 34 of file flow-classifier.h.

◆ FlowPacketId

Abstract identifier of a packet within a flow.

Definition at line 40 of file flow-classifier.h.