Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Coherence JMX + Wily

John GreggFeb 3 2011 — edited Feb 4 2011
All,

I'm attempting to configure Wily Introscope 8 to record Coherence 3.5 JMX metrics. Coherence runs under WebLogic 9.2.

I have it mostly working the way I want, but for each WebLogic instance in Wily, I see metrics for all Coherence nodes. For example, if I have 3 WL instances in a Coherence cluster, in Wily I see the 3 WL instances. If I drill into each one, I can see the Coherence JMX stats, but I see each of the 3 Coherence nodes listed separately. IOW, server A shows JMX stats for itself and servers B and C. Likewise with servers B and C. I would like to only see server A's stats under the server A node in Wily.

My Coherence JMX settings are like this:

<management-config>
<managed-nodes system-property="tangosol.coherence.management">all</managed-nodes>
<allow-remote-management system-property="tangosol.coherence.management.remote">true</allow-remote-management>
</management-config>

Should I change "all" to "local-only?"

I'd try it myself but it's a hassle to go through the operations team to get this changed.

thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 4 2011
Added on Feb 3 2011
1 comment
362 views