100% found this document useful (1 vote)
58 views7 pages

App Dynamics

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
58 views7 pages

App Dynamics

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

AppDynamics

Applications → Set custom time / live monitoring → Select Application → Application Dashboard
→ Transaction Snapshots → All Snapshots / Slow and Error Transactions

You can sort by Time, Execution time, Latency, URLs or Errors (Left most Red boxes)

Overview Tab:

You can check Execution Time (Response Time) with respect to Timestamp (At what time it
hits the application at it is taking longer to execute)
Also, you can check slowest methods, errors in Potential Issues below and you can directly check
individually by Clicking on Drill down into call graph
To check Errors:
Double click on Request → ‘Slow calls & errors’ → Errors Tab

To check Slowest query/ Method impacting high response time:

Method1:
Method2:
Or after clicking on Drill down into call graph → Go to Overview → Click on Slowest method
You will get all the methods along with the specific method which is taking longer time to execute

Click on JDBC to check detailed information


So Below Query needs to optimize:

SELECT F.SZFUNCTION_ID FID, F.SZDISPLAY_AREA CAT, CGROUP GRP FROM


BASE_FUN_MST_FUNCTIONS F WHERE F.CACCESS_ROLES = ? AND F.CACTIVE = ?
AND F.SZORG_ID = ? UNION SELECT F.SZFUNCTION_ID FID, F.SZDISPLAY_AREA CAT,
CGROUP GRP FROM BASE_FUN_MST_FUNCTIONS F, BASE_FUN_MST_PRIVILEGES T
WHERE F.SZFUNCTION_ID = T.SZFUNCTION_ID AND T.SZOBJECT_TYPE_CODE = ?
AND T.SZOBJECT_ID = ? AND T.IPRIVILEGE_DEPTH_MASK = ? AND
(F.CACCESS_ROLES IS N

Database Calls:

Double click on DB call → Click on Slowest Database Calls


OR
Click on Troubleshoot → Slow Response Times → Slowest DB and Remote service calls

Tiers and Nodes:


Tiers and Nodes → Select server and double click on it → Memory → Heap & Garbage collections

Heap:
Garbage collection: Time spent, Major GC, Minor GC, Memory pool
Memory & CPU Utilization:
Tiers and Nodes → Server

Disk Information:

Network Information:

You might also like