-ddatabase
Print lock information about the specified database.
-flockfile
Print lock information from the specified lock file. Firebird lock files live in /tmp/firebird.
-o | -p
Print information about lock owner blocks. On by default.
-c Consistency mode. Blocks the lock manager so that no changes to the lock blocks can be made while the
information is gathered.
-l Print information about lock blocks.
-r Print information about lock request blocks.
-h Print information about lock history.
-a Print information about owner blocks, lock blocks, request blocks and history. Same as "-o -l -r -h"
-snum
Print information about lock series num.
-i[filter] intervalcount
Enter interactive mode and continuously display lock counters per second.
Possible filters are:
a lock acquires
o lock operations: enqueues, conversions, downgrades, dequeues, reads, writes and queries
t lock operations by type.
w lock waits
If no filter is given, all activity is shown.
interval is the interval in seconds between displays. count instructs fb_lock_print to exit after
that many displays.
-w Print recursive list of locks each lock waits for.
-m HTML output.