Tsqueue Totals Report

Figure 81 shows the format of the Tsqueue totals report. The totals are calculated from data gathered using the EXEC CICS® INQUIRE TSQUEUE command. The field headings and contents are described in Table 205.

Figure 81. The TSQueue Totals Report
Applid IYK2Z1V2  Sysid CJB3  Jobname CI07CJB3    Date 12/17/2004  Time 08:44:37       CICS 6.4.0      PAGE    53
 
 
Tsqueue Totals
 
  Current temporary storage queues . . . . . . . . . . . . . . . :           5
 
  Current auxiliary temporary storage queues . . . . . . . . . . :           5
  Current items in auxiliary temporary storage queues. . . . . . :           5
  Average items per auxiliary temporary storage queue. . . . . . :           1
 
  Current main temporary storage queues. . . . . . . . . . . . . :           0
  Current items in main temporary storage queues . . . . . . . . :           0
  Average items per main temporary storage queue . . . . . . . . :           0
Table 205. Fields in the Tsqueue Totals Report
Field Heading Description
Current temporary storage queues The total number of temporary storage queues currently in use.
Current auxiliary temporary storage queues The total number of temporary storage queues currently in auxiliary storage.

Source field: EXEC CICS INQUIRE TSQNAME() LOCATION(cvda)

Current items in auxiliary temporary storage queues The total number of items in temporary storage queues currently in auxiliary storage.

Source field: EXEC CICS INQUIRE TSQNAME() NUMITEMS()

Average items per auxiliary temporary storage queue The average number of items in each temporary storage queue currently in auxiliary storage.

Source field: Current items in auxiliary temporary storage queues / Current auxiliary temporary storage queues

Current main temporary storage queues The total number of temporary storage queues currently in main storage.

Source field: EXEC CICS INQUIRE TSQNAME() LOCATION(cvda)

Current items in main temporary storage queues The total number of items in temporary storage queues currently in main storage.

Source field: EXEC CICS INQUIRE TSQNAME() NUMITEMS()

Average items per main temporary storage queue The average number of items in each temporary storage queue currently in main storage.

Source field: Current items in main temporary storage queues / Current main temporary storage queues

Related reference
Back to full list of DFH0STAT reports
The DFH0STAT reports
Interpreting these statistics
Interpreting temporary storage statistics
Full listing and DFHSTUP reports for these statistics
Temporary storage statistics
Appendix B. Shared temporary storage queue server statistics

[[ Contents Previous Page | Next Page Index ]]