Home › Forums › PeerfactSim Forum › How to plot simulation results? › Reply To: How to plot simulation results?
As you say, you use the config file “/config/visualization/chord2.xml”
It creates a file named “outputs/DHTFilesharingResults.csv”
This file presents the performance of Chord in the filesharing
application.
Have a look in the config file (chord2.xml), there it is listed which
layers should be simulated and what should be measured during the
simulation.
Following analyzers are active:
<Monitor class=”de.tud.kom.p2psim.impl.common.DefaultMonitor”
start=”0″ stop=”$finishTime”>
<Analyzer
class=”de.tud.kom.p2psim.impl.vis.analyzer.VisAnalyzer” >
<OverlayAdapter
class=”de.tud.kom.p2psim.impl.overlay.dht.chord.chord2.vis.ChordAdapter”/
>
</Analyzer>
<Analyzer
class=”de.tud.kom.p2psim.impl.analyzer.DHTFilesharingAnalyzer” />
</Monitor>
So there are only 2 analyzers: one for the visualization and one for
the performance of Chord in the filesharing application. No
“LookupComplexity.dat” is created.
Use the “DHTFilesharingResults.csv” for your results.
For more information, have a look at the document for the first stepst
in PeerfactSim.KOM – Fork of UPB: http://peerfact.com/?page_id=366
Best regards,