How to get the real execution time of a Pipeline and the duration time of start up of the VMs of a Dataflow Job

此生再无相见时 提交于 2019-12-11 05:59:03

问题


I want to get both duration times: the exact time of start up of the Virtual Machines deployed in Compute Engine, and the real execution time of the Pipeline, when a Dataflow Job ends (which is much less than the elapse time showed by the Job in the Dataflow website)

I need to get these duration times from Java, and maybe if I can get these values directly from Google Cloud website will be fine also.

来源:https://stackoverflow.com/questions/45122068/how-to-get-the-real-execution-time-of-a-pipeline-and-the-duration-time-of-start

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!