pinpoint-node-agent icon indicating copy to clipboard operation
pinpoint-node-agent copied to clipboard

Inspector issue with CPU usage

Open davide-parini opened this issue 4 years ago • 1 comments

Hello, We have 2 agents running on the same machine: one is the classic Java Agent, the other one is the new Node Agent. We noticed in the inspector that the CPU usage data is not properly "merged".

In the inspector of the Java application, this is the CPU usage: image Very low, but not zero for both System and JVM.

In the inspector of the Node application, installed on the very same machine, this is the CPU usage: image Constantly 0.0%.

To my understanding, at least the CPU usage of the Java application should have been shown in the Node application CPU usage diagram as "System" CPU usage. This does not happens and the CPU usage in the Node application shows a flat 0.0%, despite having for sure some usage on the CPU by the other monitored Java application.

Am i misunderstanding something or this could possibly be a bug (or maybe just a feature that still needs to be implemented)?

davide-parini avatar Oct 26 '20 15:10 davide-parini

Hello @davide-parini

Node agent only checks process cpu usage. System usage is a Todo feature.

I am always grateful for your detailed questions.

Thank you

feelform avatar Oct 27 '20 05:10 feelform