<div dir="ltr"><div>Hi Leanna<br></div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I am a newbie in mini-NDN and now still try to understand it.</div><div>I have some question about the traffic generator and the log.</div><div><br></div><div>1. Before I generated the interest traffic in mini-NDN, I check the status of CS using "nfdc cs". The nHits and nMissed is not 0. Why? I think the nHits and nMissed should be 0 before any interest traffic produced.</div></div></blockquote><div><br></div><div>NFD uses Interest-Data for internal management functionality, such as face creation and FIB updates. These would cause Data packets to be created and cached in the Content Store.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>2. What is nEntries refers to? Why is the value is smaller than nHits+nMissed?</div></div></blockquote><div><br></div><div>nEntries is the number of cached packets. It cannot exceed the Content Store capacity.<br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>3. I have used the traffic generator in mini-NDN (using " ndn-traffic-client.conf.sample and 

ndn-traffic-server.conf.sample

 ").  Is the sample file generated the CBR request?</div></div></blockquote><div><br></div><div>Yes, ndn-traffic-client is only capable of sending Interests at a fixed rate.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>4. I have tried to produce interest request for 2 type of content. But still, there is a lot of missed in router's Content Store. I imagine that the number of missed request should be very small because the same content is repeatedly requested, and it already cached in the content store (?)</div></div></blockquote><div><br></div></div><div class="gmail_quote">ndn-traffic-client appends a sequence number to the end of every Interest name, so that each Data packet is unique and cannot have cache hit.<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Yours, Junxiao<br></div></div>