Performance monitoring
Our C++ application with DB2 runs in CICS TS1.2. Going by the design of our application, different sets of load modules and DLLs run under the same CICS transaction code.

We are struggling to identify the performance hotpots in the application because of the lack of proper application performance analysis tools. InTune, Strobe and IBM C++ performance analyzers are not of any help.

What do you suggest we should do to capture CPU and other resource consumption metrics? I heard that there is a subtype of SMF record type 110 which, when turned on, gives application CSECT level resource usage statistics.


    Requires Free Membership to View

    When you register, you’ll also receive targeted alerts from my team of editorial writers and independent industry experts with the latest news, tips, and advice to help you do your job more efficiently and effectively. Our goal is to keep you informed on the hottest topics and biggest challenges faced by IT professionals today working with data center technologies.

    Margie Semilof, Editorial Director

    By submitting your registration information to SearchDataCenter.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchDataCenter.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

I'm afraid that you won't like my answer. If you do not have the proper tools around for C/C++ monitoring, then CICS cannot help you. You can get all the usual transaction-related things (including the DB2 expense) from stats/monitoring but you seem to want to go deeper down.

In order to go deeper down, then you will need a tool that understands C DLLs and can hook into function calls (you may need to compile with debugging options to get this going). As you suggest, the C++ performance analyzer does this and I think you should consider getting it in to do the analysis you seem to need.

Robert Harris
Inventor
CICS Technical Strategist -- CICS expert at Search390.com

Editor's note: Do you agree with this expert's response? If you have more to share, post it in one of our .VO7aaqqaAFk.0@/search390>discussion forums.


This was first published in August 2003