Skip to content

This project contains the initial steps for CBT output Visualization by Soumya (from IIIT-H)

Notifications You must be signed in to change notification settings

MSSoumya/cbt-output-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project contains the initial steps for CBT output Visualization by Soumya (from IIIT-H)

Directory Structure

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

How to Execute

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.

Dependencies

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)

About

This project contains the initial steps for CBT output Visualization by Soumya (from IIIT-H)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages