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

Figure out how many connections does the the exporter makes with the IBM MQ #362

Open
abhishuraina opened this issue Dec 20, 2024 · 2 comments

Comments

@abhishuraina
Copy link

Can you help me find out the number of connections the exporter is making with the IBM MQ (per each Queue Manager).
Doubt if there are multiple, I feel it's taking a lot of resources from the host.
I think it's just 1 connection per Query manager.
Is there a way to troubleshoot and find out the number of connections or any piece of docs would be helpful.

@ibmmqmet
Copy link
Collaborator

ibmmqmet commented Jan 6, 2025

The exporters only make a single connection to the qmgr. They will have a number of open object handles though.

See the TUNING info for ways to reduce the workload.

Also you can use the DISPLAY CONN(*) and DISPLAY CONN(*) TYPE(HANDLE) as runmqsc commands to see what applications are doing.

@sairaj18
Copy link

sairaj18 commented Feb 6, 2025

Hey @ibmmqmet

Can we configure the number of connections the exporter makes to the IBMMQ Manger using any configuration parameter?

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

3 participants