[ns] trace analysis
Vijai Kalyan
vijai.kalyan at gmail.com
Thu Apr 7 23:51:02 PDT 2005
Hi Laura,
The explanation for these is on Griswold's page as well :) You are
looking at the "old wireless formats". However if you want more
detail, try out the files in $ns_dir/ns-2.27/trace especially
{cmu-trace.h, cmu-trace.cc} which specify and implement the methods
for tracing. You might want to look at the functions format and then
format_mac_common ... etc.
I am writing a trace parser lib in java (incomplete ... but I am
working on it) which you might want to have a look at.
hth,
regards,
-vijai.
p.s Explanation for the trace stmts is below ...
> s 1.555880716 _3_ AGT --- 8 udp 48 [0 0 0 0] ------- [8388608:0 -1:0 32 0]
send <time> _<nodeid>_ <tracename> <reason/why> <event id> <packet
type> <packet size> [<? <source mac addr> <destn mac addr> <mac
type?>] -------- <detailed packet info>
> D 1.604449398 _4_ IFQ ARP 1 udp 92 [0 0 2 800] ------- [4194305:0 4194304:0 32 4194304]
drop ... rest are same as above.
> D 1.604449398 _4_ RTR CBK 7 udp 92 [0 0 2 800] ------- [4194305:0 4194304:0
> 32 4194304]
drop ... rest are same as above.
More information about the Ns-users
mailing list