Home › Forums › PeerfactSim Forum › adding new analyzer into kademlia › Reply To: adding new analyzer into kademlia
May 21, 2015 at 7:46 pm
#905
Guest
I added some of the analyzers in
de.tud.kom.p2psim.impl.overlay.dht.kademlia2.measurement:
HourlyTrafficAnalyzer, KademliaOperationTrafficAnalyzer,
KClosestNodesLookupSuccessAnalyzer, OperationDelayAnalyzer,
OperationDelayAndOutcomeAnalyzer, TrafficAnalyzer, to the xml file.
The simulator runs smoothly, but I dont see any outputs from the
analyzers that I added. I went through the code and did not come
across any places where thr output file name is mentioned. Am I
missing something?