My work is to calculate the expected time to complete a job in cloud environment. I found a research [1] intructed the equation to calculate the expected time to complete the job as .
Even though I have the MIPS (Million Instructions Per Second) but how to have the length of a job (the Millions of Instructions (MI)) followed by the above equation?
I wonder if the MI could be calculated by using the required CPU and RAM in job specification when submiting to a cloud system?
I tried to find information from using eBPF but cannot find any instructions to trace the MI metrics.
Update: In case, the above link cannot be accessed, here is the screenshot of the paper where I found the formulation.