A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
Statistics
+ Collaboration diagram for Statistics:

Topics

 Data Aggregators
 
 
 Data Output
 
 
 Gnuplot
 
 
 Probes
 
 
 Statistics module tests
 
 

Classes

class  ns3::Average< T >
 Simple average, min, max and std. More...
 
class  ns3::CounterCalculator< T >
 Template class CounterCalculator. More...
 
class  ns3::DataCalculator
 Calculates data during a simulation. More...
 
class  ns3::DelayJitterEstimation
 Quick and dirty delay and jitter estimation, implementing the jitter algorithm originally from RFC 1889 (RTP), and unchanged in RFC 3550 More...
 
class  ns3::FileHelper
 Helper class used to put data values into a file. More...
 
class  ns3::MinMaxAvgTotalCalculator< T >
 Template class MinMaxAvgTotalCalculator. More...
 
class  ns3::PacketCounterCalculator
 A stat for counting packets. More...
 
class  ns3::PacketSizeMinMaxAvgTotalCalculator
 A stat for collecting packet size statistics: min, max and average. More...
 
class  ns3::SQLiteOutput
 A C++ interface towards an SQLITE database. More...
 
class  ns3::StatisticalSummary
 Abstract class for calculating statistical data. More...
 
class  ns3::TimeMinMaxAvgTotalCalculator
 Unfortunately, templating the base MinMaxAvgTotalCalculator to operate over Time values isn't straightforward. More...
 

Detailed Description

The statistics module includes some useful features to ease data collection from experiments. In particular the following features are included:

See the manual for a complete documentation.