View previous topic :: View next topic |
Author |
Message |
MikeBaker Beginner
Joined: 04 May 2004 Posts: 96 Topics: 9
|
Posted: Tue May 04, 2004 9:24 am Post subject: Monitoring CICS DB2 applications |
|
|
Hi,
If I am asked to "monitor the performance" of a CICS DB2 application (as in the sense of doing "Tech Support"), what are some recommended methods of doing this??
I know that you can use Strobe and Omegamon to analyse CPU usage, but what else should one be doing?? Also, if something is running slowly, then you probably want to see if there is a more efficient way of doing the data-accesses.
Could some people please throw some light on this for me.
Thanks. 8) |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
bauer Intermediate
Joined: 10 Oct 2003 Posts: 315 Topics: 49 Location: Germany
|
Posted: Wed May 05, 2004 8:47 am Post subject: |
|
|
Hi Mike,
"more efficient way of doing the data-accesses": see DB2 documentation, EXPLAIN command !
Check program logic (remove invariants from loops .......).
Regards,
Bauer |
|
Back to top |
|
|
|
|