Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How does RTC determine the Progress of a build?

I was looking at the build view in Eclipse where I noticed that the build was 75% done and 2 minutes over due. How does RTC determine if the build is 75% done?

Thanks!

0 votes



One answer

Permanent link
amcohen.us.ibm.com wrote:
I was looking at the build view in Eclipse where I noticed that the
build was 75% done and 2 minutes over due. How does RTC determine if
the build is 75% done?

The percent done is based on the number of activities in the build. It
compares the number of activities so far in the current build against
the average number of activities in some number of previous builds. (I
don't know how many historical builds are used to compute the average.)

The estimated completion time is computed similarly, by comparing the
running time of the build against the historical average. But it uses
only the total running time and doesn't look at individual activities.

So in your specific example, the build so far had taken two minutes
longer than an average build, but only 3/4 of the activities that
normally happen had happened so far.

Those metrics are useful if your builds usually do the same things and
take about the same amount of time. If your builds vary greatly in the
total amount of time they take and in the build activities that happen
(as is the case with some of our builds), those estimates are pretty
much useless.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Oct 08 '09, 1:06 p.m.

Question was seen: 3,923 times

Last updated: Oct 08 '09, 1:06 p.m.

Confirmation Cancel Confirm