cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dashboards problem

Lwl
Helper

Hi friends

I want a Dashboard where I can see the list of processes under the host, please help me

thanks

5 REPLIES 5

radek_jasinski
DynaMight Guru
DynaMight Guru

Hi,

You can use the Table tile on the dashboard and, once you have selected the correct measure, split it by host name or host group:

radek_jasinski_0-1695210469527.png

 

Have a nice day!

Thank you so much, man. 

Very lucky and happy to see you again.

 
 

You're welcome 🙂

Have a nice day!

Kenny_Gillette
DynaMight Leader
DynaMight Leader

Here is another way looking for process that starts with admin:

builtin:tech.generic.mem.usage

:filter(and(or(in("dt.entity.process_group_instance",entitySelector("type(process_group_instance),entityName.startsWith(~"admin~")")))))

 

:parents

:splitBy("dt.entity.process_group_instance","dt.entity.host")

:sort(value(auto,descending))

:limit(100)

 

Kenny_Gillette_1-1695246017673.png

 

Dynatrace Certified Professional

Hi, friend.

This is really good.

Featured Posts