12 Oct 2018 02:54 PM
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.
Solved! Go to Solution.
12 Oct 2018 04:57 PM
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
15 Oct 2018 09:05 AM
Thanks David for your answer 🙂