Get Statistic from Experiment
This script extract an statistic from the scalar file. It receives at least 2 argument: The experiment name and the Statistic name. If you specify as 3rd argument the word split, you will get a single fie for each statistical metric (mean, min, max, std.dev, count). If you omit this 3rd parameter, you will have a single output file. The first line of the output file shows the header of each column: Experiment Replica Module count mean min max stddev sum sqrsum. Each header speak by it self, nevertheless, stddev means standard deviation, and sqrsum, is the sum of all the squared values (useful to calculate some statistics).
Examples:
$ getStatisticsFromExperiment.sh Example "Ping roundtrip delays"
$ getStatisticsFromExperiment.sh Example "Ping roundtrip delays" split
Download