ecklm / adaptive-network-slicing

Project holding the implementation and results of my thesis project at University of Trento, Italy
20 stars 5 forks source link

Implement simulation output converter #25

Closed ecklm closed 4 years ago

ecklm commented 4 years ago

The output of mininet and my experiment scripts is not suitable for generating graphs from them directly. There must be a solution to convert them to a suitable format without human interaction.

The output must be in a format from where it can directly be used to create grahs and include into the paper.

ecklm commented 4 years ago

I won't close this issue now, because it may still be necessary to implement something that makes it easier to use the records for graph generation.

ecklm commented 4 years ago

The controller's output needs to be converted as we don't need all data from it to the graph.

grep nb controller.log.csv | sort --field-separator=, --key=6 > controller.stripped.log.csv