locks - lefred/mysqlshell-plugins GitHub Wiki
locks
NAME
locks - Locks information utilities.
DESCRIPTION
A collection of methods to deal with MySQL Locks.
FUNCTIONS
getAllLocks([limit][, session])
Prints the locks held by threads.
getLocks([limit][, session])
Prints the locks held by threads.
help([member])
Provides help about this object and it's members
Methods:
getAllLocks
Prints the locks held by threads.

getLocks
Print the lock information for a thread

see https://lefred.be/content/mysql-lock-information-in-mysql-shell/