20 Sep 2023 11:16 AM - last edited on 21 Sep 2023 07:49 AM by MaciejNeumann
Hi friends
I want a Dashboard where I can see the list of processes under the host, please help me
thanks
Solved! Go to Solution.
20 Sep 2023 12:48 PM
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:
20 Sep 2023 01:44 PM
Thank you so much, man.
Very lucky and happy to see you again.
20 Sep 2023 01:45 PM
You're welcome 🙂
20 Sep 2023 10:40 PM
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)
27 Sep 2023 02:33 AM
Hi, friend.
This is really good.