DX Application Performance Management

TEC614524: How is the metric "GCMonitor : Percentage of Java Heap Used" calculated. 

May 25, 2016 05:40 PM

Author: puran02

Document ID:  TEC614524

Last Modified Date:  7/24/2014

  • Products
    • CA Application Performance Management
  • Components
    • INTROSCOPE

 

Description:"GC Monitor:Percentage of Java Heap Used" metric is calculated with this formula:(GC Heap:Bytes In Use ÷ GC Heap:Bytes Total) * 100Solution:

  1. "GC Monitor:Percentage of Java Heap Used" metric is calculated with this formula:

    (GC Heap:Bytes In Use ÷ GC Heap:Bytes Total) * 100

  2. The above metric when calculated should be approximately equal to the average obtained by doing the below calculation for each of the memory pools(for example: old space, nursery, class memory in case of Jrockit JVM).

    (Amount of Space used ÷ Current capacity) * 100

 

 

Search the Entire CA APM Knowledge Base

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.