Hi All,
SQL ("HANA_Startup_StartupAndRecoveryTimes_Internal") attached in SAP note didn't work in couple of systems which i tried, But table mentioned in SQL helped me here.
Total restart time in Minutes: select (sum(DURATION)/1000)/60 from SYS.M_DEV_RECOVERY_
Total restart time in Seconds: select (sum(DURATION)/1000) from SYS.M_DEV_RECOVERY_
SQL for detailed info of factors: select * from SYS.M_DEV_RECOVERY_
I cross checked time from couple of restart, value is almost the same.
Please correct me if am wrong here.
Thanks,
Razal