community.sap_install icon indicating copy to clipboard operation
community.sap_install copied to clipboard

feat request: sap_hana_install and sap_swpm execution time

Open sean-freeman opened this issue 2 years ago • 2 comments

feat: Ansible Task in sap_hana_install and sap_swpm to record start time of hdblcm and sapinst, and subsequent display to end user as "Execution time == x minutes ".

Note: this is particularly useful for SAP HANA Scale-Out

sean-freeman avatar Oct 30 '23 11:10 sean-freeman

It is possible to use standard ansible functionality to measure and display execution time of any ansible task with profile_task callback plugin.

https://docs.ansible.com/ansible/latest/collections/ansible/posix/profile_tasks_callback.html

kksat avatar Oct 30 '23 12:10 kksat

It is possible to use standard ansible functionality to measure and display execution time of any ansible task with profile_task callback plugin.

https://docs.ansible.com/ansible/latest/collections/ansible/posix/profile_tasks_callback.html

@kksat Thanks for the hint. However, we want to avoid non-ansible.builtin code wherever possible, for maintainability and supportability reasons.

berndfinger avatar Feb 29 '24 14:02 berndfinger

No further activity after 29-Feb-2024 -> backlog

berndfinger avatar Feb 17 '25 16:02 berndfinger