|
This is a design review for some initial data collection framework code for ns-3.
Most of the code is in the new module src/data-collection/. Documents will be posted in the near future to provide a higher-level guide to what is being requested.
See this wiki page for more background info:
https://www.nsnam.org/wiki/index.php/Data_Collection_Framework#March_2013_code_review
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+7128 lines, -57 lines) |
Patch |
 |
M |
src/aodv/model/aodv-routing-protocol.h
|
View
|
|
3 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/aodv/model/aodv-routing-protocol.cc
|
View
|
|
13 chunks |
+33 lines, -12 lines |
0 comments
|
Download
|
 |
M |
src/aodv/model/aodv-rtable.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/aodv/model/aodv-rtable.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/doc/aggregator.rst
|
View
|
|
1 chunk |
+171 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/doc/collector.rst
|
View
|
|
1 chunk |
+324 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/doc/data-collection.rst
|
View
|
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/doc/probe.rst
|
View
|
|
1 chunk |
+459 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/examples/double-probe-example.cc
|
View
|
|
1 chunk |
+197 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/examples/gnuplot-aggregator-example.cc
|
View
|
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/examples/ipv4-packet-plot-example.cc
|
View
|
|
1 chunk |
+365 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/examples/manet-safe.cc
|
View
|
|
1 chunk |
+447 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/examples/manet-safe.py
|
View
|
|
1 chunk |
+383 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/examples/wscript
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/helper/gnuplot-helper.h
|
View
|
|
1 chunk |
+171 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/helper/gnuplot-helper.cc
|
View
|
|
1 chunk |
+240 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/application-packet-probe.h
|
View
|
|
1 chunk |
+118 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/application-packet-probe.cc
|
View
|
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/basic-stats-collector.h
|
View
|
|
1 chunk |
+150 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/basic-stats-collector.cc
|
View
|
|
1 chunk |
+164 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/collector.h
|
View
|
|
1 chunk |
+179 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/collector.cc
|
View
|
|
1 chunk |
+249 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/dcfobject.h
|
View
|
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/dcfobject.cc
|
View
|
|
1 chunk |
+103 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/double-probe.h
|
View
|
|
1 chunk |
+103 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/double-probe.cc
|
View
|
|
1 chunk |
+110 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/gnuplot-aggregator.h
|
View
|
|
1 chunk |
+280 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/gnuplot-aggregator.cc
|
View
|
|
1 chunk |
+304 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/packet-probe.h
|
View
|
|
1 chunk |
+111 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/packet-probe.cc
|
View
|
|
1 chunk |
+119 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/probe.h
|
View
|
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/probe.cc
|
View
|
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/uinteger-16-probe.h
|
View
|
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/uinteger-16-probe.cc
|
View
|
|
1 chunk |
+111 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/uinteger-32-probe.h
|
View
|
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/uinteger-32-probe.cc
|
View
|
|
1 chunk |
+111 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/uinteger-8-probe.h
|
View
|
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/model/uinteger-8-probe.cc
|
View
|
|
1 chunk |
+111 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/test/basic-stats-collector-test-suite.cc
|
View
|
|
1 chunk |
+539 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/test/double-probe-test-suite.cc
|
View
|
|
1 chunk |
+142 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/data-collection/wscript
|
View
|
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/internet/model/ipv4-packet-probe.h
|
View
|
|
1 chunk |
+125 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/internet/model/ipv4-packet-probe.cc
|
View
|
|
1 chunk |
+125 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/internet/wscript
|
View
|
|
4 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/tools/model/gnuplot.h
|
View
|
|
3 chunks |
+48 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/tools/model/gnuplot.cc
|
View
|
|
18 chunks |
+139 lines, -39 lines |
0 comments
|
Download
|
|