Skip to content

Commit afb2d5f

Browse files
author
Tim Middleton
committed
Update VisualVM Help to point at latest 14.1.2. docs
1 parent 2114660 commit afb2d5f

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

help/help.adoc

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
///////////////////////////////////////////////////////////////////////////////
2-
Copyright (c) 2020, 2024 Oracle and/or its affiliates. All rights reserved.
2+
Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved.
33
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44

55
This code is free software; you can redistribute it and/or modify it
@@ -61,7 +61,7 @@ For the main Coherence VisualVM Plugin documentation please see https://github.c
6161
** <<TopicSubscriberTableModel, Topic Subscribers Table>>
6262
** <<TopicSubscriberGroupTableModel, Topic Subscriber Groups Table>>
6363

64-
Please see the https://www.oracle.com/pls/topic/lookup?ctx=en/middleware/standalone/coherence/14.1.1.2206&id=COHMG5442[Coherence MBeans Reference] for detailed information on all the Coherence MBeans and attributes.
64+
Please see the https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html[Coherence MBeans Reference] for detailed information on all the Coherence MBeans and attributes.
6565

6666
[#MachineTableModel]
6767
=== Machines Table
@@ -80,7 +80,7 @@ All attributes are from `Coherence:type=Platform,Domain=java.lang,subType=Operat
8080
|Percentage Free Memory | Calculated
8181
!===
8282

83-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-0AB8710B-2A1D-432D-AFBF-8E73B8230D51[ClusterNodeMBean] documentation for more information.
83+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-0AB8710B-2A1D-432D-AFBF-8E73B8230D51[ClusterNodeMBean] documentation for more information.
8484

8585
[#MemberTableModel]
8686
=== Members Table
@@ -101,10 +101,10 @@ All attributes are from `Node MBean` (`Coherence:type=Node,nodeId=n`).
101101
|Max Heap (MB) | MemoryMaxMB
102102
|Used Heap (MB) | MemoryMaxMB - MemoryAvailableMB
103103
|Free Heap (MB) | MemoryAvailableMB
104-
|Storage Enabled | true if any services are storage enabled on this member
104+
|Storage Enabled | true if any services are storage enabled on this member (calculated)
105105
!===
106106

107-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-0AB8710B-2A1D-432D-AFBF-8E73B8230D51[ClusterNodeMBean] documentation for more information.
107+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-0AB8710B-2A1D-432D-AFBF-8E73B8230D51[ClusterNodeMBean] documentation for more information.
108108

109109
[#ServiceTableModel]
110110
=== Services Table
@@ -126,7 +126,7 @@ All attributes are summarized from `Service MBean` (`Coherence:type=Service,name
126126
|Pending | RequestPendingCount
127127
!===
128128

129-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-0C5A3074-50D1-4B15-A4C2-E014E5F4827B[ServiceMBean] documentation for more information.
129+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-0C5A3074-50D1-4B15-A4C2-E014E5F4827B[ServiceMBean] documentation for more information.
130130

131131
[#ServiceMemberTableModel]
132132
=== Services Detail Table
@@ -146,7 +146,7 @@ All attributes are from `Service MBean` for specific nodes. (`Coherence:type=Ser
146146
|Request Avge (ms) | RequestAverageDuration
147147
!===
148148

149-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-0C5A3074-50D1-4B15-A4C2-E014E5F4827B[ServiceMBean] documentation for more information.
149+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-0C5A3074-50D1-4B15-A4C2-E014E5F4827B[ServiceMBean] documentation for more information.
150150

151151
[#CacheTableModel]
152152
=== Cache Summary Table
@@ -165,7 +165,7 @@ All attributes are summarized from `Cache MBean` (`Coherence:type=CacheMBean,tie
165165
|Unit Calculator | If MemoryUnits is true then BINARY otherwise FIXED
166166
!===
167167

168-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html[CacheMBean] documentation for more information.
168+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-A443DF50-F151-4E9B-AFC9-DFEDF4B149E7[CacheMBean] documentation for more information.
169169

170170
[#CacheDetailTableModel]
171171
=== Cache Details Table
@@ -187,7 +187,7 @@ All attributes are from `Cache MBean` (`Coherence:type=CacheMBean,tier=back`).
187187
|Hit Probability| HitProbability
188188
!===
189189

190-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html[CacheMBean] documentation for more information.
190+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-A443DF50-F151-4E9B-AFC9-DFEDF4B149E7[CacheMBean] documentation for more information.
191191

192192
==== Front Cache Size and Access Details Table
193193
This table shows cache front details regarding the selected cache.
@@ -216,7 +216,7 @@ All attributes are from `StorageManager MBean` (`Coherence:type=StorageManager,s
216216
|Index Total Millis (ms) | IndexingTotalMillis (not available in all Coherence versions)
217217
!===
218218

219-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-8F929EB2-2101-4F1C-A7E6-ACB80C67F0F6[StorageManagerMBean] documentation for more information.
219+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-8F929EB2-2101-4F1C-A7E6-ACB80C67F0F6[StorageManagerMBean] documentation for more information.
220220

221221
[#FederationTableModel]
222222
=== Federation Summary Table
@@ -236,8 +236,8 @@ All attributes are summarised from `Destination MBean` and `Origin MBean` (Coher
236236
|Current Msgs Rec /sec | MsgsRecSecs summed by service / participant from DestinationMBean
237237
!===
238238

239-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-858AA9C4-A756-4E64-8ACC-61AAE94C9387[OriginMBean] and
240-
https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-E936E914-6967-4E44-B8B6-FEBDF10CBE67[DestinationMBean] documentation for more information.
239+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-858AA9C4-A756-4E64-8ACC-61AAE94C9387[OriginMBean] and
240+
https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-E936E914-6967-4E44-B8B6-FEBDF10CBE67[DestinationMBean] documentation for more information.
241241

242242
[#FederationOutboundTableModel]
243243
=== Federation Outbound Table
@@ -258,7 +258,7 @@ All attributes are from `Destination MBean` (Coherence:type=Federation,subType=D
258258
|Total Msgs Unacked | TotalMsgUnacked
259259
!===
260260

261-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-E936E914-6967-4E44-B8B6-FEBDF10CBE67[DestinationMBean] documentation for more information.
261+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-E936E914-6967-4E44-B8B6-FEBDF10CBE67[DestinationMBean] documentation for more information.
262262

263263
[#FederationInboundTableModel]
264264
=== Federation Inbound Table
@@ -279,7 +279,7 @@ All attributes are from `Origin MBean` (Coherence:type=Federation,subType=Origin
279279
|Total Msgs Unacked | TotalMsgUnacked
280280
!===
281281

282-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-858AA9C4-A756-4E64-8ACC-61AAE94C9387[OriginMBean] documentation for more information.
282+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-858AA9C4-A756-4E64-8ACC-61AAE94C9387[OriginMBean] documentation for more information.
283283

284284
[#ProxyTableModel]
285285
=== Proxy Servers Table
@@ -301,8 +301,8 @@ All attributes are summarised from `ConnectionManager MBean` where `Procotol=tcp
301301
|Total Msgs Sent | TotalMessagesSent
302302
!===
303303

304-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-022FB1A1-F377-405A-A424-2CB1781330C1[ConnectionManagerMBean]
305-
or https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-F247B2A6-85A6-4F87-AD69-C0E184EF25D5[ConnectionMBean] documentation for more information.
304+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-022FB1A1-F377-405A-A424-2CB1781330C1[ConnectionManagerMBean]
305+
or https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-F247B2A6-85A6-4F87-AD69-C0E184EF25D5[ConnectionMBean] documentation for more information.
306306

307307
[#ProxyConnectionsTableModel]
308308
=== Proxy Connections Table
@@ -325,7 +325,7 @@ All attributes are summarised from `Connection MBean` (`Coherence:type=Connecti
325325
|Role | ClientRole
326326
!===
327327

328-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-F247B2A6-85A6-4F87-AD69-C0E184EF25D5[ConnectionMBean] documentation for more information.
328+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-F247B2A6-85A6-4F87-AD69-C0E184EF25D5[ConnectionMBean] documentation for more information.
329329

330330
[#HttpProxyTableModel]
331331
=== Http Servers Table
@@ -345,7 +345,7 @@ All attributes are summarised from `ConnectionManager MBean` where `Procotol=htt
345345
|Avge Request Time (ms) | Average of AverageRequestTime for all members running this service
346346
!===
347347

348-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-022FB1A1-F377-405A-A424-2CB1781330C1[ConnectionManagerMBean] documentation for more information.
348+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-022FB1A1-F377-405A-A424-2CB1781330C1[ConnectionManagerMBean] documentation for more information.
349349

350350
[#HttpProxyMemberTableModel]
351351
=== Http Servers Detail Table
@@ -364,7 +364,7 @@ All attributes are from `ConnectionManager MBean` where `Procotol=http` (`Cohere
364364
|Total Errors | TotalErrorCount
365365
!===
366366

367-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-022FB1A1-F377-405A-A424-2CB1781330C1[ConnectionManagerMBean] documentation for more information.
367+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-022FB1A1-F377-405A-A424-2CB1781330C1[ConnectionManagerMBean] documentation for more information.
368368

369369
[#PersistenceTableModel]
370370
=== Persistence Table
@@ -387,8 +387,8 @@ All attributes are summarized from `Service MBean` (`Coherence:type=Service,name
387387
|Status | OperationStatus
388388
!===
389389

390-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-0C5A3074-50D1-4B15-A4C2-E014E5F4827B[ServiceMBean] or
391-
https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-5B207607-9C4E-4F44-AE00-AC869369AF5A[PersistenceManagerMBean] documentation for more information.
390+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-0C5A3074-50D1-4B15-A4C2-E014E5F4827B[ServiceMBean] or
391+
https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-5B207607-9C4E-4F44-AE00-AC869369AF5A[PersistenceManagerMBean] documentation for more information.
392392

393393
[#ElasticData]
394394
=== Elastic Data Tables
@@ -408,8 +408,8 @@ All attributes are from `RamJournalRM MBean` or `FlashJournalRM MBean` (`Coheren
408408
|Max File Size| MaxFileSize
409409
!===
410410

411-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-9237DE7B-7819-4A50-8814-B66B389F5761[FlashJournalRM] or
412-
https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-132FD1B7-973B-43C8-8D48-709450ECF13B[RamJournalRM] documentation for more information.
411+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-9237DE7B-7819-4A50-8814-B66B389F5761[FlashJournalRM] or
412+
https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-132FD1B7-973B-43C8-8D48-709450ECF13B[RamJournalRM] documentation for more information.
413413

414414
[#HealthSummaryTableModel]
415415
=== Health Summary Table
@@ -428,7 +428,7 @@ All attributes are summarised from `Heatlh MBean` (`Coherence:type=Health`).
428428
|Safe | Count of number of member where Safe is true
429429
!===
430430

431-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-C6AAF4D7-476B-4D99-8539-0E9C9950EA50[HealthMBean] documentation for more information.
431+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-C6AAF4D7-476B-4D99-8539-0E9C9950EA50[HealthMBean] documentation for more information.
432432

433433
[#GrpcProxyTableModel]
434434
=== Grpc Proxy Table
@@ -465,7 +465,7 @@ All attributes are summarised from `Executor MBean` (`Coherence:type=Executor`).
465465
|Executor Description | Description
466466
!===
467467

468-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-7DFDB673-2B2F-4D50-84C4-C3D24F66A591[ExecutorMBean] documentation for more information.
468+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-7DFDB673-2B2F-4D50-84C4-C3D24F66A591[ExecutorMBean] documentation for more information.
469469

470470
[#HttpSessionTableModel]
471471
=== Http Session Table
@@ -643,4 +643,4 @@ All attributes are calculated from begin / end JMX notifications from `Coherence
643643
|Message| Description of the operation
644644
!===
645645

646-
See https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206/manage/oracle-coherence-mbeans-reference.html#GUID-5B207607-9C4E-4F44-AE00-AC869369AF5A[PersistenceManagerMBean] documentation for more information.
646+
See https://docs.oracle.com/en/middleware/fusion-middleware/coherence/14.1.2/manage/oracle-coherence-mbeans-reference.html#GUID-5B207607-9C4E-4F44-AE00-AC869369AF5A[PersistenceManagerMBean] documentation for more information.

0 commit comments

Comments
 (0)