[ndnSIM] The number of cache hit/miss and PIT entries per interface

Amin Karami amin at ac.upc.edu
Sun Dec 8 02:10:08 PST 2013


Hi llya,
Does guide page 
"https://github.com/NDN-Routing/ndnSIM/blob/master/model/pit/ndn-pit-entry.cc" 
print all the recorded Interest packets from interfaces in PIT? Because, 
as Alex clarified, the implementation is basically a 'pipeline' based on 
bandwidth-delay-product in the system.
Is it right?

/Amin


On 12/08/2013 06:25 ق.ظ, Ilya Moiseenko wrote:
> Hi Amin,
>
>> For evaluation of some methods, we need specific information such as the number of cache hit/miss
> Take a look at utils/tracers/ndn-cs-tracer.cc
>
>> and the number of PIT entries per interface in each time interval.
> 1st option - implement a similar tracer as ndn-cs-tracer
> 2nd option - take a look at model/pit/ndn-pit-entry.cc, a method UpdateLifetime is called pretty frequently, so you can output all interfaces that belong to a each PIT entry.
>
> Ilya
>
> On Dec 7, 2013, at 2:42 PM, Amin Karami <amin at ac.upc.edu> wrote:
>
>> Hi Alex and ndnSIM users,
>> For evaluation of some methods, we need specific information such as the number of cache hit/miss and the number of PIT entries per interface in each time interval.
>>
>> How is it possible with ndnSIM?
>>
>> Thank you in advance for any help.
>>
>> /Amin
>> _______________________________________________
>> ndnSIM mailing list
>> ndnSIM at lists.cs.ucla.edu
>> http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim



More information about the ndnSIM mailing list