A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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. More...
 
typedef uint32_t ns3::FlowPacketId
 Abstract identifier of a packet within a flow. More...
 

Detailed Description

Collect and store performance data from a simulation.

Typedef Documentation

typedef uint32_t ns3::FlowId

Abstract identifier of a packet flow.

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

typedef uint32_t ns3::FlowPacketId

Abstract identifier of a packet within a flow.

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