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

CPU usage increasing issue after applying Pinpoint java agent #11651

Open
kwonssy02 opened this issue Oct 28, 2024 · 2 comments
Open

CPU usage increasing issue after applying Pinpoint java agent #11651

kwonssy02 opened this issue Oct 28, 2024 · 2 comments

Comments

@kwonssy02
Copy link

Hello, We are struggling with an CPU increasing issue after applying Pinpoint java agent(v2.5.2). Comparing before and after applying agent, over 5% of CPU increase was observed in multiple tests. So we have 2 inqueries as below.

  1. Are there resource usage analysis for Pinpoint java agent?
    We've seen Performance Analysis page in Pinpoint document. However it concentrates on performance (TPS), we couldn't find any hints for our issue. We're aware of inevitable CPU increase for applying any APM solutions but we want to see some reports for CPU usage.

  2. Additionally, we tried below options to prevent increasing CPU but options were not effective. Do you have any options to recommend for decreasing CPU load?

profiler.kafka.producer.enable=false
profiler.kafka.consumer.enable=false
profiler.springkafka.consumer.enable=false
profiler.spring.webflux.client.enable=false
profiler.sampling.counting.sampling-rate=20
@emeroad
Copy link
Member

emeroad commented Oct 29, 2024

  1. Each application has different characteristics, so you'll need to do your own testing.
  2. We recommend a lower sampling rate, such as 1%.

@kwonssy02
Copy link
Author

Thank you for quick reply @emeroad.

Then can I get reports about basic resource overhead without considering applications’ characteristics? We are aware of having challenges to seperate agent’s pure resource usage from application’s total resource usage.

However, if you have any reports like below link (it offers usage data about Datadog agent usage.), please share us.

Datadog basic agent usage page

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