Re: EMC CLARiiON Monitoring Wizard now available
Posted: Mon Mar 28, 2011 2:00 pm
The Busy Check{and idle check} only produces the same number every check. 44.1 & 55.8 every time. Please see above. I found an EMC Knowledgebase which confirms this with EMC performance engineering. Here it is:
Problem: Navicli getcontrol -busy -idle command does not return accurate values.
Fix: According to EMC Performance Engineering the best real-time indicator available is the "Storage Processor (SP) utilization value" from the "SP Properties" that is updated approximately every 60 seconds. This value is obtained by checking the SP if it is busy every 100 ms. In other words, the utilization indicates what percent of time the SP was busy. Unfortunately, the utilization value is not directly related to the Busy/Idle values obtained by Navisphere CLI commands because those values are derived from the last reboot of the SP whereas the utilization is a real-time calculation performed every minute.
A delta of the Busy/Idle tick values obtained with the navicli getcontrol -cbt command can be used and the calculation performed on them. (The -cbt switch returns the controller idle and busy ticks.) The results might be the same as the utilization values obtained from the Navisphere Manager GUI. Also, the navicli command can be used in a script.
Problem: Navicli getcontrol -busy -idle command does not return accurate values.
Fix: According to EMC Performance Engineering the best real-time indicator available is the "Storage Processor (SP) utilization value" from the "SP Properties" that is updated approximately every 60 seconds. This value is obtained by checking the SP if it is busy every 100 ms. In other words, the utilization indicates what percent of time the SP was busy. Unfortunately, the utilization value is not directly related to the Busy/Idle values obtained by Navisphere CLI commands because those values are derived from the last reboot of the SP whereas the utilization is a real-time calculation performed every minute.
A delta of the Busy/Idle tick values obtained with the navicli getcontrol -cbt command can be used and the calculation performed on them. (The -cbt switch returns the controller idle and busy ticks.) The results might be the same as the utilization values obtained from the Navisphere Manager GUI. Also, the navicli command can be used in a script.