<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi Inchan,</div><div class=""><br class=""></div><div class="">There is not yet a readily available tracer for that, but you can quickly write one with the following logic:</div><div class=""><br class=""></div><div class="">- Schedule a periodic event with whichever granularity you want to trace the size</div><div class="">- In the scheduled event, for each node that you want to obtain information (you can use NodeList to access all nodes)</div><div class=""><br class=""></div><div class="">   Ptr<Node> node = ...;</div><div class="">   size_t currentPitSize = node->GetObject<L3Protocol>()->getForwarder()->getPit()->size();</div><div class="">   ... save the value</div><div class=""><br class=""></div><div class="">--</div><div class="">Alex</div><br class=""><div><blockquote type="cite" class=""><div class="">On Sep 16, 2016, at 9:00 PM, 황인찬 <<a href="mailto:neogeoss@ajou.ac.kr" class="">neogeoss@ajou.ac.kr</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">When I looked into PIT.cpp in NFD. There is a function to measure PIT size. <div class="">I wanted to make use of it at NDNSIM. Thus, I was trying to change <a class="external gmail-reference" href="http://ndnsim.net/2.1/doxygen/classns3_1_1ndn_1_1L3RateTracer.html" style="color:rgb(145,165,1);text-decoration:none;font-weight:bold;border-bottom:1px dashed rgb(145,165,1);font-family:"lucida grande",verdana,geneva,arial,sans-serif;font-size:14.6667px;line-height:19.0667px;text-align:justify">ndn::L3RateTracer</a> to record </div><div class="">each node's PIT size. However, I was not able to find anything related. I think anything related with forwarder class must be there</div><div class="">to trace it. Do you guys know any way to trace each node's PIT size ??</div><div class=""><br class=""></div><div class="">Best wishes,</div><div class=""><br class=""></div><div class="">inchan Hwang</div></div></div></blockquote><br class=""></div></body></html>