spi-x-i / shee

A simple data visualization tool
GNU General Public License v3.0
1 stars 1 forks source link

Add aligned system comparison aggregated charts #2

Open spi-x-i opened 7 years ago

spi-x-i commented 7 years ago

Main Goal

Provide a new API able to:

Current State

Two aggregation features:

Draft Design

spi-x-i commented 7 years ago

Update

Currently the feature is temporary implemented by branch aggregateB.

How to Use

-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.

spi-x-i commented 7 years ago

Anyway the method should be reimplemented in order to: