Uses of Class
com.blackhillsoftware.smf.smf98.cics.ExceptionalJob
Package
Description
Mapping for SMF type 98 Workload Interaction Correlator and High Frequency Throughput Statistics (HFTS) record -
for usage details see
Smf98Record
Smf98s1Record
Smf98s1024Record
Smf98s1025Record
Mapping for SMF type 98 subtype 1024 (CICS) WIC record -
for usage details see
Smf98s1024Record
.-
Uses of ExceptionalJob in com.blackhillsoftware.smf.smf98
Modifier and TypeMethodDescriptionSmf98s1024Record.exceptionalJobs()
Get a List containing CICS Exceptional Job sections from the record -
Uses of ExceptionalJob in com.blackhillsoftware.smf.smf98.cics
Modifier and TypeMethodDescriptionstatic ExceptionalJob
ExceptionalJob.create
(byte[] Data, int offset, int length) create is intended for internal use only.ExceptionalJobIndex.topAvgCputimeJob()
ExceptionalJob with the highest average CPU time processing transactions in this bucket for all CPU typesExceptionalJobIndex.topAvgResptimeJob()
ExceptionalJob with the highest average response time processing transactions in this bucket.ExceptionalJobIndex.topTotTimeJob()
ExceptionalJob entry with the highest total time processing transactions in this bucket for this bucket CPU type (ExceptionalJobIndex.cpuType()
).ExceptionalJobIndex.topTransJob()
ExceptionalJob with the highest number of transactions in this bucket.Modifier and TypeMethodDescriptionstatic ExceptionalJobIndex
ExceptionalJobIndex.create
(byte[] Data, int offset, int length, List<ExceptionalJob> jobs) create is intended for internal use only.