<div dir="ltr">Thanks Alex for the clarification.<div><br></div><div>But I still do not know how I can find out which time in app-delays-trace.txt is for example t4 or t3?</div><div>For example I have one consumer that is sending its interests by the rate of 1 packet/s, size of the each interest is 1KB and the band width is 1Mbps. So what time in .txt file gives me for example t3 and t4 in your previous example?</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 21, 2014 at 5:59 PM, Alex Afanasyev <span dir="ltr"><<a href="mailto:alexander.afanasyev@ucla.edu" target="_blank">alexander.afanasyev@ucla.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><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><div class="h5"><div>On Apr 21, 2014, at 5:38 PM, Azar Fazel <<a href="mailto:azarmehr65@gmail.com" target="_blank">azarmehr65@gmail.com</a>> wrote:</div><br>
</div></div><blockquote type="cite"><div><div class="h5"><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></div></div>
_______________________________________________<br>ndnSIM mailing list<br><a href="mailto:ndnSIM@lists.cs.ucla.edu" target="_blank">ndnSIM@lists.cs.ucla.edu</a><br><a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</a><br>
</blockquote></div><br></div></blockquote></div><br></div>