[ndnSIM] Periodic stats of L3Tracer in a specific interface of a specific node

Alex Afanasyev alexander.afanasyev at ucla.edu
Sat Nov 16 16:25:57 PST 2013


Hi Amin,

ndn::L3Tracer implementation hides all the complexity of setting up timers and printing out data to the right place, but essentially it is doing the same thing.  You can check/update implementation here https://github.com/NDN-Routing/ndnSIM/blob/master/utils/tracers/ndn-l3-rate-tracer.cc

---
Alex

On Nov 16, 2013, at 5:06 AM, Amin Karami <amin at ac.upc.edu> wrote:

> Hi Alex,
> There is an example as "ndn-simple-with-pit-count-stats" which prints periodic stats of PIT size in the nodes.
> (https://github.com/NDN-Routing/ndnSIM/blob/master/examples/ndn-simple-with-pit-count-stats.cc)
> 
> How does this periodic state work for L3Tracer statistics in a specific interface of a specific node? As i see in L3Tracer, there are 13 statistic features
> in each second, where 11 features are for each interface in a node and 2 others for whole the node (OutSatisfiedInterests and OutTimedOutInterests).
> 
> Thank you in advance.
> 
> Best Regards,
> Amin





More information about the ndnSIM mailing list