Bug 2572 - code review: Stats module enhancements
code review: Stats module enhancements
Status: PATCH PENDING
Product: ns-3
Classification: Unclassified
Component: stats
unspecified
All All
: P3 enhancement
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-12-09 09:33 EST by Tom Henderson
Modified: 2016-12-09 09:33 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2016-12-09 09:33:15 EST
https://codereview.appspot.com/318800043/

The statistics module enhancements can be summarized as follows: 
 - Modified gnuplot-aggregator
 - Moved application-packet-probe to stats from applications module
 - A set of (example) helper classes for setting up the delay and throughput statistics
 - A stats-helper-example illustrating the usage of the additions
 - A test suite for distribution collectors
 - Sphinx documentation (.rst files) has been updated related to the additions
 - A set of new probes, collectors and aggragators listed below 

New probes:
 - bytes-probe
 - application packet probe 

New collectors
 - collector-map
 - distribution-collector
 - interval-rate-collector
 - scalar-collector
 - unit-conversion-collector 

New aggregators:
 - multi-file-aggregator

 Other
 - traffic-time-tag
 - stats-callback-definitions