Interface IGlobalTSQueueStatistics
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface IGlobalTSQueueStatistics extends ICICSResource
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Long
getAuxfull()
Getter for field AUXFULLjava.lang.Long
getBuffers()
Getter for field BUFFERSjava.lang.Long
getBuffwaits()
Getter for field BUFFWAITSjava.lang.Long
getBufreads()
Getter for field BUFREADSjava.lang.Long
getBufwrites()
Getter for field BUFWRITESjava.lang.Long
getBytesperci()
Getter for field BYTESPERCIjava.lang.Long
getBytesperseg()
Getter for field BYTESPERSEGIGlobalTSQueueStatisticsReference
getCICSObjectReference()
java.lang.Long
getCinum()
Getter for field CINUMjava.lang.Long
getCisinuse()
Getter for field CISINUSEjava.lang.Long
getCisize()
Getter for field CISIZEjava.lang.Long
getCompressions()
Getter for field COMPRESSIONSjava.lang.Long
getCurrentPercentAuxTSQUsage()
Getter for field TSAUXUSGjava.lang.Long
getCurrstg()
Getter for field CURRSTGjava.lang.Long
getCurruwbfr()
Getter for field CURRUWBFRjava.lang.Long
getCurruwstr()
Getter for field CURRUWSTRjava.lang.Long
getEntlgque()
Getter for field ENTLGQUEjava.lang.Long
getFmtwrt()
Getter for field FMTWRTjava.lang.Long
getGetqaux()
Getter for field GETQAUXjava.lang.Long
getGetqmain()
Getter for field GETQMAINjava.lang.Long
getIoerrs()
Getter for field IOERRSjava.lang.Long
getLongauxrec()
Getter for field LONGAUXRECjava.lang.Long
getNamesinuse()
Getter for field NAMESINUSEICICSType<IGlobalTSQueueStatistics>
getObjectType()
java.lang.Long
getPeakciuse()
Getter for field PEAKCIUSEjava.lang.Long
getPeakPercentAuxTSQUsage()
Getter for field TSAUXUSGPjava.lang.Long
getPeakques()
Getter for field PEAKQUESjava.lang.Long
getPeakstg()
Getter for field PEAKSTGjava.lang.Long
getPeakusdstr()
Getter for field PEAKUSDSTRjava.lang.Long
getPeakuwbuf()
Getter for field PEAKUWBUFjava.lang.Long
getPeakuwstr()
Getter for field PEAKUWSTRjava.lang.Long
getPutqaux()
Getter for field PUTQAUXjava.lang.Long
getPutqmain()
Getter for field PUTQMAINjava.lang.Long
getQuecrecnt()
Getter for field QUECRECNTjava.lang.Long
getSegsperci()
Getter for field SEGSPERCIjava.lang.Long
getShrdpoolconn()
Getter for field SHRDPOOLCONNjava.lang.Long
getShrdpooldef()
Getter for field SHRDPOOLDEFjava.lang.Long
getShrdreadreq()
Getter for field SHRDREADREQjava.lang.Long
getShrdwritereq()
Getter for field SHRDWRITEREQjava.lang.Long
getStrings()
Getter for field STRINGSjava.lang.Long
getStringwait()
Getter for field STRINGWAITjava.lang.Long
getTsmainhit()
Getter for field TSMAINHITjava.lang.Long
getTsmaininuse()
Getter for field TSMAININUSEjava.lang.Long
getTsmainlimit()
Getter for field TSMAINLIMITjava.lang.Long
getTsmainmax()
Getter for field TSMAINMAXjava.lang.String
getTsmainpct()
Getter for field TSMAINPCTjava.lang.Long
getWrtfrecvr()
Getter for field WRTFRECVRjava.lang.Long
getWrtgtcisz()
Getter for field WRTGTCISZ-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IGlobalTSQueueStatistics> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getPutqmain
java.lang.Long getPutqmain()
Getter for field PUTQMAINNumber 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 GETQMAINNumber 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 PEAKSTGPeak 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 CURRSTGCurrent 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 PUTQAUXNumber 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 GETQAUXNumber 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 PEAKQUESPeak 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 ENTLGQUENumber of entries in longest queue
Number of records in the largest queue.
-
getQuecrecnt
java.lang.Long getQuecrecnt()
Getter for field QUECRECNTNumber of times queues created
The number of times that CICS created individual temporary storage queues.
-
getCisize
java.lang.Long getCisize()
Getter for field CISIZEControl interval size
The size of the control interval, in bytes.
-
getWrtgtcisz
java.lang.Long getWrtgtcisz()
Getter for field WRTGTCISZNumber 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 CINUMNumber of control intervals available
The number of control intervals available to auxiliary storage.
-
getPeakciuse
java.lang.Long getPeakciuse()
Getter for field PEAKCIUSEPeak 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 AUXFULLNumber 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 BUFFERSNumber 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 STRINGSNumber 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 BUFFWAITSTotal 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 PEAKUWBUFPeak 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 BUFWRITESNumber of buffer writes
The number of WRITE I/O requests to the temporary storage data set.
-
getWrtfrecvr
java.lang.Long getWrtfrecvr()
Getter for field WRTFRECVRNumber 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 BUFREADSNumber of buffer reads
The number of times a control interval had to be read from disk.
-
getFmtwrt
java.lang.Long getFmtwrt()
Getter for field FMTWRTNumber 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 PEAKUSDSTRPeak number of strings in use
The peak number of concurrent I/O operations.
-
getPeakuwstr
java.lang.Long getPeakuwstr()
Getter for field PEAKUWSTRPeak 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 CURRUWSTRNumber 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 CURRUWBFRNumber 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 IOERRSNumber 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 STRINGWAITNumber 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 COMPRESSIONSNumber of temporary storage compressions
The number of times the temporary storage buffers were compressed.
-
getCisinuse
java.lang.Long getCisinuse()
Getter for field CISINUSENumber of control intervals in use
The number of control intervals currently containing active data.
-
getNamesinuse
java.lang.Long getNamesinuse()
Getter for field NAMESINUSENumber of temporary storage names in use
The number of temporary storage queue names currently in use.
-
getLongauxrec
java.lang.Long getLongauxrec()
Getter for field LONGAUXRECLongest 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 BYTESPERCINumber 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 SEGSPERCINumber 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 BYTESPERSEGNumber of bytes per segment
The number of bytes per segment of the TS data set.
-
getShrdpooldef
java.lang.Long getShrdpooldef()
Getter for field SHRDPOOLDEFNumber 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 SHRDPOOLCONNNumber 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 SHRDREADREQNumber 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 SHRDWRITEREQNumber 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 TSMAINLIMITMaximum 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 TSMAININUSECurrent 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 TSMAINPCTPercentage 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 TSMAINHITCount 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 TSMAINMAXMaximum TS MAIN storage used
The maximum amount of MAIN storage used by Temporary Storage. (Duplicates PEAKSTG)
-
getCurrentPercentAuxTSQUsage
java.lang.Long getCurrentPercentAuxTSQUsage()
Getter for field TSAUXUSGCurrent percentage of TS auxiliary storage usage
The current percentage of auxiliary storage usage by Temporary Storage.
-
getPeakPercentAuxTSQUsage
java.lang.Long getPeakPercentAuxTSQUsage()
Getter for field TSAUXUSGPPeak percentage of TS auxiliary storage usage
The peak percentage of auxiliary storage usage by Temporary Storage.
-
getCICSObjectReference
IGlobalTSQueueStatisticsReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-