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

Is it possible to get the list of Workerprocess using DQL?

sooryamuthuraj
Visitor

Hi all,

 

Is there any way that we can get the count for running processes using DQL or any other source?

Regards,
Soorya
2 REPLIES 2

PacoPorro
Dynatrace Leader
Dynatrace Leader

timeseries { sum(process.thread.count), value.A = avg(process.thread.count, scalar: true) }, by: { host.name }

deni
Advisor

Hi @sooryamuthuraj ,

You can use something like:

fetch dt.entity.process_group_instance
| fields metadata, entity.name, id, lifetime, runs, runs_on

 

Not sure if runs == null means that the process is not running ...

Regards, Deni

 

Dynatrace Integration Engineer at CodeAttest

Featured Posts