Skip to main content

Lock tree

You can analyze the trend of locks during the day. The session that caused a lock (Lock Holder) and the session waiting for a lock (Lock Waiter) can be checked through a tree structure. Through these functions, you can analyze queries by checking the relationship between holders and waiters for locks that occurred at specific points.

Home > Select Project > Analysis > Lock Tree

It provides the time series chart and lock tree for the locks occurred during the day. From the point where a lock first occurred, the structure of holders and waiters is displayed in a tree form. You can check the rock tree over time.

Basic usage guide

Lock tree

Set the desired number1 date and time, and then select an instance from the number2 list. If a lock occurs at the set time, lock wait sessions and the retrieved data appear in the table at the bottom of the screen.

Column information guide

ItemDescription
instanceAgent or instance name.
pidPID of the database process.
tranindexUnique number that identifies the running transaction.
userUser name connected to the database.
query_timeQuery execution time.
transtatusCurrent state of the transaction.
queryExecuted SQL query.
query_hashHash value of the query.
query_paramParameters used for a query.
lock_holderSession that has locked the resources in the current transaction.
Note

WhaTap basically stores the client-related information.