Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inspector issue with CPU usage #7

Open
davide-parini opened this issue Oct 26, 2020 · 1 comment
Open

Inspector issue with CPU usage #7

davide-parini opened this issue Oct 26, 2020 · 1 comment
Milestone

Comments

@davide-parini
Copy link

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)?

@feelform
Copy link
Collaborator

feelform commented Oct 27, 2020

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 feelform mentioned this issue Oct 27, 2020
@feelform feelform added this to the 0.7.2 milestone Dec 11, 2020
@feelform feelform modified the milestones: 0.7.3, 0.8.0 Jan 14, 2021
@feelform feelform removed this from the 0.8.0 milestone Mar 15, 2021
@feelform feelform modified the milestones: 0.8.1, 0.9.0 Apr 1, 2021
@feelform feelform modified the milestones: 0.9.0, 1.0.0 Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants