40.3.2 Checking the operational status of a specific application program
This example outputs connection operation information to enable checking of the operational status of a specific application program.
- Organization of this subsection
(1) Checking application identifiers
This example executes the following command to obtain the application identifier of the application program whose operation information is to be checked.
- ■ Command to be executed
-
adbls -d cnct
- ■ Example of execution results
-
In the execution results, the PROGRAM column displays the application identifier of the application program that is running currently.
(2) Executing the adbstat command
- ■ Command to be executed
-
adbstat -c cnct ...1 -n AP001 ...2
- Explanation:
-
-
Specifies that connection operation information is to be output.
-
Specifies the application identifier (AP001) of the application program for which statistical information is to be output.
-