pinpoint-node-agent
pinpoint-node-agent copied to clipboard
Inspector issue with CPU usage
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:
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:
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)?
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