list-lockq

list-lockq


list-lock-queue Index Level list-locks
Syntax
Category TCL
Type Verb
Description lists the processes which are enqueued (waiting) to lock a frame, which is currently locked by some other process.

The display includes the following:

"Waiting line#" is the "waiter's" (the one waiting for the item) port.number.

"Waiting level" is the "waiter's" push-level.

"owner line#" is the "owner's" (the one locking the item) port.number.

"owner level" is the owner's push-level.

"fcb fid" is the File Control Block frame-id number.

"group fid" is the group Frame-ID.

"item id" is the item-id that is currently locked.
Options
See Also unlock-item unlock-group list-lock-queue list-lock-que list-locks (R83) list-locks unlock-file
Example list-lockq

Waiting         owner     fcb group
line# level  line# level  fid  fid  item id

0000    00                    0096B8
0038    01                    0535F5
Warnings
Compatibility D3 7.0 AP
list-lock-queue Index Level list-locks