Performance-Analysis-for-Network-Storage

This repository is a sample of my original project with almost-exact Python code, sample data and graph.

Download as .zip Download as .tar.gz View on GitHub

Analyzing Performance of Network Storage using Python.

About

Using this Python program, developed by me, Rusif Eyvazli, you can graph a line plot using the data that has special pattern from a data file that’s mixed up with other notes. The challenge in this task was to read the data from the given file which was mixed up with the notes by the data producer. To be able to read the data and get the resulted graph, the data were first filtered out by first two and last columns, then important three columns derived from the resulted data frame and plotted using Seaborn package.

How to run

To run the program, please use the following command:

python Performance.py 072419-SampleData

You can add -title and -width optional arguments to the command as following:

python Performance.py 072419-SampleData -title "Performance for July" -width 0.3

Let me know, if there are any recommendations or issues.

License

The contents of this repository are licensed under the GNU Affero General Public License v3.0

Copyright (C) <2019>  <Rusif Eyvazli>