Statistical Framework for Network Simulation: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
* '''[http://www.tracegraph.com/ tracegraph].''' | * '''[http://www.tracegraph.com/ tracegraph].''' | ||
* '''[http://networks.ecse.rpi.edu/~harrisod/graph.html rpi ns2graph].''' | * '''[http://networks.ecse.rpi.edu/~harrisod/graph.html rpi ns2graph].''' | ||
* '''[http://ns2trana.googlepages.com/ ns2 jtrana].''' | * '''[http://ns2trana.googlepages.com/ ns2 jtrana].''' Takes an ns-2 trace file, parses it into MySQL, and provides an interface to interrogate the database and produce graphs and other output in several formats. The database scheme seems to be a straightforward encoding of the raw trace data. | ||
* '''[http://www.ikt.uni-hannover.de/fileadmin/institut/mitarbeiter/bali/pl-sim-1.1.zip Samer Bali's tools].''' Scripts for post-simulation trace analysis, and averaging from multiple runs. Calculates packet delivery ratio, normalized throughput, routing overhead ratio, end to end delay, hop count, connection time. | * '''[http://www.ikt.uni-hannover.de/fileadmin/institut/mitarbeiter/bali/pl-sim-1.1.zip Samer Bali's tools].''' Scripts for post-simulation trace analysis, and averaging from multiple runs. Calculates packet delivery ratio, normalized throughput, routing overhead ratio, end to end delay, hop count, connection time. |
Revision as of 18:10, 16 May 2008
Previous Work
Several components and packages have been made for NS-2 to collect and manage data and statistics. A variety of these are listed in the NS-2 wiki. The following are notes on particular efforts.
- ns2measure.
- simd.
- ns-2/akaroa-2.
- tracegraph.
- rpi ns2graph.
- ns2 jtrana. Takes an ns-2 trace file, parses it into MySQL, and provides an interface to interrogate the database and produce graphs and other output in several formats. The database scheme seems to be a straightforward encoding of the raw trace data.
- Samer Bali's tools. Scripts for post-simulation trace analysis, and averaging from multiple runs. Calculates packet delivery ratio, normalized throughput, routing overhead ratio, end to end delay, hop count, connection time.