Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

Testing & Performance analysis :: RE: Need to understand TCB CPU and SRB CPU

$
0
0
Author: Robert Sample
Posted: Tue Mar 21, 2017 12:29 am (GMT 5.5)

I'm used to the user exit format for CPU timings:
Code:
                                      -----TIMINGS (MINS.)------               
STEPNAME PROCSTEP    RC   EXCP   CONN       TCB       SRB  CLOCK          SERV
         ZPARM       00   2233     31       .00       .00     .0          2705
         CONFZMF     00     85      1       .00       .00    3.2           499
         ZOSMF       00 44724K  11186    145.31      7.33 7963.8   19313169080
where the TCB and SRB times are separated. My apologies for not realizing the format of the OP's message wasn't the same.

However, the bottom line remains for the OP -- yes, SRB time went down but the overall CPU time went up. As shown above, SRB is typically much lower than TCB (although the SRB usage depends upon how the program is using system resources), but both are CPU time and are combined to get total CPU usage.
_________________
TANSTAAFL

The first rule of code reuse is that the code needs to be worth re-using.

"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth


Viewing all articles
Browse latest Browse all 8500

Trending Articles