Author Topic: CPU-minutes are not displayed for completed jobs  (Read 3843 times)

MV_Hamburg

  • Newbie
  • *
  • Posts: 1
CPU-minutes are not displayed for completed jobs
« 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

jburk

  • Administrator
  • *****
  • Posts: 493
Re: CPU-minutes are not displayed for completed jobs
« Reply #1 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.