[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ns] Queuing Delay..




Hi,

I managed to write a awk script to find to number of packets dropped,
end-to-end delay.  For packets dropped ..I just filter all the "d" events in
the trace-all trace file. As for end-to-end delay, I modified Llyod's awk
script to look for a certain flow id.

The question is can I extract queuing delay information from the trace file?


cheers,

Don