VMMDIAG(3) VERSION 1.0 VMMDIAG(3)
NAME
VMMDIAG - print statistics concerning use of the VMM package
USAGE
ier = vmmdiag()
integer ier, vmmdiag
DESCRIPTION
VMMDIAG is an integer function of the VMM (Virtual Memory Manager)
package used to obtain certain diagnostic messages about the user's
utilization of the VMM package. The information is printed to the vmm output
file in the following format:
VMMDIAG-MAXIMUM MEMORY USED : number WORDS
VMMDIAG-MAXIMUM NUMBER OF MEMORY BLOCKS : number
VMMDIAG-MAXIMUM NUMBER OF SIMULTANEOUSLY LOCKED FIELDS : number
VMMDIAG-NUMBER OF CALLS TO VMMLOD WITH NO LOCKED FIELDS : number
VMMDIAG-NUMBER OF CALLS TO VMMLOD WITH LOCKED FIELDS : numner
VMMDIAG-NUMBER OF DISK READS : number
VMMDIAG-NUMBER OF DISK WRITES : number
Upon successfull completion, VMMDIAG returns a value of zero.
AUTHORS
J.Caveen, M. Lepine, M. Roch - RPN
NOTES
Error that will cause a premature end of program execution
- No previous call to VMMALLC
Latest revision, November 1993
See also vmmallc(3), vmmatt(3), vmmcks(3), vmmcpk(3), vmmcre(3),
vmmdbg(3), vmmdmp(3), vmm_example(1), vmmfgt(3), vmmget(3), vmmhpa(3),
vmmhpd(3), vmmint(3), vmmintro(1), vmmlck(3), vmmlod(3), vmmlse(3), vmmpak(3),
vmmpwd(3), vmmrls(3), vmmrnm(3), vmmsav(3), vmmuld(3), vmmulk(3), vmmuln(3).