You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Coherence-VisualVM Plugin provides management and monitoring of a single Coherence cluster using the VisualVM management utility.
27
+
The Coherence-VisualVM Plugin (the Plugin) provides management and monitoring of a single Coherence cluster using the VisualVM management utility.
28
28
29
-
The plugin aggregates Coherence MBean data and shows a concise operational view of a single Coherence cluster.
29
+
The Plugin aggregates Coherence MBean data and shows a concise operational view of a single Coherence cluster.
30
30
Some management information is presented over time, which allows real-time analysis and troubleshooting.
31
31
You can connect to clusters via JMX or via management over REST with Coherence versions 14.1.1 or above.
32
32
33
33
The Plugin is an ideal tool for monitoring and managing Coherence clusters during the development and testing lifecycle and supports connecting to both
34
34
Community Edition and open source versions of Coherence.
35
35
36
-
NOTE: This version of the plugin requires VisualVM release 2.0.4 or later which is available from https://visualvm.github.io/.
36
+
NOTE: This version of the Plugin requires VisualVM release 2.0.4 or later which is available from https://visualvm.github.io/.
**Commercial Editions**: 12.2.1.5.x, 12.2.1.4.x, 12.1.3.x, 12.1.2.x and 3.7.1.x
47
+
48
+
NOTE: If you wish to connect to Coherence version 12.2.1.4.x via REST you should have Coherence version 12.2.1.4.7 or greater.
49
+
40
50
== Installing the Plugin from VisualVM
41
51
42
52
The Coherence VisualVM Plugin is available from the list of plugins in VisualVM versions 2.0.4 and above.
@@ -59,9 +69,19 @@ Other useful resources:
59
69
60
70
Read on if you want to build the Plugin manually.
61
71
72
+
== Connecting to a Coherence Cluster
73
+
74
+
Once the Plugin is installed, you can double-click to a Coherence process, usually
75
+
`com.tangosol.net.DefaultCacheServer`, and the `Coherence` tab is displayed.
76
+
77
+
You can also connect via Coherence Management over REST by right-clicking on the
78
+
`Coherence Clusters` tree item and choose `Add Coherence Cluster`. See the https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.0/manage/using-jmx-manage-oracle-coherence.html#GUID-9A5B5F14-26A6-49CF-8C0C-3533A5DFB9C6[Coherence Documentation]
79
+
for more information on connecting via REST.
80
+
81
+
62
82
== Changing the Plugin Behaviour via System Properties
63
83
64
-
There are a number of properties that change the behaviour of the VisualVM Plugin. To pass these properties
84
+
There are a number of properties that change the behaviour of the Plugin. To pass these properties
65
85
to VisvualVM you have to use the `-J` option. For example to change the refresh time from the default
0 commit comments