View previous topic :: View next topic
|
Author |
Message |
danik56
New User
Joined: 08 Mar 2017 Posts: 56 Location: Israel
|
|
|
|
Is there a way to report on CPU and wait time for transactions with program level breakdown ?
We have an application that runs both Java and COBOL programs under a single transaction and would like to get an idea how much CPU and waits are atrributed to each program (Java & COBOL) |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
Many tools can do it, e.g. IBM-Omegamon
Please talk to CICS site support, they should help you. |
|
Back to top |
|
|
danik56
New User
Joined: 08 Mar 2017 Posts: 56 Location: Israel
|
|
|
|
Rohit Umarjikar wrote: |
Many tools can do it, e.g. IBM-Omegamon
Please talk to CICS site support, they should help you. |
What do you mean by "CICS site support"? what site ? |
|
Back to top |
|
|
vasanthz
Global Moderator
Joined: 28 Aug 2007 Posts: 1744 Location: Tirupur, India
|
|
|
|
The short answer is, you need tools like IBM APA or Strobe or Tritune.
I've seen this detail generated by tools like IBM Application performance analyzer or Strobe. Your site may/may not have these tools.
You setup a monitor on the tool specifying what CICS region and the transaction that needs to be monitored. Once the transaction completes, the tool then gives a break down of CPU usage, wait times by program.
Once you map the compile listing of the program on the tool like APA, it can provide CPU and delay information by program statements. |
|
Back to top |
|
|
danik56
New User
Joined: 08 Mar 2017 Posts: 56 Location: Israel
|
|
|
|
Thanks...I don't believe we hava CICS PA included in the ADCD stack but I will double check |
|
Back to top |
|
|
vasanthz
Global Moderator
Joined: 28 Aug 2007 Posts: 1744 Location: Tirupur, India
|
|
|
|
Hello,
I meant IBM APA - Application performance Analyzer. It is a different product compared to CICS PA, CICS PA doesn't do real-time data gathering like APA.
You can ask your z/OS systems programmers if you have IBM APA available to you. Omegamon for CICS is included with ADCD, it also might have information at program level(I have not used Omegamon)
Good luck |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
danik56 wrote: |
Rohit Umarjikar wrote: |
Many tools can do it, e.g. IBM-Omegamon
Please talk to CICS site support, they should help you. |
What do you mean by "CICS site support"? what site ? |
It means if you are a developer then there must be CICS admin group or CICS System Staff who can help you. These tools ( CA SYSVIEW might help too ) provides all such info you are asking. I have used omegamon in past but don’t have idea on CICS PA. |
|
Back to top |
|
|
|