Hi.
If you want to know about e.g.
PacketDeliveryRatio, Delay, Throughput, Jitter, Energy, Overhead, Packets dropped, Hop count, Latency
... then please run the trace
file.tr with the 240 ns2 scripts
New trace format .... the simulation file has a line $ns use-newtrace
I.e.
set ns_ [new Simulator]
.
$ns_ use-newtrace
.... and do not have the line $ns use-newtrace
My suggestion is to have simulations creating a trace file "
old-trace.tr" , and another version.tcl creating "
new.tr" to use the most possible number of the above listed analyzing awk and perl files.