<?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: CPU cores visibility in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/285061#M37447</link>
    <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;That makes sense — I was assuming the values in the time series would always be the same &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;I’m still learning the details of DQL (actually, the Community is where I learn the most — that’s why I keep checking other questions and searching for clarifications). But isn’t it possible to create a time series directly from something like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.host
| fields id, cpuCores
| filter isNotNull(cpuCores)&lt;/LI-CODE&gt;&lt;P&gt;I couldn’t get it to work yet, and I still don’t fully understand how | makeTimeseries works. But I was imagining something like:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.host
| fields id, cpuCores
| filter isNotNull(cpuCores)
| makeTimeseries sum(cpuCores), by: {id}, time: now()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;Regards, Deni&lt;/P&gt;</description>
    <pubDate>Sat, 30 Aug 2025 08:55:25 GMT</pubDate>
    <dc:creator>deni</dc:creator>
    <dc:date>2025-08-30T08:55:25Z</dc:date>
    <item>
      <title>CPU cores visibility</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/254106#M33552</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Is it possible to view no. of CPU cores for a host in Dynatrace UI with oneagent installed?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 09:36:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/254106#M33552</guid>
      <dc:creator>SrikanthSamraj</dc:creator>
      <dc:date>2024-08-28T09:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: CPU cores visibility</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/254117#M33554</link>
      <description>&lt;P&gt;In Properties &amp;amp; Tags you can easily see that information:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AntonioSousa_0-1724434727997.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/21996i57FF6190C000152F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AntonioSousa_0-1724434727997.png" alt="AntonioSousa_0-1724434727997.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 17:39:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/254117#M33554</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2024-08-23T17:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: CPU cores visibility</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/284981#M37437</link>
      <description>&lt;P&gt;Having this as a metric would be useful&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 17:14:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/284981#M37437</guid>
      <dc:creator>GilesDay</dc:creator>
      <dc:date>2025-08-28T17:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: CPU cores visibility</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/285026#M37441</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Looks like a nice product idea&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 10:54:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/285026#M37441</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2025-08-29T10:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: CPU cores visibility</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/285052#M37443</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm curious what will this metric show? Some kind of changes of the cpu cores in time, or? Can't we make a custom metric via DQL timeseries?&amp;nbsp; - we have fetch "dt.entity.host" with column cpuCores?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Regards, Deni&lt;/P&gt;</description>
      <pubDate>Fri, 29 Aug 2025 17:49:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/285052#M37443</guid>
      <dc:creator>deni</dc:creator>
      <dc:date>2025-08-29T17:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: CPU cores visibility</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/285056#M37446</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/90225"&gt;@deni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not a fan of getting metrics that will almost always show the same value. But a couple of cases I've seen in the past come to mind:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You've got a system that suddenly spikes from 25% to 50%. It was shown that the number of CPUs dropped from 4 to 2, and one process was stuck.&lt;/LI&gt;&lt;LI&gt;Everyone praised that a process had been made more efficient. But then we proved that the system had more cores...&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 29 Aug 2025 18:21:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/285056#M37446</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2025-08-29T18:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: CPU cores visibility</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/285061#M37447</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;That makes sense — I was assuming the values in the time series would always be the same &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;I’m still learning the details of DQL (actually, the Community is where I learn the most — that’s why I keep checking other questions and searching for clarifications). But isn’t it possible to create a time series directly from something like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.host
| fields id, cpuCores
| filter isNotNull(cpuCores)&lt;/LI-CODE&gt;&lt;P&gt;I couldn’t get it to work yet, and I still don’t fully understand how | makeTimeseries works. But I was imagining something like:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.host
| fields id, cpuCores
| filter isNotNull(cpuCores)
| makeTimeseries sum(cpuCores), by: {id}, time: now()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;Regards, Deni&lt;/P&gt;</description>
      <pubDate>Sat, 30 Aug 2025 08:55:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/285061#M37447</guid>
      <dc:creator>deni</dc:creator>
      <dc:date>2025-08-30T08:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: CPU cores visibility</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/285737#M37528</link>
      <description>&lt;P&gt;This isnt available in DT Managed.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 19:57:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/CPU-cores-visibility/m-p/285737#M37528</guid>
      <dc:creator>GilesDay</dc:creator>
      <dc:date>2025-09-10T19:57:55Z</dc:date>
    </item>
  </channel>
</rss>

