mapa17 / Eruliaf

A BitTorrent like overlay peer simulator
GNU General Public License v3.0
1 stars 0 forks source link

Creating of the observer class #25

Closed mapa17 closed 12 years ago

mapa17 commented 12 years ago

A simple observer class shall be implemented that creates csv files which will be visualized with gnuplot. During the execution of the simulation the observer can output run time statistics on the simulation ( eg. #of peers and their status )

mapa17 commented 12 years ago

Created observer class that generates a bunch of cvs files in /statistics In the same folder a R script can be found for every type of statistic that will generate a graph out of the csv files. The bash script createStatistics.sh will call all this scripts, and put all created images into an pdf file Statistics_Summary.pdf