<?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: Get processes consuming CPU% based on high disk read bytes? in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227758#M3396</link>
    <description>&lt;P&gt;What I can suggest is to apply a filter on a specific process or host to improve the readability of the graph. Of course, you may prefer to have more data.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;builtin:tech.generic.io.bytesRead:filter(and(or(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),entityName.equals(~"Apache Web Server easyTravel~")"))))):splitBy("dt.entity.process_group_instance"):sort(value(auto,descending)):limit(20)&lt;/P&gt;&lt;P&gt;builtin:host.cpu.usage:filter(and(or(in("dt.entity.host",entitySelector("type(host),entityName.equals(~"CF1-tomcatjms~")"))))):splitBy("dt.entity.host"):sort(value(auto,descending)):limit(20)&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;</description>
    <pubDate>Mon, 06 Nov 2023 13:26:22 GMT</pubDate>
    <dc:creator>radek_jasinski</dc:creator>
    <dc:date>2023-11-06T13:26:22Z</dc:date>
    <item>
      <title>Get processes consuming CPU% based on high disk read bytes?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227750#M3391</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to see which processes were consuming high CPU when there were high Disk read bytes per second for specific host. Could you please help me writing the query.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 11:45:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227750#M3391</guid>
      <dc:creator>Naveen</dc:creator>
      <dc:date>2023-11-06T11:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get processes consuming CPU% based on high disk read bytes?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227751#M3392</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If I'm not mistaken the builtin:host.disk.readOps metric can only be spliced after Host or Disk.&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 11:53:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227751#M3392</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-11-06T11:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get processes consuming CPU% based on high disk read bytes?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227752#M3393</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/16832"&gt;@radek_jasinski&lt;/a&gt;&amp;nbsp;Yes but I need process data which were consuming more CPU when there are high readops.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 11:55:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227752#M3393</guid>
      <dc:creator>Naveen</dc:creator>
      <dc:date>2023-11-06T11:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get processes consuming CPU% based on high disk read bytes?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227755#M3394</link>
      <description>&lt;P&gt;You have this metric available: builtin:tech.generic.io.bytesRead&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;This metric provides statistics about the I/O read operations of a process. The metric value is a sum of I/O bytes read from the storage layer by all process workers per second. High values help to identify bottlenecks reducing process performance caused by the slow read speed of the storage device. It has a "Process" dimension (dt.entity.process_group_instance)."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It should meet your assumptions. On Data Explorer, you need to overlay two metrics (CPU and bytesRead)&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/built-in-metrics#generic" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/built-in-metrics#generic&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 12:19:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227755#M3394</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-11-06T12:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get processes consuming CPU% based on high disk read bytes?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227757#M3395</link>
      <description>&lt;P&gt;Hi I have written below query, could you please evaluate&lt;/P&gt;&lt;P&gt;builtin:tech.generic.io.bytesRead:splitBy("dt.entity.process_group_instance"):sort(value(auto,descending)):limit(20)&lt;/P&gt;&lt;P&gt;builtin:host.cpu.usage:filter(and(or(in("dt.entity.host",entitySelector("type(host),entityName.equals(~"Host1~")"))))):splitBy():sort(value(auto,descending)):limit(20)&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 12:29:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227757#M3395</guid>
      <dc:creator>Naveen</dc:creator>
      <dc:date>2023-11-06T12:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get processes consuming CPU% based on high disk read bytes?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227758#M3396</link>
      <description>&lt;P&gt;What I can suggest is to apply a filter on a specific process or host to improve the readability of the graph. Of course, you may prefer to have more data.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;builtin:tech.generic.io.bytesRead:filter(and(or(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),entityName.equals(~"Apache Web Server easyTravel~")"))))):splitBy("dt.entity.process_group_instance"):sort(value(auto,descending)):limit(20)&lt;/P&gt;&lt;P&gt;builtin:host.cpu.usage:filter(and(or(in("dt.entity.host",entitySelector("type(host),entityName.equals(~"CF1-tomcatjms~")"))))):splitBy("dt.entity.host"):sort(value(auto,descending)):limit(20)&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 13:26:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Get-processes-consuming-CPU-based-on-high-disk-read-bytes/m-p/227758#M3396</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-11-06T13:26:22Z</dc:date>
    </item>
  </channel>
</rss>

