Interface IGlobalTSQueueStatistics

    • Method Detail

      • getPutqmain

        java.lang.Long getPutqmain()
        Getter for field PUTQMAIN

        Number of records written to main TS

        The number of records that application programs wrote to main temporary storage.

      • getGetqmain

        java.lang.Long getGetqmain()
        Getter for field GETQMAIN

        Number of records obtained from main TS

        The number of records that application programs obtained from main temporary storage.

      • getPeakstg

        java.lang.Long getPeakstg()
        Getter for field PEAKSTG

        Peak storage in use (bytes)

        The peak amount of virtual storage in use for temporary storage records at any one time.

      • getCurrstg

        java.lang.Long getCurrstg()
        Getter for field CURRSTG

        Current storage in use (bytes)

        The amount, in bytes, of virtual storage currently being used for temporary storage records.

      • getPutqaux

        java.lang.Long getPutqaux()
        Getter for field PUTQAUX

        Number of records written to auxiliary TS

        The number of records that application programs wrote to auxiliary temporary storage.

      • getGetqaux

        java.lang.Long getGetqaux()
        Getter for field GETQAUX

        Number of records obtained from auxiliary TS

        The number of records that application programs obtained from auxiliary temporary storage.

      • getPeakques

        java.lang.Long getPeakques()
        Getter for field PEAKQUES

        Peak number of queue names in use

        The peak number of temporary storage queue names in use at any one time.

      • getEntlgque

        java.lang.Long getEntlgque()
        Getter for field ENTLGQUE

        Number of entries in longest queue

        Number of records in the largest queue.

      • getQuecrecnt

        java.lang.Long getQuecrecnt()
        Getter for field QUECRECNT

        Number of times queues created

        The number of times that CICS created individual temporary storage queues.

      • getCisize

        java.lang.Long getCisize()
        Getter for field CISIZE

        Control interval size

        The size of the control interval, in bytes.

      • getWrtgtcisz

        java.lang.Long getWrtgtcisz()
        Getter for field WRTGTCISZ

        Number of records with length greater than CISIZE

        The number of records written with a length greater than the control interval size.

      • getCinum

        java.lang.Long getCinum()
        Getter for field CINUM

        Number of control intervals available

        The number of control intervals available to auxiliary storage.

      • getPeakciuse

        java.lang.Long getPeakciuse()
        Getter for field PEAKCIUSE

        Peak number of control intervals used

        The peak number of control intervals containing active data at any one time.

      • getAuxfull

        java.lang.Long getAuxfull()
        Getter for field AUXFULL

        Number of times auxiliary storage exhausted

        The number of times when one or more transactions were suspended because no auxiliary temporary storage was available.

      • getBuffers

        java.lang.Long getBuffers()
        Getter for field BUFFERS

        Number of temporary storage buffers

        The number of times a control interval had to be read from disk.

      • getStrings

        java.lang.Long getStrings()
        Getter for field STRINGS

        Number of temporary storage strings

        The number of temporary storage strings specified in the system initialization table (SIT) or SIT overrides.

      • getBuffwaits

        java.lang.Long getBuffwaits()
        Getter for field BUFFWAITS

        Total number of buffer waits

        The total number of times a request was queued because no buffers were available.

      • getPeakuwbuf

        java.lang.Long getPeakuwbuf()
        Getter for field PEAKUWBUF

        Peak number of users waiting on buffers

        The peak number of requests queued at any one time because no buffers were available.

      • getBufwrites

        java.lang.Long getBufwrites()
        Getter for field BUFWRITES

        Number of buffer writes

        The number of WRITE I/O requests to the temporary storage data set.

      • getWrtfrecvr

        java.lang.Long getWrtfrecvr()
        Getter for field WRTFRECVR

        Number of buffer writes forced by recovery

        The number of WRITE I/O requests caused by recovery being specified for queues.

      • getBufreads

        java.lang.Long getBufreads()
        Getter for field BUFREADS

        Number of buffer reads

        The number of times a control interval had to be read from disk.

      • getFmtwrt

        java.lang.Long getFmtwrt()
        Getter for field FMTWRT

        Number of format writes

        The number of times a new control interval was written at the end of the data set to increase the amount of available space.

      • getPeakusdstr

        java.lang.Long getPeakusdstr()
        Getter for field PEAKUSDSTR

        Peak number of strings in use

        The peak number of concurrent I/O operations.

      • getPeakuwstr

        java.lang.Long getPeakuwstr()
        Getter for field PEAKUWSTR

        Peak number of users waiting on strings

        The peak number of I/O requests that were queued at any one time.

      • getCurruwstr

        java.lang.Long getCurruwstr()
        Getter for field CURRUWSTR

        Number of current users waiting on strings

        The current number of I/O requests that are queued because no strings are available.

      • getCurruwbfr

        java.lang.Long getCurruwbfr()
        Getter for field CURRUWBFR

        Number of current users waiting on buffers

        The current number of requests queued because no buffers are available.

      • getIoerrs

        java.lang.Long getIoerrs()
        Getter for field IOERRS

        Number of I/O errors on data set

        The number of I/O errors that occurred on the temporary storage data set.

      • getStringwait

        java.lang.Long getStringwait()
        Getter for field STRINGWAIT

        Number of times string wait occurred

        The total number of I/O requests that were queued because no strings were available.

      • getCompressions

        java.lang.Long getCompressions()
        Getter for field COMPRESSIONS

        Number of temporary storage compressions

        The number of times the temporary storage buffers were compressed.

      • getCisinuse

        java.lang.Long getCisinuse()
        Getter for field CISINUSE

        Number of control intervals in use

        The number of control intervals currently containing active data.

      • getNamesinuse

        java.lang.Long getNamesinuse()
        Getter for field NAMESINUSE

        Number of temporary storage names in use

        The number of temporary storage queue names currently in use.

      • getLongauxrec

        java.lang.Long getLongauxrec()
        Getter for field LONGAUXREC

        Longest auxiliary record length

        The size, in bytes, of the longest record written to the temporary storage data set.

      • getBytesperci

        java.lang.Long getBytesperci()
        Getter for field BYTESPERCI

        Number of bytes available in control interval

        The number of bytes available for use in the control interval.

      • getSegsperci

        java.lang.Long getSegsperci()
        Getter for field SEGSPERCI

        Number of segments available in control interval

        The number of segments available for use in the control interval.

      • getBytesperseg

        java.lang.Long getBytesperseg()
        Getter for field BYTESPERSEG

        Number of bytes per segment

        The number of bytes per segment of the TS data set.

      • getShrdpooldef

        java.lang.Long getShrdpooldef()
        Getter for field SHRDPOOLDEF

        Number of shared pools defined

        The number of unique Shared TS Queue Pools defined either in the TST with DFHTST TYPE=SHARED, or by using TSMODEL.

      • getShrdpoolconn

        java.lang.Long getShrdpoolconn()
        Getter for field SHRDPOOLCONN

        Number of shared pools connected to

        The number of the TS pools that are actually connected to by this CICS region.

      • getShrdreadreq

        java.lang.Long getShrdreadreq()
        Getter for field SHRDREADREQ

        Number of shared read requests

        The number of TSQ reads that have been issued against shared temporary storage queues.

      • getShrdwritereq

        java.lang.Long getShrdwritereq()
        Getter for field SHRDWRITEREQ

        Number of shared write requests

        The number of TSQ writes that have been issued against shared temporary storage queues.

      • getTsmainlimit

        java.lang.Long getTsmainlimit()
        Getter for field TSMAINLIMIT

        Maximum above the bar storage for TSMAIN

        The maximum amount of above the bar storage which will be used for Temporary Storage, in bytes.

      • getTsmaininuse

        java.lang.Long getTsmaininuse()
        Getter for field TSMAININUSE

        Current used above the bar storage for TSMAIN

        The current utilization of above the bar storage used for Temporary Storage, in bytes.

      • getTsmainpct

        java.lang.String getTsmainpct()
        Getter for field TSMAINPCT

        Percentage utilization of TSMAIN above the bar

        The calculated percentage of above the bar storage used by Temporary Storage.

      • getTsmainhit

        java.lang.Long getTsmainhit()
        Getter for field TSMAINHIT

        Count of times TSMAINLIMIT reached

        The number of times that temporary storage utilization has reached the value of TSMAINLIMIT.

      • getTsmainmax

        java.lang.Long getTsmainmax()
        Getter for field TSMAINMAX

        Maximum TS MAIN storage used

        The maximum amount of MAIN storage used by Temporary Storage. (Duplicates PEAKSTG)

      • getCurrentPercentAuxTSQUsage

        java.lang.Long getCurrentPercentAuxTSQUsage()
        Getter for field TSAUXUSG

        Current percentage of TS auxiliary storage usage

        The current percentage of auxiliary storage usage by Temporary Storage.

      • getPeakPercentAuxTSQUsage

        java.lang.Long getPeakPercentAuxTSQUsage()
        Getter for field TSAUXUSGP

        Peak percentage of TS auxiliary storage usage

        The peak percentage of auxiliary storage usage by Temporary Storage.