Infinispan HotRod Connector Metrics: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:
The HotRod connector exposes a cumulative counter for bytes read from the connector and bytes written to the connector. The metrics are exposed as longs.  
The HotRod connector exposes a cumulative counter for bytes read from the connector and bytes written to the connector. The metrics are exposed as longs.  
Reference: [[JDG_6_JMX#totalBytesRead|JDG 6 JMX]], [[JDG 6 CLI#bytesRead|JDG 6 CLI]], [[JDG 7 JMX#bytesRead|JDG 7 JMX]], [[JDG 7 CLI]].
Reference: [[JDG_6_JMX#totalBytesRead|JDG 6 JMX]], [[JDG 6 CLI#bytesRead|JDG 6 CLI]], [[JDG 7 JMX#bytesRead|JDG 7 JMX]], [[JDG 7 CLI]].
=JDG 6 JMX Metrics=
The JMX MBean Object Name: "jboss.datagrid-infinispan:type=Server,name=HotRod,component=Transport"
====hostName====
====port====
====idleTimeout====
====numberOfGlobalConnections====
====numberOfLocalConnections====
====numberWorkerThreads====
====receiveBufferSize====
====sendBufferSize====
====tcpNoDelay====
====totalBytesWritten====

Revision as of 17:49, 25 October 2016

Internal

Overview

Bytes Read and Written

The HotRod connector exposes a cumulative counter for bytes read from the connector and bytes written to the connector. The metrics are exposed as longs. Reference: JDG 6 JMX, JDG 6 CLI, JDG 7 JMX, JDG 7 CLI.