|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Performance events not generated |
« View previous topic :: View next topic » |
Author |
Message
|
alejanndro27 |
Posted: Wed Sep 01, 2021 3:45 pm Post subject: Performance events not generated |
|
|
Newbie
Joined: 15 Dec 2010 Posts: 3
|
Hi,
I've already enabled the performance events on queue manager, and a queue:
Code: |
DIS QMGR PERFMEV
AMQ8408I: Display Queue Manager details.
QMNAME(AMMT) PERFMEV(ENABLED)
DIS QL(TEST.MONITOR) QDPHIEV QDEPTHHI QDPMAXEV
AMQ8409I: Display Queue details.
QUEUE(TEST.MONITOR) TYPE(QLOCAL)
QDEPTHHI(12) QDPHIEV(ENABLED)
QDPMAXEV(ENABLED)
|
So, I put some messages (12 or more) in queue TEST.MONITOR but I don't see any message in SYSTEM.ADMIN.PERFM.EVENT or some error in logs or in DLQ.
Any ideas?
Thanks. |
|
Back to top |
|
 |
gbaddeley |
Posted: Wed Sep 01, 2021 4:53 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
QDEPTHHI and QDEPTHLO are percentages of MAXDEPTH. Events are generated when the depth crosses the hi or lo threshold, or reaches maxdepth, provided the relevant event is enabled on the queue. _________________ Glenn |
|
Back to top |
|
 |
alejanndro27 |
Posted: Thu Sep 02, 2021 6:29 am Post subject: |
|
|
Newbie
Joined: 15 Dec 2010 Posts: 3
|
Thanks Glenn, that's it.
To set the limits, assign the following attributes, as a percentage of the maximum queue depth:
QDepthHighLimit (QDEPTHHI in MQSC)
QDepthLowLimit (QDEPTHLO in MQSC) |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|