Page 1 of 1

What is total CPU time?

Posted: Fri Jul 07, 2017 2:27 pm
by Prakash Jha
Hi,

What is total CPU time for Job? Should we just take TCB time? Should be just take SRB time? But what is the Total CPU time shown in the SYSOUT itself, is not it TCB+SRB already? Or all of this is just not applicable? Please guide me on this, this seems to be confusing?

Re: What is total CPU time?

Posted: Fri Jul 07, 2017 2:54 pm
by nicc
Does it matter what total cpu time is and what makes it up? If 'yes' - why?

Did you search for an answer in the forum? If so, what was it that you did not understand?

Re: What is total CPU time?

Posted: Fri Jul 07, 2017 6:57 pm
by Robert Sample
Total CPU time for a job will generally be TCB time plus SRB time ... plus zIIP/zAAP time (if any). TCB time is the time spent in your program while SRB time is the time spent doing I/O and other system activities. The job output will reflect the total of TCB and SRB (within the accuracy of the display -- CPU time is kept to a much higher precision that the job output allows to be shown).