40.3.3 Checking the operational status of a specific global buffer
This example outputs global buffer statistical information to enable checking of the operational status of a specified global buffer.
- Organization of this subsection
(1) Checking global buffer names
This example checks for the name of a global buffer to verify statistical information.
-
Execute the adbls -d gbuf command to check the names of the global buffers. For details about the adbls -d gbuf command, see 24. adbls -d gbuf (Display Global Buffer Information).
-
Check the message log file when the HADB server starts and obtain the global buffer names from the server definition information in the KFAA50027-I message that is output.
-
Check the server definition file ($ADBDIR/conf/server.def) used to start the HADB server and obtain the global buffer names.
(2) Executing the adbstat command
- ■ Command to be executed
-
adbstat -c buf ...1 -n BUF001 ...2
- Explanation:
-
-
Specifies that global buffer statistical information is to be output.
-
Specifies the name of the global buffer (BUF001) for which statistical information is to be output.
-