Infinispan HotRod Connector Metrics: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 40: Line 40:
Returns the number of bytes read from this HotRod connector. Type: Long.
Returns the number of bytes read from this HotRod connector. Type: Long.


===bytesWritten===
====bytesWritten====


Returns the number of bytes written to this HotRod connector. Type: Long.
Returns the number of bytes written to this HotRod connector. Type: Long.


===cacheContainer===
====cacheContainer====


The cache container to use. Type: String.
The cache container to use. Type: String.


===idleTimeout===
====idleTimeout====


The timeout for idle connections. Type: Long.
The timeout for idle connections. Type: Long.


===ignoredCaches===
====ignoredCaches====


List of caches ignored for this connector. Type: String array.
List of caches ignored for this connector. Type: String array.


===name===
====name====


The name of the connector. Type: String.
The name of the connector. Type: String.


===receiveBufferSize===
====receiveBufferSize====


Size of the receive buffer. Type: Long.
Size of the receive buffer. Type: Long.


===sendBufferSize===
====sendBufferSize====


Size of the send buffer. Type: Long.
Size of the send buffer. Type: Long.


===socketBinding===
====socketBinding====


The socket binding to use for this connector. Type: String.
The socket binding to use for this connector. Type: String.


===tcpNodelay===
====tcpNodelay====


Whether to use TCP NO_DELAY. Type: Boolean.
Whether to use TCP NO_DELAY. Type: Boolean.


===workerThreads===
====workerThreads====


The number of worker threads to use for this connector. Type: Integer.
The number of worker threads to use for this connector. Type: Integer.

Revision as of 15:50, 20 October 2016

Internal

CLI Metrics

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

totalBytesRead

totalBytesWritten

JDG 7 JMX Metrics

The JMX MBean Object Name: "jboss.as:subsystem=datagrid-infinispan-endpoint,hotrod-connector=hotrod-connector"

bytesRead

Returns the number of bytes read from this HotRod connector. Type: Long.

bytesWritten

Returns the number of bytes written to this HotRod connector. Type: Long.

cacheContainer

The cache container to use. Type: String.

idleTimeout

The timeout for idle connections. Type: Long.

ignoredCaches

List of caches ignored for this connector. Type: String array.

name

The name of the connector. Type: String.

receiveBufferSize

Size of the receive buffer. Type: Long.

sendBufferSize

Size of the send buffer. Type: Long.

socketBinding

The socket binding to use for this connector. Type: String.

tcpNodelay

Whether to use TCP NO_DELAY. Type: Boolean.

workerThreads

The number of worker threads to use for this connector. Type: Integer.