Analyzing Performance of HPC Cluster System using Python.
About
Using this Python program, developed by me, Rusif Eyvazli, you can graph a scatter plot using hostnum.csv file for X-axis and at least one and at most three of the CSV files that include data to analyze a sample cluster system. It reads Run Times and Node Names columns from the data file(s) and indexed Node Names from hostnum.csv. The graph is being plotted using the indexed Node Names in X-axis as X-ticks with corresponding values from the CSV data files.
How to run
To run the program, please use the following command:
python Final.py stats-firstFile-.csv
You can add other two optional files and -title optional argument to the command as following:
python Final.py stats-firstFile-.csv stats-secondFile-.csv stats-thirdFile-.csv -title "Performance for GITHUB sample"
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>