diff --git a/coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/tablemodel/model/TopicDetailData.java b/coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/tablemodel/model/TopicDetailData.java index 1e3a497..88de9d7 100755 --- a/coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/tablemodel/model/TopicDetailData.java +++ b/coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/tablemodel/model/TopicDetailData.java @@ -70,7 +70,7 @@ public List> getJMXData(RequestSender sender, VisualVMMo @Override public String getReporterReport() { - return REPORT_TOPIC_SUBSCRIBERS; + return REPORT_TOPIC_DETAIL; } @Override @@ -142,7 +142,7 @@ public SortedMap getAggregatedDataFromHttpQuerying(VisualVMModel m /** * Report for topics data. */ - public static final String REPORT_TOPIC_SUBSCRIBERS = "reports/visualvm/topic-detail.xml"; + public static final String REPORT_TOPIC_DETAIL = "reports/visualvm/topic-detail.xml"; /** * Array index for node id. diff --git a/coherence-visualvm-plugin/src/main/resources/reports/visualvm/topic-detail.xml b/coherence-visualvm-plugin/src/main/resources/reports/visualvm/topic-detail.xml index e368822..aeac5ab 100644 --- a/coherence-visualvm-plugin/src/main/resources/reports/visualvm/topic-detail.xml +++ b/coherence-visualvm-plugin/src/main/resources/reports/visualvm/topic-detail.xml @@ -80,10 +80,6 @@ ReconnectWait - - SubscriberTimeout - - RetainConsumed diff --git a/help/help.adoc b/help/help.adoc index cb350a7..6ecc62c 100644 --- a/help/help.adoc +++ b/help/help.adoc @@ -56,6 +56,7 @@ For the main Coherence VisualVM Plugin documentation please see https://github.c * <> * <> * <> +** <> ** <> ** <> @@ -532,7 +533,6 @@ All attributes are from `Coherence:type=CoherenceAdapter,name=hotcache,member=me !=== [#TopicTableModel] -[#TopicDetailTableModel] === Topic Table All attributes are from `Coherence:type=PagedTopic`. @@ -549,6 +549,23 @@ All attributes are from `Coherence:type=PagedTopic`. | Retain Consumed | RetainConsumed !=== +[#TopicDetailTableModel] +=== Topic Members Table + +All attributes are from `Coherence:type=PagedTopic`. + +!=== +|**Column** | **Source / Comment** +|Node Id | key +|Channels | ChannelCount +|Published | PublishedCount +| MPage Capacity | PageCapacity +| Reconnect Retry | ReconnectRetry +| Reconnect Timeout | ReconnectTimeout +| Reconnect Wait | ReconnectWait +| Retain Consumed | RetainConsumed +!=== + [#TopicSubscriberTableModel] === Topic Subscribers Table