Scripts for parsing XIV Performance Statistics
Clone the repo & make sure the scripts are executeable
git clone https://github.com/mcaleavya/XIV-Performance.git
cd XIV-Performance
chmod 755 xiv_host xiv_vol xiv_port xiv_hba graph_xiv_data.pl
vi the xiv_ files and enter your <username> & <password> for the storage array and your influxdb details
./xiv_host <ARRAY> <DAY> <MONTH>
i.e.
./xiv_host TESTXIV 03 11
./xiv_vol <ARRAY> <DAY> <MONTH>
i.e.
./xiv_vol TESTXIV 03 11
./xiv_port <ARRAY> <DAY> <MONTH>
i.e.
./xiv_port TESTXIV 03 11
./xiv_hba <ARRAY> <DAY> <MONTH>
i.e.
./xiv_hba TESTXIV 03 11
./xiv_array <ARRAY> <DAY> <MONTH>
i.e.
./xiv_array TESTXIV 03 11