This project contains the initial steps for CBT output Visualization by Soumya (from IIIT-H)
The directory structure of this directory is as follows:
├── input │ └── fio_json.out ├── output │ ├── Latency.png │ ├── Trim cycle IO depth levels.png │ └── Write cycle clat Percentiles.png ├── README.org └── src └── data-viz-sample.py
To run the code use the following command:
python src/data-viz-sample.py input/fio_json.out
On running the code, the output(image of graphs) are automatically saved in the output directory.
To run this script the following are the dependencies:
- Linux environment, preferably Ubuntu(14.04 and 16.04) and CentOS 7 [These are tested].
- Python (>=2.7)
- Matplotlib version 2.0.2 (install from here)