<div dir="ltr"><div>Hi Swetha</div><div><br></div><div>ns-3 does not model processing time. Therefore, FIB lookup (as well as all other data structure operations) time is always zero.</div><div>To measure FIB lookup time, you'll need to:</div><div><ol><li>create a model of FIB lookup</li><li>change FIB lookup function in ndnSIM to return asynchronously<br></li></ol></div><div><br></div><div>Yours, Junxiao<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 4, 2019 at 8:34 PM Swetha via ndnSIM <<a href="mailto:ndnsim@lists.cs.ucla.edu">ndnsim@lists.cs.ucla.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi<br>
<br>
I am trying to implement lookup algorithms for FIB.<br>
<br>
Is there any way to measure time spent on FIB table lookup for incoming <br>
interests at a particular node?<br>
<br>
Is it possible to view CS, PIT, FIB tables for individual nodes?<br>
<br>
</blockquote></div></div>