NetBase for MPE Reference Guide
Chapter 9
9-6
The heading information is straightforward. The node that the program was run on is listed after
the USER: information. The node that the file lives on is listed after the FILE: information. If the
program node does not match the file node, the file is designated as a REMOTE FILE.
One detail line is given for each intrinsic called by the process for each file. Average timings are
computed for each intrinsic. The percentages refer to the relative percentages of access broken
down by intrinsic. In the example, 22% of the intrinsic calls were to FCONTROL, but FCONTROL was
responsible for 83% of the total elapsed time and 64% of the CPU time spent accessing this file.
This example is of the output generated for IMAGE databases:
*******************************************************************************
USER: #J326 TSPROC,JOB.CEI (TEST)
PROGRAM: TSPROC.PUB.CEI
FILE: IDEAS.DATA.CEI (TEST)
OPENED: THU, JUL 16, 1987, 3:58 AM
CLOSED: THU, JUL 16, 1987, 5:16 AM
-TOTAL (msec)- -AVG (msec)- - % of TOTAL-
Count Wall CPU Wall CPU Cnt Wall CPU
DBOPEN 1 527 186 527 186 0 0 0
DBCLOSE 1317 1323 904 1 1 3 0 0
DBFIND 12933 336702 69006 26 5 25 40 32
DBGET 14705 409649 83695 28 6 29 48 38
DBLOCK 7330 11883 8053 2 1 14 1 4
DBPUT 8 1679 448 210 56 0 0 0
DBUNLOCK 7330 6895 5158 1 1 14 1 2
DBUPDATE 7376 83589 51383 11 7 14 10 23
*******************************************************************************
This display is the same as the MPE file display. The only difference is that the IMAGE intrinsics
are displayed.