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