What is the primary function of C/Prof?
C/Prof analyzes CICS transaction performance by leveraging the CICS internal trace. It identifies performance bottlenecks and resource contention within CICS applications.
How does C/Prof collect performance data?
C/Prof uses the CICS internal trace to gather data. It does not require modifications to application code. The analysis focuses on transaction execution paths and resource usage.
What types of performance problems can C/Prof identify?
C/Prof identifies long-running transactions, excessive CPU consumption, I/O bottlenecks, and contention for CICS resources such as enqueue locks and temporary storage.
How does C/Prof present performance analysis results?
C/Prof provides reports and displays that highlight performance bottlenecks. Users can drill down into transaction execution paths to pinpoint the root cause of performance issues.