ctmlsque (output schedule queue information)
Format
ctmlsque [-h] [-CTMDomain CTM-domain-name] [-CTMID CTM-identifier]
[-CTMMyHost host-name-or-IP-address]
[-CTMQueue schedule-queue-registration-name]
[-CTMInterface [interface-name]] [-CSV]
[-CTMAppInfo]
Function
This command outputs scheduling information for a schedule queue.
Arguments
Return values
Output format
*** ctmd Information ***
CTMDomain aa...aa
CTMID bb...bb
--------------------------------------------------------------------
*** CTMQueue Information ***
QueueName cc...cc
Status d
ApplicationCount ee...ee
RequestCount ff...ff
RequestMax gg...gg
QueueLength hh...hh
ParallelCount ii...ii
TotalThreadCount jj...jj
*** Application Information ***
[1]J2EEServerName kk...kk
[1]StartParallelCount ll...ll
[1]ResidentThreadCount mm...mm
[2]J2EEServerName kk...kk
[2]StartParallelCount ll...ll
[2]ResidentThreadCount mm...mm
*** LookupName and Interface Information ***
[1]LookupName nn...nn
[1]InterfaceName oo...oo
[2]LookupName nn...nn
[2]InterfaceName oo...oo
[3]LookupName nn...nn
[3]InterfaceName oo...oo
--------------------------------------------------------------------
*** CTMQueue Information ***
QueueName cc...cc
Status d
ApplicationCount ee...ee
RequestCount ff...ff
RequestMax gg...gg
QueueLength hh...hh
ParallelCount ii...ii
TotalThreadCount jj...jj
*** LookupName and Interface Information ***
:
:
CTMDomain,CTMID
aa...aa,bb...bb
QueueName,Status,ApplicationCount,RequestCount,RequestMax,QueueLength,ParallelCount,TotalThreadCount,J2EEServerName,StartParallelCount,ResidentThreadCount,LookupName,InterfaceName
cc...cc,dd...dd,ee...ee,ff...ff,gg...gg,hh...hh,ii...ii,jj...jj,kk...kk,ll...ll,mm...mm,nn...nn,oo...oo
,,,,,,,,kk...kk,ll...ll,mm...mm,nn...nn,oo...oo
,,,,,,,,,,,nn...nn,oo...oo
:
:
QueueName,Status,ApplicationCount,RequestCount,RequestMax,QueueLength,ParallelCount,TotalThreadCount,J2EEServerName,StartParallelCount,ResidentThreadCount,LookupName,InterfaceName
cc...cc,dd..dd,ee...ee,ff...ff,gg...gg,hh...hh,ii...ii,jj...jj,kk...kk,ll...ll,mm...mm,nn...nn,oo...oo
,,,,,,,,kk...kk,ll...ll,mm...mm,nn...nn,oo...oo
,,,,,,,,,,,nn...nn,oo...oo
:
:
Symbol | Description | Type |
---|---|---|
aa...aa | Specified CTM domain name (1 to 31 alphanumeric characters) | CTM daemon information |
bb...bb | Specified CTM identifier (1 to 31 alphanumeric characters) | |
cc...cc | Schedule queue name that matches the specified condition (1 to 63 alphanumeric characters) | Schedule queue information 1 |
d | One of the following values indicating the schedule queue status that matches the specified condition:
| |
ee...ee | Number of J2EE applications that share the schedule queue (5 decimal digits) | |
ff...ff | Number of requests retained in the schedule queue (10 decimal digits) | |
gg...gg | Maximum number of requests that have been retained in the schedule queue (10 decimal digits) | |
hh...hh | Number of requests that can be registered concurrently (5 decimal digits) | |
ii...ii | Number of concurrent executions managed by the schedule queue (3 decimal digits) | |
jj...jj | Total number of resident threads managed by the schedule queue (3 decimal digits) | |
kk...kk | Name of the J2EE server to which the schedule queue is connected (alphanumeric characters) | Schedule queue information 2 |
ll...ll | Number of concurrent executions at startup of the J2EE application displayed by kk...kk (3 decimal digits) | |
mm...mm | Number of currently resident threads for the J2EE application displayed by kk...kk (3 decimal digits) | |
nn...nn | INS registration name managed by the queue (alphanumeric characters) | Schedule queue information 3 |
oo...oo | Interface name managed by the queue (alphanumeric characters) |
Notes