10.7 Checking the threads running on the HADB server
To perform the following, execute the adbls -d thd command:
-
Checking real threads and pseudo-threads that are running on the HADB server
-
Identifying the connection or SQL statement that is using a real thread
The following shows an example of the execution result of the adbls -d thd command.
- Explanation
-
A list of threads that are running on the HADB server is displayed.
For an explanation of individual items of the execution result of the adbls -d thd command, see Example in adbls -d thd (Display the Thread Status) in the manual HADB Command Reference.
To check the processing status of the application or command that corresponds to the connection that is using a real thread, see 10.8.1 Checking the application or command processing status.