<?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: Dashboard for a specific process frmweb in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284206#M5297</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/78858"&gt;@ArneV&lt;/a&gt;&amp;nbsp;First of all, recommend adding &lt;STRONG&gt;:parents&lt;/STRONG&gt; transformation to get the host.&lt;BR /&gt;&lt;BR /&gt;Probably you want this for the process count:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;builtin:tech.generic.processCount:filter(and(or(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),entityName.equals(~"frmweb~")"))))):parents:splitBy("dt.entity.host"):auto&lt;/LI-CODE&gt;&lt;P&gt;Also depends, whether you want avg or max for a host. This approach assumes multiple frmweb processes on a host are still one single process group instance (likely yes in your case).&lt;/P&gt;</description>
    <pubDate>Tue, 19 Aug 2025 14:18:27 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2025-08-19T14:18:27Z</dc:date>
    <item>
      <title>Dashboard for a specific process frmweb</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284060#M5285</link>
      <description>&lt;P&gt;We are running a onprem solution and whant to show the following info in a dashboard.&lt;/P&gt;
&lt;P&gt;How many machines currently run the process&amp;nbsp;frmweb, and how many instances&lt;/P&gt;
&lt;P&gt;- I can show a number, but that is identical for 5 different machines and that makes me suspicious.&lt;/P&gt;
&lt;P&gt;How much memory are they using , i can show a % but i would like to show an amount.&lt;/P&gt;
&lt;P&gt;And how long time has the oldest of the processes been running.&lt;/P&gt;
&lt;P&gt;It would be great if my info show the related machine.&lt;/P&gt;
&lt;P&gt;I have been playing with the&amp;nbsp;:parents:splitBy("dt.entity.process_group_instance","dt.entity.host") and it works for the&amp;nbsp;builtin:tech.generic.cpu.usage , but it looks as if the filter&lt;/P&gt;
&lt;P&gt;:filter(and(or(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),entityName.equals(~"frmweb~")")))))&amp;nbsp; works for the "Group" maby because of:&amp;nbsp;dt.entity.process_group_instance but i would like to see it for each process.&lt;/P&gt;
&lt;P&gt;Tanx for any input.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 06:21:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284060#M5285</guid>
      <dc:creator>ArneV</dc:creator>
      <dc:date>2025-08-19T06:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for a specific process frmweb</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284089#M5286</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/78858"&gt;@ArneV&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you like something like this for the frmweb process?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mizs_0-1755530226726.png" style="width: 719px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29630iF2F649D519AE70A7/image-dimensions/719x401?v=v2" width="719" height="401" role="button" title="Mizs_0-1755530226726.png" alt="Mizs_0-1755530226726.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;János&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 15:19:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284089#M5286</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2025-08-18T15:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for a specific process frmweb</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284130#M5287</link>
      <description>&lt;P&gt;That is certainly something close to what i would love to see.&lt;/P&gt;&lt;P&gt;Im not sure "AVG" is good enough since "apparently" our frmweb processes go bananas, and somehow consume all CPU (If i recall it correct) So realtime (as close as possible would be preferable).&lt;/P&gt;&lt;P&gt;ProcessCount by HOST certainly.&lt;/P&gt;&lt;P&gt;CPU for each process, since it's the individual process that is the important part.&lt;/P&gt;&lt;P&gt;MEM usage for each process as well, yes, since they are created when needed.&lt;/P&gt;&lt;P&gt;/Arne&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 06:52:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284130#M5287</guid>
      <dc:creator>ArneV</dc:creator>
      <dc:date>2025-08-19T06:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for a specific process frmweb</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284132#M5288</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/78858"&gt;@ArneV&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of AVG you can use eg. MAX. In my dashnboard at AVG metric I use the :last transformation, it can be used at MAX also.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;János&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 07:06:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284132#M5288</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2025-08-19T07:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for a specific process frmweb</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284135#M5289</link>
      <description>&lt;P&gt;True... Now i polietly have to ask how did you create your dashboard &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What metrics / filters are you using &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can i have it?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arne&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 07:10:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284135#M5289</guid>
      <dc:creator>ArneV</dc:creator>
      <dc:date>2025-08-19T07:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for a specific process frmweb</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284141#M5291</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/78858"&gt;@ArneV&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not a question. I am going to share with you soon (I will have access to the env late evening). I created it yesterday as a template for you.&lt;/P&gt;&lt;P&gt;I have created two tags. With them I tagged the relevant hosts and process group instances dynamically.&lt;/P&gt;&lt;P&gt;Metrics:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/managed/analyze-explore-automate/metrics-classic/all-metrics" target="_blank"&gt;Built-in metrics — Dynatrace Managed Docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For cpu:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mizs_1-1755589237916.png" style="width: 785px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29639i1DA4B4A9AF306D6C/image-dimensions/785x153?v=v2" width="785" height="153" role="button" title="Mizs_1-1755589237916.png" alt="Mizs_1-1755589237916.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For mem :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mizs_0-1755589118343.png" style="width: 774px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29638i4A2B449B3480D456/image-dimensions/774x97?v=v2" width="774" height="97" role="button" title="Mizs_0-1755589118343.png" alt="Mizs_0-1755589118343.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;János&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 07:41:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284141#M5291</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2025-08-19T07:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for a specific process frmweb</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284149#M5293</link>
      <description>&lt;P&gt;Im also looking at the documentations, but sometimes it's difficult to finde the right one.&lt;/P&gt;&lt;P&gt;But tanx for the help and input.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arne&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 08:02:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284149#M5293</guid>
      <dc:creator>ArneV</dc:creator>
      <dc:date>2025-08-19T08:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for a specific process frmweb</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284152#M5295</link>
      <description>&lt;P&gt;You mentioned "tags"..&lt;/P&gt;&lt;P&gt;I was able to find the names of my servers&amp;nbsp;&lt;/P&gt;&lt;P&gt;builtin:pgi.availability.state:filter(and(or(in("dt.entity.process_group",entitySelector("type(process_group),entityName.equals(~"frmweb~")"))))):splitBy("host.name"):names:sort(dimension("host.name",ascending)):limit(20)&lt;/P&gt;&lt;P&gt;However the numbers are apparently wrong, or most likely im asking to show something wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 08:10:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284152#M5295</guid>
      <dc:creator>ArneV</dc:creator>
      <dc:date>2025-08-19T08:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for a specific process frmweb</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284206#M5297</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/78858"&gt;@ArneV&lt;/a&gt;&amp;nbsp;First of all, recommend adding &lt;STRONG&gt;:parents&lt;/STRONG&gt; transformation to get the host.&lt;BR /&gt;&lt;BR /&gt;Probably you want this for the process count:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;builtin:tech.generic.processCount:filter(and(or(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),entityName.equals(~"frmweb~")"))))):parents:splitBy("dt.entity.host"):auto&lt;/LI-CODE&gt;&lt;P&gt;Also depends, whether you want avg or max for a host. This approach assumes multiple frmweb processes on a host are still one single process group instance (likely yes in your case).&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 14:18:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284206#M5297</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-08-19T14:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for a specific process frmweb</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284240#M5301</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/78858"&gt;@ArneV&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;This is my solution (little bit more complicated&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;).&lt;/P&gt;&lt;P&gt;First I created an automated tag with name: test.&amp;nbsp;&lt;/P&gt;&lt;P&gt;First selector related with the PROCESS_GROUP, in this case I use a concrete PG name.&lt;/P&gt;&lt;P&gt;Then the second and thrid selector are dynamic becasue the relationships expression.&lt;/P&gt;&lt;P&gt;Result: host, pg, pgi are tagged the same tag.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;type("PROCESS_GROUP"),entityName.equals("YOUR PROCESS GROUP NAME")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;type("HOST"),toRelationShips.runsOn(type("PROCESS_GROUP"),tag("test"))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;type(PROCESS_GROUP_INSTANCE),fromRelationship.isInstanceOf(type(PROCESS_GROUP),tag("test"))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This the result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mizs_0-1755667960663.png" style="width: 687px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29667iC68527F31BE3F3DC/image-dimensions/687x625?v=v2" width="687" height="625" role="button" title="Mizs_0-1755667960663.png" alt="Mizs_0-1755667960663.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the dashboard for the host I used the host view with the "test" tag:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mizs_2-1755668458769.png" style="width: 660px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29669iFCA950A7AA6DEBE8/image-dimensions/660x104?v=v2" width="660" height="104" role="button" title="Mizs_2-1755668458769.png" alt="Mizs_2-1755668458769.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The rest of the tiles are:&lt;/P&gt;&lt;P&gt;builtin:tech.generic.processCount:parents:filter(and(or(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),tag(~"test~")"))))):splitBy("dt.entity.host"):count:sort(value(avg,descending))&lt;/P&gt;&lt;P&gt;builtin:tech.generic.cpu.usage:parents:filter(and(or(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),tag(~"test~")"))))):splitBy("dt.entity.host","dt.entity.process_group_instance"):max:sort(value(max,descending)):last&lt;/P&gt;&lt;P&gt;builtin:tech.generic.mem.workingSetSize:parents:filter(and(or(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),tag(~"test~")"))))):splitBy("dt.entity.host","dt.entity.process_group_instance"):max:sort(value(max,descending)):last&lt;/P&gt;&lt;P&gt;But if you would like to use this dashboard for more process group with filtering. I would create more automated tags. Based on the tags I would create management zones. Then I rid of the tags from the above mentioned entity selectors and I would use the MZ filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;János&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 05:50:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284240#M5301</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2025-08-20T05:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard for a specific process frmweb</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284333#M5318</link>
      <description>&lt;P&gt;Tanx&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47783"&gt;@Mizső&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your examples certainly helped me to achieve what i wanted to do.&lt;/P&gt;&lt;P&gt;Even without using the TAG part i was able to show the dashboards. Now i just need to ensure that actual is what they wanted to see..&lt;/P&gt;&lt;P&gt;When people are asking for a stone, but cant really describe niter the type / color or properties of the stone. But you have to find the right stone &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So yes it certainly helped!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 12:42:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-for-a-specific-process-frmweb/m-p/284333#M5318</guid>
      <dc:creator>ArneV</dc:creator>
      <dc:date>2025-08-20T12:42:58Z</dc:date>
    </item>
  </channel>
</rss>

