<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Notification for excessive Full Garbage Collections in a JVM in Alerting</title>
    <link>https://community.dynatrace.com/t5/Alerting/Notification-for-excessive-Full-Garbage-Collections-in-a-JVM/m-p/178944#M2818</link>
    <description>&lt;P&gt;One of our applications that Dynatrace monitors recently had 172 Full GCs in a one hour period.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;256 garbage collections were performed in a one hour period and 172 of those (67.1875%) were Full GCs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While our organization does not subscribe to Dynatrace's log monitoring, you can see from the verbose garbage collection log that indeed, 172 of 256 GCs in a one hour window were Full GCs.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="172 of 256 garbage collections in a one hour period were FULL GCs." style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4038i8E5DCD43AD13DA9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Full GCs versus Total GCs in one hour.png" alt="172 of 256 garbage collections in a one hour period were FULL GCs." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;172 of 256 garbage collections in a one hour period were FULL GCs.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's disappointing that Dynatrace doesn't have a ready-made alert for excessive Full GCs. I am less concerned that there are x GCs in a certain period than I am that there are y GCs in that same period.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This seems to be a perfect use case for Dynatrace monitoring a JVM and to require the log monitoring solution on top doesn't fit our current needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find a way to help monitor Oracle's Java 8 Hotspot JVMs for excessive Full GCs in a future OneAgent.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jan 2022 10:29:18 GMT</pubDate>
    <dc:creator>SteveHall</dc:creator>
    <dc:date>2022-01-20T10:29:18Z</dc:date>
    <item>
      <title>Notification for excessive Full Garbage Collections in a JVM</title>
      <link>https://community.dynatrace.com/t5/Alerting/Notification-for-excessive-Full-Garbage-Collections-in-a-JVM/m-p/178944#M2818</link>
      <description>&lt;P&gt;One of our applications that Dynatrace monitors recently had 172 Full GCs in a one hour period.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;256 garbage collections were performed in a one hour period and 172 of those (67.1875%) were Full GCs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While our organization does not subscribe to Dynatrace's log monitoring, you can see from the verbose garbage collection log that indeed, 172 of 256 GCs in a one hour window were Full GCs.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="172 of 256 garbage collections in a one hour period were FULL GCs." style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4038i8E5DCD43AD13DA9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Full GCs versus Total GCs in one hour.png" alt="172 of 256 garbage collections in a one hour period were FULL GCs." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;172 of 256 garbage collections in a one hour period were FULL GCs.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's disappointing that Dynatrace doesn't have a ready-made alert for excessive Full GCs. I am less concerned that there are x GCs in a certain period than I am that there are y GCs in that same period.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This seems to be a perfect use case for Dynatrace monitoring a JVM and to require the log monitoring solution on top doesn't fit our current needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find a way to help monitor Oracle's Java 8 Hotspot JVMs for excessive Full GCs in a future OneAgent.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 10:29:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Notification-for-excessive-Full-Garbage-Collections-in-a-JVM/m-p/178944#M2818</guid>
      <dc:creator>SteveHall</dc:creator>
      <dc:date>2022-01-20T10:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Notification for excessive Full Garbage Collections in a JVM</title>
      <link>https://community.dynatrace.com/t5/Alerting/Notification-for-excessive-Full-Garbage-Collections-in-a-JVM/m-p/179154#M2821</link>
      <description>&lt;P&gt;Hi Steve&lt;/P&gt;&lt;P&gt;Dynatrace has an anomaly detection setting (Extension events) for 'High GC time'. I think this is what you should monitor.&lt;BR /&gt;To see full GCs, maybe you can use a java method sensor? You also can try jmx measures. Maybe you find some hints here:&lt;BR /&gt;&lt;A href="https://gist.github.com/huynhbaoan/1bb4cd87313f56bc63cc4e19ce5c3ec7" target="_blank" rel="noopener"&gt;https://gist.github.com/huynhbaoan/1bb4cd87313f56bc63cc4e19ce5c3ec7&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/4633582/is-it-possible-to-monitor-full-gc-frequency-in-jmx-on-hotspot" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/4633582/is-it-possible-to-monitor-full-gc-frequency-in-jmx-on-hotspot&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 09:59:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Notification-for-excessive-Full-Garbage-Collections-in-a-JVM/m-p/179154#M2821</guid>
      <dc:creator>matthias_dillie</dc:creator>
      <dc:date>2022-05-11T09:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Notification for excessive Full Garbage Collections in a JVM</title>
      <link>https://community.dynatrace.com/t5/Alerting/Notification-for-excessive-Full-Garbage-Collections-in-a-JVM/m-p/266186#M5296</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11732"&gt;@matthias_dillie&lt;/a&gt;&amp;nbsp;for sharing the applicable solution.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Dec 2024 16:40:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Alerting/Notification-for-excessive-Full-Garbage-Collections-in-a-JVM/m-p/266186#M5296</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2024-12-25T16:40:17Z</dc:date>
    </item>
  </channel>
</rss>

