<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi Azar,</div><div><br></div><div>FullDelay is the time between sending the first interest for the data item ("segment") and the reception of the requested Data packet.  This time includes all possible retransmissions of Interests for this item, if any.</div><div><br></div><div>LastDelay is the time between last expressed interest for the data item and the reception of the requested Data.</div><div><br></div><div>Let's say, consumer is requesting exactly one Data item and first 2 interests were dropped for some reason:</div><div><br></div><div>t1: -> i1 for /data/1</div><div>..</div><div>(i1 dropped)</div><div><br></div><div>t2: -> i2 for /data/1</div><div>..</div><div>(i2 dropped)</div><div><br></div><div>t3: -> i3 for /data/1</div><div>...</div><div><br></div><div>t4:  <- data /data/1</div><div><br></div><div>FullDelay = t4 - t1</div><div>LastDelay = t3 - t4</div><div><br></div><div>Both delayS and delayUS is the same value, just printed in different time units.</div><div><br></div><div>---</div><div>Alex</div><br><div><div>On Apr 21, 2014, at 5:38 PM, Azar Fazel <<a href="mailto:azarmehr65@gmail.com">azarmehr65@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div class="gmail_quote"><br><div dir="ltr">Hi Alex<div><br></div><div>I'm new in ndnSIM. Could you please give me some hint on how can I measure the RTT for each interest?</div><div><br></div><div>If I got it correct, it seems that "app-delay-tracer" gives this information. But I do not know what does "fulldelay" and "lastdelay" means? I have read the explanation of them from here: <a href="http://ndnsim.net/metric.html?highlight=fulldelay" target="_blank">http://ndnsim.net/metric.html?highlight=fulldelay</a> </div>

<div><br></div><div>but it is very confusing. The delayS and delayUS gives the RTT for "one" interest or they aggregate the delays for all interests from the beginning of simulation? </div></div>
</div><br></div>
_______________________________________________<br>ndnSIM mailing list<br><a href="mailto:ndnSIM@lists.cs.ucla.edu">ndnSIM@lists.cs.ucla.edu</a><br>http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim<br></blockquote></div><br></body></html>