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

Consumer exporter for kafka having high cpu load #53

Open
Cornell123 opened this issue Jan 3, 2018 · 2 comments
Open

Consumer exporter for kafka having high cpu load #53

Cornell123 opened this issue Jan 3, 2018 · 2 comments

Comments

@Cornell123
Copy link

Running this exporter increase cpu utilisation to maximum.
./kafka_consumer_group_exporter --consumer-group-command-path=/home/ubuntu/kafka_2.12-0.10.2.0/bin/kafka-consumer-groups.sh localhost:9092 &

Let me know , if i am missing anything here
I tried running this exporter on 2 core machine, it spikes up the cpu utilisation to 100%.
Similarly tried on 4 core box. Cpu eventually going up to 100%.

Also found that, if i try to run this exporter another box. Metrics not fetched

./kafka_consumer_group_exporter --consumer-group-command-path=/home/ubuntu/kafka_2.12-0.10.2.0/bin/kafka-consumer-groups.sh 192.168.0.1:9092

Telnet on the host 192.168.0.1:9092 is connected

@JensRantil
Copy link
Collaborator

@Cornell123 I'm sorry, are the two issues related? If not, file separate issues so we can track them separately. Thanks.

@Cornell123
Copy link
Author

Raised separate ticket for fetching metrics from remote host.

#53 is for high cpu load issue.

Summary of issue:
Running this exporter increase cpu utilisation to maximum.
./kafka_consumer_group_exporter --consumer-group-command-path=/home/ubuntu/kafka_2.12-0.10.2.0/bin/kafka-consumer-groups.sh localhost:9092 &

Let me know , if i am missing anything here.

I tried running this exporter on 2 core machine, it spikes up the cpu utilisation to 100%.
Similarly tried on 4 core box. Cpu eventually going up to 100%.

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