Open spi-x-i opened 8 years ago
Currently the feature is temporary implemented by branch aggregateB.
-cmp option allows to produce aligned results between provided data sources; the -cmp option works on top of aggregation solution only. The API considers the target directory (i.e. the current dir) as container of experiments to compare.
Assume you have a dir A containing dir X and Y where X and Y are two different experiments dirs, shee will fetch data over 'logs/dstat/dstat-0.7.2' for both X and Y and will produce two output dir for both X and Y:
Call the API as follows:
python -m shee -O -a -cmp
Thanks to @FelixNeutatz contribute.
Anyway the method should be reimplemented in order to:
Main Goal
Provide a new API able to:
Current State
Two aggregation features:
Draft Design