![]() |
|
TraceMetrics was developed as an accessible Java-based trace file analyzer for ns-3 (Network Simulator 3).
The main goal is to perform a quick analysis of the trace file produced by ns-3's simulations and calculate useful metrics for research and performance measurement.
Such tool is needed because a research simulation may generate a trace file with thousands of lines, becoming difficult to analyze manually.
Due to this, this tool can be handy in case someone needs a metric that the tool already support.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
Hot update:
· Now TraceMetrics is able to calculate delay, PDV and IPDV for UDP streams using IPv4. (IPv6 is not possible yet).
· New mode of file reading , saving up to 50% of time analysis; to avoid bugs, the old method is still available (see the menu options on tracemetrics).
Update:
· The setReceived and setDropped methods was corrected; trace files that do not contain logs of all devices will not cause errors anymore.
· The structure of folders of code was updated.
· Some revisions of java-doc
Bug fix:
· Calculation of discard probability;
· The interface for make graphics scripts to gnuplot works properly on streams with three or less calculated metrics.
· UDP packet count.
