reanahub / reana

REANA: Reusable research data analysis platform
https://docs.reana.io
MIT License
123 stars 54 forks source link

Pods status benchmarking #809

Open AndriiPovsten opened 2 months ago

AndriiPovsten commented 2 months ago

The current script allows the user to see the status of all the pods in the submitted workflow. Theoretically, this script should also be able to check if a pod belongs to the same workflow by using reana-client logs -w name of current workflow, but this needs further development and testing. In this script, the user needs to provide the collected live logs created using kubectl and then the necessary data will be taken from the file and plotted for a better understanding of the time taken for each pod state. Which is outside the user's eyes.