Home › Forums › PeerfactSim Forum › How to publish something in the gnutella overlay? › Reply To: How to publish something in the gnutella overlay?
I am using the following analyzers
<Monitor class=”de.tud.kom.p2psim.impl.common.DefaultMonitor”
start=”0″ stop=”$finishTime”>
<Analyzer
class=”de.tud.kom.p2psim.impl.overlay.gnutella04.analyzer.GnutellaMessageAnalyzer”/
>
<Analyzer
class=”de.tud.kom.p2psim.impl.overlay.gnutella04.analyzer.GnutellaQueryAnalyzer”/
>
<Analyzer
class=”de.tud.kom.p2psim.impl.overlay.gnutella04.analyzer.GnutellaNetLoadAnalyzer”/
>
<Analyzer class=”de.tud.kom.p2psim.impl.vis.analyzer.VisAnalyzer”
messageEdges=”true”>
<OverlayAdapter
class=”de.tud.kom.p2psim.impl.overlay.gnutella04.vis.Gnutella04Adapter”/
>
</Analyzer>
</Monitor>
So the analyzing is performed during the full execution time.
Thanks