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

Dynatrace - Diagnostic Tools : CPU Analysis Definitions

billy_thach
Newcomer

Hello ! Is it possible to have theses definitions Service request CPU, Background thread CPU et Garbage collection CPU using in CPU Analysis ? And I don't understand the unit s/min, may be somebody can give me more explaination ? Thanks.


2 REPLIES 2

david_n
Inactive

Hello Billy,

Those are very good questions. Here is some information on those metrics.

Background threads: these threads complete tasks that are not related to individual requests made to the CPU.

Garbage collection CPU: this is the time the CPU spends in suspension while it cleans up threads and references to objects that are no longer in use.

Service request CPU: this is time the CPU spends completing requests made to it by services on the host.

Also, here are some Dynatrace blogs that go more in depth with those topics.

https://www.dynatrace.com/news/blog/analyze-cpu-consumption-background-threads/

https://www.dynatrace.com/news/blog/view-garbage-collection-cpu-consumption/

Thanks,

David Nicholls


Thanks David for your answer 🙂


Featured Posts