NetBase for MPE Reference Guide
Chapter 9
9-12
Program Output
The following table provides definitions of the terms used in the NBRPT02 report.
Term Description
OPENS
The total number of times that this file was opened by this
program.
AVG ACCESS TIMES
Wall The average amount of elapsed time in msec that it took to
complete all calls against this file. This is computed:
Total Wall time/Count
CPU The average amount of CPU time in msec that it took to
process all calls against this file. This is computed:
Total CPU time/Count
Impede The average amount of time that this process spent
impeded waiting for a lock. The impede time is calculated:
(Total Elapsed lock - Total CPU lock)/Lock Count
Overall Count The total number of calls issued against this file
by this process.
% OF PROCESS TOTAL
Wall The percentage of wall time that this process spent
accessing this file. This is calculated:
Total Wall this file / Total Process wall * 100
CPU The percentage of CPU time that this process spent
accessing this file. This is calculated:
Total CPU this file / Total Process CPU * 100
Impede The percentage of process wall time that this process
spent waiting for a lock.