pjj
pjj

Reputation: 2135

Calculation of memory footprint

I have a Weblogic server which has Memory Utilization (MU), taken from DynaTrace APM, as shown in below table.

My understanding of memory utilization is that it is amount of memory used by program. Now it certainly cannot be maximum and minimum because it will not truly represent utilized (right?) so I am going to average out below % and I am getting 52%.

So does it mean that memory footprint is 52%?

Second question: These statistics are from a APM. Now I also I have maximum memory and memory used. If I do simple calculation to calculate memory utilization (MU) manually by (memory-utilized/maximum-memory) then I do not get exact same figure as given by APM for same time in MU chart.

Upvotes: 2

Views: 155

Answers (1)

Andreas Grabner
Andreas Grabner

Reputation: 655

If you have tool specific questions on Dynatrace APM I suggest you post them on our APM Open Q&A Discussion forum:

I also have a YouTube Tutorial on Memory Analysis with Dynatrace in case thats of interest.

Upvotes: 2

Related Questions