<div>Hi Alex,</div><div><br></div><div>When we use L3AggregateTracer, we usually create it as follows:</div><div>-------------------------------------------------------------------------------------------------------------------</div>
<div>boost::tuple< boost::shared_ptr<std::ostream>, std::list<Ptr<ndn::L3AggregateTracer> > ></div><div> aggTracers = ndn::L3AggregateTracer::InstallAll ("aggregate-trace.txt", Seconds (1.0));</div>
<div>-------------------------------------------------------------------------------------------------------------------</div><div><br></div><div>I think this means that AggregateTracer will print the stat information in the "aggregate-trace.txt" every second.</div>
<div><br></div><div>My question is : </div><div>Is the stat information only for one second interval? </div><div><br></div><div>For instance, at second 1, the Tracer collects 10 incoming Interests, so it prints it out 10; after that, it collects 5 incoming Interests, </div>
<div>so at second 2, how many incoming Interests will the Tracer print out? 5 or 10?</div><div><br></div><div>Thanks,</div><div>Chengyu</div><div><br></div>