Home › Forums › PeerfactSim Forum › adding new analyzer into kademlia › Reply To: adding new analyzer into kademlia
May 21, 2015 at 7:45 pm
#904
Matthias Feldotto
Guest
The NetWorkloadAnalyzer generates a folder structure in the outputs
folder (with config name, seed, size, date) and there you find the file
“NetWorkload.dat” with the results.
For Kademlia only purposes you find specific analyzers in
de.tud.kom.p2psim.impl.overlay.dht.kademlia2.measurement, for example
de.tud.kom.p2psim.impl.overlay.dht.kademlia2.measurement.KademliaOperationTrafficAnalyzer
(but attention: not every anaylzer prints results to file, look into the
source).
If you use the FilesharingApplication to generate traffic, you can also
use the DHTFilesharingAnalyzer.