[ndnSIM] Help: trace files for metrics

jinyangl at mail.ustc.edu.cn jinyangl at mail.ustc.edu.cn
Mon Dec 4 19:26:07 PST 2017


I also encounter the same question: In file "ndn-tree-tracers.cpp", i follow the advice that putting the InstallAll() before Simulatou::Run(),
like:
          Simulator::Stop(Seconds(20.0));
          ndn::L3RateTracer::InstallAll("rate-trace.txt", Seconds(0.5));
          Simulator::Run();
          Simulator::Destroy();
and i run ./waf --run=ndn-tree-tracers --vis  in documents ndnSIM/ns-3 ,so the file rate-trace.txt also be created in this document.
but i cannot find any data in rate-trace.txt only like :
Time Node FaceId FaceDescr Type Packets Kilobytes PacketRaw KilobytesRaw


when i run "Rscript src/ndnSIM/examples/graphs/rate-graph.R" , it has a error " no lines available in input"
can you give me some idea ?



jinyangl at mail.ustc.edu.cn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20171205/cb613026/attachment.html>


More information about the ndnSIM mailing list