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
Copy file name to clipboardExpand all lines: coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/datasource/CoherenceClusterDataSourceViewProvider.java
Copy file name to clipboardExpand all lines: coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/tablemodel/model/ServiceMemberData.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,15 @@ public Data processReporterData(Object[] aoColumns, VisualVMModel model)
Copy file name to clipboardExpand all lines: coherence-visualvm-plugin/src/main/resources/com/oracle/coherence/plugin/visualvm/Bundle.properties
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,10 @@ LBL_refresh_date=Refresh Date
64
64
LBL_cluster_statusha=Cluster StatusHA
65
65
BTN_admin=Cluster Heap Dump
66
66
TTIP_admin=Generate a heap dump across all members.
67
-
LBL_heap_dump_completed=Please check the logs files for location of the heap dumps.
67
+
LBL_heap_dump_completed=Please check the coherence logs files for location of the heap dumps.
68
68
LBL_heap_dump_failed=Heap dump failed: {0}.
69
69
LBL_heap_dump_question=WARNING: This operation will have a performance impact on your running Cluster. \nAre you sure you want to instruct the cluster to perform a head dump across all members?
70
70
LBL_heap_dump_confirm=Please confirm heap dump
71
-
LBL_testing_connection=Testing connection to {0}...
72
71
73
72
# CoherenceCachePanel (spaces before are for label spacing)
74
73
LBL_total_caches=Total Caches
@@ -516,7 +515,7 @@ ERR_Failed_to_run_report=The report {0} failed to run with exception {1}. Fallin
LBL_reconnect=Items marked with (*) take effect when you reconnect to a Coherence cluster.
532
+
LBL_reconnect=Items marked with (*) take effect when you reconnect to a Coherence cluster.
533
+
TTIP_refresh_time=Time (in seconds) between refreshing data from the cluster. Do not set too low as this could adversely affect performance in large clusters.
534
+
TTIP_log_query_times=Enables logging of query times to the VisualVM logfile when retrieving data.
535
+
TTIP_disable_mbean_check=Disables the MBean check when connecting to WebLogic Server. This allows the plugin to startup without checking for Cluster MBean.
536
+
TTIP_rest_request_timeout=The request timeout (in ms) when using REST to connect to a cluster.
537
+
TTIP_rest_debug=Enables HTTP request debugging when using REST to connect to a cluster.
538
+
TTIP_persistence_list=Enables dropdown list of snapshots rather than having to enter the snapshot when performing snapshot operations.
539
+
TTIP_zoom_enabled=Enables additional zoom function for all graphs.
0 commit comments