PipelineFX Forum

Qube! => GUI => Topic started by: MV_Hamburg on March 21, 2015, 06:18:15 PM

Title: CPU-minutes are not displayed for completed jobs
Post by: MV_Hamburg on March 21, 2015, 06:18:15 PM
Hi,

i added the CPU-minutes (timecumulative) column to the jobs tab.
Unfortunately the data is only shown for running jobs, not for completed.
For that i have to select each single job.
Is there an easier way to show the CPU-minutes for all completed jobs?

Thanks!
Jens
Title: Re: CPU-minutes are not displayed for completed jobs
Post by: jburk on March 22, 2015, 01:40:39 AM
This compromise is by design for performance purposes; the 'cpu-minutes' value comes from the data for each individual job instance, not the job itself.  It's then summed-up to show the total CPU-minutes for the entire job.

The data for each individual instance is only fetched for running jobs (in order to correctly populate the 'Running Instances' view), and when you select a job, which also retrieves the per-frame data for that job.  If the per-instance data was retrieved for all jobs all the time, WranglerView would take forever to refresh.