<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 apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br>
<br>
</div>
</div>
<br>
<div>
<div>On Dec 9, 2014, at 12:57 PM, NAREN N <<a href="mailto:nnaren1902@gmail.com">nnaren1902@gmail.com</a>></div>
<div> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">Hello everyone,
<div>I was running some experiments for a course project and was using NDN traffic generator to measure of the performance and how each factor contributes to the performance of the NFD. </div>
<div>However, I noticed something weird during the experiments.  </div>
<div><br>
</div>
<div>When having the interestlifetime=100ms and the freshness period=100ms same between the runs, and also the contents of the data packet being the same, I ran the traffic generator for different burst rates. Here are the rates </div>
<div><br>
</div>
<div>>1 interest / second -----> RTT=71ms and InterstLoss = 20%</div>
<div>>10 interests/second------> RTT=27ms and interestLoss = 1%</div>
<div>> 100 interests/second -------> RTT=13ms and interestLoss = 0%</div>
<div>>1000 interests/second ------>RTT=22ms and interestLoss=0%</div>
<div><br>
</div>
<div>So I was wondering why would the roundtrip time decrease with increase in Interest rate?? I have a feeling this has something do with the traffic generator logger code, which isn't reporting the RTT properly...</div>
<div><br>
</div>
<div>Also I see a interest loss when the Interest rate is lower, which is completely weird. I was expecting the interest loss to be higher when there was a burst of interests but this is opposite to what I was expecting. </div>
<div><br>
</div>
<div>Any help would be appreciated with this! </div>
</div>
</blockquote>
<div><br>
</div>
Have you set the option MustBeFresh to be true in the client's configuration file?  If so, your observation is due to your freshness period setting and interval between Interests.  If the sending rate is 1/s, then all of the Interests will have to fetch new
 data from the producer (because the data is expired when the new Interest comes).  The higher the sending rate, the more likely that the data in the local cache or an intermediate cache is fresh and the Interest does not have to go all the way to the producer.</div>
<div><br>
</div>
<div>Lan<br>
<blockquote type="cite">
<div dir="ltr">
<div><br>
</div>
<div>regards,</div>
<div>Naren</div>
</div>
_______________________________________________<br>
Nfd-dev mailing list<br>
<a href="mailto:Nfd-dev@lists.cs.ucla.edu">Nfd-dev@lists.cs.ucla.edu</a><br>
http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev<br>
</blockquote>
</div>
<br>
</body>
</html>