AGETLKI, Utilities, displays information retrieved from SYS$GETLKIAGETLKI - This is a midnight hack to display information retrievedCfrom SYS$GETLKI. It is abysmal code, but it provides an interestingDlook at the way locks are being used on your system. Eventually thisGwill become a better program, it is really only an "alpha" test programEat this point. While looking through the results of this program, youKwill want to look at the Appendix in Volume 2 of the Update Express version,of the Internals and Data Structures Manual.FThis program simply gets info on ALL locks, then tries to sort them byGresource name, with the exception of placing all RMS locks first (sinceFthat is my main interest currently) - ordered by the filename that theresource is referring to.HThis requires CMKRNL and (optionally) ALTPRI privilege to run. It writesFdirectly to SYS$OUTPUT, and displays binary garbage (from the resource2names), I redirect SYS$OUTPUT to a file, then use:/ $ SEARCH/FORMAT=DUMP filespec ""/OUTPUT=outputGto generate a file with the binary garbage replaced with readable text. (Hey, I said this was a hack...)BAll commentary welcome! Please send them to JOE@FHCRCVAX.bitnet...