<?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 Re: how to get normalized builtin:host.cpu.load5m in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/294036#M3116</link>
    <description>&lt;P&gt;If your goal is just alerting, check&amp;nbsp;host anomaly settings already include a threshold.&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/infrastructure-observability/hosts/configuration/anomaly-detection" target="_blank"&gt;https://docs.dynatrace.com/docs/observe/infrastructure-observability/hosts/configuration/anomaly-detection&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Feb 2026 16:15:12 GMT</pubDate>
    <dc:creator>t_pawlak</dc:creator>
    <dc:date>2026-02-02T16:15:12Z</dc:date>
    <item>
      <title>how to get normalized builtin:host.cpu.load5m</title>
      <link>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/293975#M3111</link>
      <description>&lt;P&gt;i have access to only classic dashboard .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;builtin:host.cpu.load5m&amp;nbsp; - shows overall . server load&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;i am want to create alert if&amp;nbsp;builtin:host.cpu.load5m/ cpu count&amp;nbsp; &amp;gt;1.5&amp;nbsp; but i dont see any option to use cpu count in metric. logical cpu cores is in properties. how to use that in data explorer&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 08:02:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/293975#M3111</guid>
      <dc:creator>Vijayt</dc:creator>
      <dc:date>2026-02-02T08:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to get normalized builtin:host.cpu.load5m</title>
      <link>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/293999#M3112</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If metric is not provided by OneAgent, you have &lt;A title="different ways to ingest metrics" href="https://docs.dynatrace.com/docs/shortlink/extend-metric" target="_blank" rel="noopener"&gt;different ways to ingest metrics&lt;/A&gt; in Dynatrace.&lt;/P&gt;&lt;P&gt;&lt;A title="Scripting integration" href="https://docs.dynatrace.com/docs/shortlink/pipe-metric-ingestion" target="_blank" rel="noopener"&gt;Scripting integration&lt;/A&gt; is easy since you have already OneAgent installed.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 08:56:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/293999#M3112</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2026-02-02T08:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to get normalized builtin:host.cpu.load5m</title>
      <link>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/294005#M3113</link>
      <description>&lt;P&gt;Cpu count is static and our query based on time based.&amp;nbsp; do i need use dynatrace_ingest to send cpu count. every minute?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 10:04:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/294005#M3113</guid>
      <dc:creator>Vijayt</dc:creator>
      <dc:date>2026-02-02T10:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to get normalized builtin:host.cpu.load5m</title>
      <link>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/294013#M3114</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It depends what you want to do. If you only need alert, and no metric. You can&amp;nbsp;&lt;A title="ingest an event" href="https://docs.dynatrace.com/docs/shortlink/api-events-v2-post-event" target="_blank" rel="noopener"&gt;ingest an event&lt;/A&gt;&amp;nbsp;when CPU is higher.&lt;/P&gt;&lt;P&gt;Or if you are in Grail, using DQL + workflow for checking it, one time per day, and generating a problem.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 11:06:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/294013#M3114</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2026-02-02T11:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to get normalized builtin:host.cpu.load5m</title>
      <link>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/294035#M3115</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;You can’t do builtin:host.cpu.load5m / cpu_cores in classic dashboards/Data Explorer, because logical CPU cores is a host property, not a metric — and metric math there works only with metrics.&lt;BR /&gt;IMO You should do what&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58682"&gt;@AntonPineiro&lt;/a&gt;&amp;nbsp;suggest. Iingest CPU cores as a custom metric (e.g. custom:host.cpu.logical_cores) with dt.entity.host, then compute load5m / logical_cores.&amp;nbsp;Send it every 5–15 minutes (same value) so alert evaluation doesn’t hit gaps.&lt;/P&gt;&lt;P&gt;Alternative: use built-in host anomaly/CPU overload detection instead of normalizing load.&lt;/P&gt;&lt;P&gt;AIX edge case: AIX may have built-in “core/capacity” metrics, so you can normalize without custom ingest.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 16:10:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/294035#M3115</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-02-02T16:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to get normalized builtin:host.cpu.load5m</title>
      <link>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/294036#M3116</link>
      <description>&lt;P&gt;If your goal is just alerting, check&amp;nbsp;host anomaly settings already include a threshold.&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/infrastructure-observability/hosts/configuration/anomaly-detection" target="_blank"&gt;https://docs.dynatrace.com/docs/observe/infrastructure-observability/hosts/configuration/anomaly-detection&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 16:15:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/294036#M3116</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-02-02T16:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to get normalized builtin:host.cpu.load5m</title>
      <link>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/294054#M3120</link>
      <description>&lt;P&gt;Thank you for detailed explanation but normalization will&amp;nbsp; be useful if taking historic trend&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 06:05:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/how-to-get-normalized-builtin-host-cpu-load5m/m-p/294054#M3120</guid>
      <dc:creator>Vijayt</dc:creator>
      <dc:date>2026-02-03T06:05:36Z</dc:date>
    </item>
  </channel>
</rss>

