named-data-ndnSIM / ndnSIM

ndnSIM: NS-3 based NDN simulator
GNU General Public License v3.0
108 stars 165 forks source link

Display and record the evolution of the PIT size of a router during a simulation #109

Open hadibiabdennour opened 3 years ago

hadibiabdennour commented 3 years ago

Hi everyone, I'm trying to set the maximum size of the PIT of a router and record the evolution of its size during a simulation in order to trace a graph. I'm working on examples/ndn-simple.cpp example and I'm using the 2.8 version of ndnSIM.

I have found a function nfd::pit::Pit::size() but I couldn't use it

lalithachinmayee commented 1 year ago

Hi Sir,

Were you able to obtain a solution for this?

Please share the same if so.

Thank you.

hadibiabdennour commented 1 year ago

No solution yet