Open Q&A
If there's no good subforum for your question - ask it here!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GC time and Thread utilization

RajaniV
Newcomer

Hi Team

Where can I find the GC time and Thread utilization time or which metric captures the same?

1 REPLY 1

PacoPorro
Dynatrace Leader
Dynatrace Leader

Collection time:

timeseries collection_time=sum(dt.runtime.jvm.gc.collection_time),by:{jvm.gc.name,jvm.memory.pool.name,dt.entity.process_group_instance,process.pid}


threads

timeseries count=avg(dt.runtime.jvm.threads.count),by:{dt.entity.process_group_instance}



Featured Posts