Hi Guys,
I'm new to Zenoss, but I'm trying to find out a way to monitor the performance of my IBM's DS5020.
I can pull some data from the DS with the IBM client command line: SMcli
# ./SMcli <Controller-A IP> <Controller-B IP> -c "set session performanceMonitorInterval=60 performanceMonitorIterations=1; show allLogicalDrives performanceStats;"
This will give me an output like this:
Performing syntax check...
Syntax check complete.
Executing script...
"Performance Monitor Statistics for Storage Subsystem: enclosureDS5020 - Date/Time: 6/11/13 11:50:12 AM - Polling interval in seconds: 60"
"Storage Subsystems ","Total IOs ","Read Percentage ","Cache Hit Percentage ","Current KB/second ","Maximum KB/second ","Current IO/second ","Maximum IO/second"
"Capture Iteration: 1","","","","","","",""
"Date/Time: 6/11/13 11:50:13 AM","","","","","","",""
"CONTROLLER IN SLOT A","32925.0","67.9","52.6","15115.0","15115.0","539.8","539.8"
"Logical Drive D5020_A_100_host1","23.0","13.0","0.0","8.6","8.6","0.4","0.4"
"Logical Drive D5020_A_64_host1","21.0","0.0","0.0","0.2","0.2","0.3","0.3"
"Logical Drive DS5020_A_100_host2","0.0","0.0","0.0","0.0","0.0","0.0","0.0"
"Logical Drive DS5020_A_128_host3","21.0","0.0","0.0","0.2","0.2","0.3","0.3"
...
"CONTROLLER IN SLOT B","4879.0","20.0","60.0","1884.9","1884.9","80.0","80.0"
"Logical Drive DS5020_B_100_host1","1700.0","0.0","0.0","260.6","260.6","27.9","27.9"
"Logical Drive DS5020_B_100_host4","979.0","94.6","0.0","124.2","124.2","16.0","16.0"
"Logical Drive DS5020_B_128_host5","56.0","3.6","0.0","135.0","135.0","0.9","0.9"
...
"STORAGE SUBSYSTEM TOTALS","37804.0","61.7","52.6","16999.9","16999.9","619.7","619.7"
Script execution complete.
SMcli completed successfully.
I can also export those data to a txt or csv file. Can I get Zenoss to give me a graph of those data?
Thanks