Hitachi

uCosminexus Application Server Expansion Guide


3.6.3 Checking the operating status of CTM schedule queues

This subsection describes how to check the operating status of CTM schedule queues. The operating status of CTM schedule queues can be checked by using the mngsvrutil management command.

To check the operating status of CTM schedule queues, execute the management command by specifying the get subcommand with the queueApps argument. When this command is executed, you can obtain information such as the number of concurrent executions specified at startup of a J2EE application and the number of resident threads currently generated for a J2EE application.

The following shows the format and an execution example of the above command.

Format:
mngsvrutil -m Management-Server-host-name[:port-number] -u management-user-ID -p management-password -t logical-server-name get queueApps
Execution example:
mngsvrutil -m mnghost -u user01 -p pw1 -t myServer get queueApps

For details about the mngsvrutil command, the subcommands of that command, and the information that can be obtained by using that command, see mngsvrutil (Management Server management command) in the uCosminexus Application Server Command Reference Guide.