NetBase for MPE Reference Guide

NetBase Statistics
9-9
Program Output
The following table provides definitions of the terms used in the NBRPT01 report.
Term Description
OPENS
The total number of times that this file was opened by this program.
READS
Count The total number of read type intrinsics issued against this file by
this program. Read type intrinsics are considered to be DBFIND, DBGET,
FREAD, FREADBYKEY, FREADLABEL, FREADSEEK, FREADC, FFINDBYKEY
and FFINDN.
Avg Wall The average amount of elapsed time in msec that it took for each
read type activity. This is computed:
Total Wall time/Count
Avg CPU The average amount of CPU time in msec that it took for each
read type activity. This is computed:
Total CPU time/Count
UPDATES
Count The total number of update type intrinsics issued against this file
by this program. Update type intrinsics are considered to be DBPUT,
DBUPDATE, DBDELETE, FWRITE, FWRITEDIR, FDELETE, FUPDATE and
FWRITELABEL.
Avg Wall The same as read, except using update type intrinsics.
Avg CPU The same as read, except using update type intrinsics.
OTHER
Count The total number of non-read or update type intrinsics issued
against this file by this program. These intrinsics are considered to be all
other file intrinsics not listed above.
Avg Wall The same as read, except using non-read or update type
intrinsics.
Avg CPU The same as read, except using non-read or update type
intrinsics.
OVERALL
Count The total of the previous three categories.
Avg Wall The average of the previous three columns.
Avg CPU The average of the previous three columns.