<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><p data-end="184">Dear ndnSIM community,<br></p><p data-end="421">I am currently working on measuring CS and PIT lookup times in <b data-end="266">Forwarder.cpp</b> by using a clock in the <b data-end="313">onIncomingInterest</b> function. I log these measurements to separate output files for each node. However, I am facing an issue:<br></p><ol data-end="671"><li data-end="484">The node names are <b data-end="462">not appearing</b> in my output files.<br></li><li data-end="671">When using tracers like <b data-end="524">L3Tracer</b>, multiple faces are assigned to each node, making it difficult to map <b data-end="605">faceId</b> to the corresponding <b data-end="640">node name</b>, even with explicit mapping.<br></li></ol><p data-end="918">I tried retrieving node names using <code data-end="737">ns3::Names::FindName(node)</code>, but it does not always return the expected results. Could you please guide me on how to correctly obtain the <b data-end="861">node name</b> in <b data-end="882">Forwarder.cpp</b> and include it in my output logs?<br></p><p data-end="979">Any insights or suggestions would be greatly appreciated.<br></p><p data-end="1010" data-is-last-node data-is-only-node>Best regards,<br>Mohammad Reza Shakournia</p><div><br></div></body></html>