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

How to list active processes on the dashboard?

Afrezal_Karim
Contributor

Dear Dynatrace Gurus,

I would like to seek your assistance on how I can create a honeycomb that depicts the status of the process. Say that one of the processes is down so it will automatically be shown as red among the services in the honeycomb. Is this possible?

At the moment I've managed to find only the process CPU usage as shown in the below screenshot.  Appreciate it if you guys can shed some light on how I can achieve this.  

Thank you so much for helping out. 

Afrezal_Karim_0-1646818064780.png


Thanks,
Regards, 
Afrezal Karim

4 REPLIES 4

Fin_Ubels
Dynatrace Champion
Dynatrace Champion

Hey Afrezal,

I had a bit of a look through and found the builtin:tech.generic.processCount metric which can be used to see how many instances of a process exist. In conjunction with the CPU usage metric you should be able to get a pretty good idea of the status of your processes. Below you can see how I set this up.

Fin_Ubels_0-1646881240625.png

This is the setup in data explorer. Ensure you have the fold transformation set to "Last Value" so that its not the average during your selected timeframe but instead the last reported value.

Fin_Ubels_1-1646881409313.png

Note the paper process is currently running in the above picture. In the next one it's shutdown so you can see how it looks.

Fin_Ubels_2-1646881460146.png


Hopefully this helps!

This is good as long as the timeframe you are viewing is larger then the amount of time the process has been stopped. Once the process stops then this builtin:tech.generic.processCount metric stops reporting data. If for example it has been stopped for 15 mins but you are viewing in the last 5 mins then it won't show on the dashboard tile.

Had a use case for this today and this is what I was finding when testing.

Looks great. Thank you for sharing!

DT_NGINX_FORCE_UNKNOWN_VERSION_INSTRUMENTATION=1

Afrezal_Karim
Contributor

Hello Fin,

 

Thank you so much for responding to my issue. This looks pretty awesome. I will definitely try on my end to see how it works. 

 

Thanks again for helping out. I really appreciate it.

You Rocks !! 😎

Thanks, regards,

Afrezal Karim

Featured Posts