This is a list of all available Infinispan metrics, including their names, the environment in which they are available (OpenMetrics or JMX) and their types. For OpenMetrics, the list includes both names with embedded attributes or as tags.
The following placeholders are used:
-
${cache_manager}: the name of the cache manager. The default isdefault. -
${cache}: the name of the cache. -
${cluster}: the name of the cluster. The default isdefault. -
${node}: the name of the node.
1. Core
1.1. Cache Manager
1.1.1. Cache Manager
Component that acts as a manager, factory and container for caches in the system.
Cache Manager Status
The status of the cache manager instance.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Cluster Members
List of members in the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Cluster Members Physical Addresses
List of members in the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Cluster Name
Cluster name
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Cluster Size
Size of the cluster in number of nodes
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Coordinator
Indicates whether this node is coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
Coordinator Address
The logical address of the cluster’s coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Created Cache Count
The total number of created caches, including the default cache.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Defined Cache Configuration Names
The defined cache configuration names.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Defined Cache Count
The total number of defined cache configurations.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Defined Cache Names
The defined cache names and their statuses. The default cache is not included in this representation.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Global Configuration As Properties
Global configuration properties
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
Properties |
Name
The name of this cache manager
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Node Address
The network address associated with this instance
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Number Of Cache Configurations
The total number of defined cache configurations.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Number Of Created Caches
The total number of created caches, including the default cache.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Number Of Running Caches
The total number of running caches, including the default cache.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Physical Addresses
The physical network addresses associated with this instance
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Relay Node
Indicates whether this node is a relay node
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
Relay Nodes Address
Lists relay nodes in the local site
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Running Cache Count
The total number of running caches, including the default cache.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Site
Returns the local site name
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
1.1.2. Cache Container Health
Health Check API
Cache Health
Per Cache statuses
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String[] |
Cluster Health
Cluster health status
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Cluster Name
Cluster name
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Free Memory Kb
The amount of free memory (KB) in the host
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Number Of Cpus
Number of CPUs in the host
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Number Of Nodes
Total nodes in the cluster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Total Memory Kb
The amount of total memory (KB) in the host
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
1.1.3. Cache Container Stats
General cache container statistics such as timings, hit/miss ratio, etc. for a single node.
Average Read Time
Cache container total average number of milliseconds for all read operation in this cache container
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Average Read Time Nanos
Cache container total average number of nanoseconds for all read operation in this cache container
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Average Remove Time
Cache container total average number of milliseconds for all remove operation in this cache container
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Average Remove Time Nanos
Cache container total average number of nanoseconds for all remove operation in this cache container
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Average Write Time
Cache container average number of milliseconds for all write operation in this cache container
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Average Write Time Nanos
Cache container average number of nanoseconds for all write operation in this cache container
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Current Number Of Entries In Memory
Cache container total number of entries currently in-memory for all caches in this cache container
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Data Memory Used
Amount in bytes of memory used in a given cache container for entries with eviction
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Evictions
Cache container total number of cache eviction operations
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Hit Ratio
Cache container total percentage hit/(hit+miss) ratio for this cache
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
Hits
Cache container total number of cache attribute hits
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Misses
Cache container total number of cache attribute misses
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Number Of Entries
Cache container total number of entries currently in all caches from this cache container
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Off Heap Memory Used
Amount in bytes of off-heap memory used by this cache container
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Read Write Ratio
Cache container read/writes ratio in all caches from this cache container
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
Remove Hits
Cache container total number of cache removal hits
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Remove Misses
Cache container total number of cache removals where keys were not found
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Required Minimum Number Of Nodes
Required minimum number of nodes to hold current cache data
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Statistics Enabled
Enables or disables the gathering of statistics by this component
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
Stores
Cache container total number of cache put operations
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Time Since Reset
Number of seconds since the cache container statistics were last reset
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Time Since Start
Number of seconds since cache started
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
1.1.4. Cluster Container Stats
General container statistics aggregated across the cluster.
Memory Available
The maximum amount of free memory in bytes across the cluster JVMs
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Memory Max
The maximum amount of memory that JVMs across the cluster will attempt to utilise in bytes
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
1.1.5. Local Container Stats
General statistic of local container.
Memory Available
The maximum amount of free memory in bytes in local JVM
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Memory Max
The maximum amount of memory in local JVM will attempt to utilise in bytes
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Memory Total
The total amount of memory in the local JVM in bytes
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Memory Used
The amount of memory used by the local JVM in bytes
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Stale Stats Threshold
Gets the threshold for cluster wide stats refresh (milliseconds)
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Statistics Enabled
Enables or disables the gathering of statistics by this component
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
Time Since Reset
Number of seconds since the statistics were last reset
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
1.2. Cache
1.2.1. Cache Loader
Component that handles loading entries from a CacheStore into memory.
Cache Loader Loads
Number of entries loaded from cache store
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Cache Loader Misses
Number of entries that did not exist in cache store
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
1.2.2. Cache Store
Component that handles storing of entries to a CacheStore from memory.
Number Of Persisted Entries
Number of entries currently persisted excluding expired entries
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Writes To The Stores
Number of writes to the store
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
1.2.3. Statistics
General statistics such as timings, hit/miss ratio, and so on.
Approximate Entries
Approximate number of entries currently in the cache, including persisted and expired entries
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Approximate Entries In Memory
Approximate number of entries currently in memory, including expired entries
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Approximate Entries Unique
Approximate number of entries currently in the cache for which the local node is a primary owner, including persisted and expired entries
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Average Read Time
Average number of milliseconds for a read operation on the cache
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Average Read Time Nanos
Average number of nanoseconds for a read operation on the cache
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Average Remove Time
Average number of milliseconds for a remove operation in the cache
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Average Remove Time Nanos
Average number of nanoseconds for a remove operation in the cache
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Average Write Time
Average number of milliseconds for a write operation in the cache
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Average Write Time Nanos
Average number of nanoseconds for a write operation in the cache
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Data Memory Used
Amount of memory in bytes allocated for use in eviction for data in the cache
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Evictions
Number of cache eviction operations
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Hit Ratio
Percentage hit/(hit+miss) ratio for the cache
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
Hits
Number of cache attribute hits
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Misses
Number of cache attribute misses
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Number Of Entries
Number of entries in the cache including passivated entries
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Number Of Entries In Memory
Number of entries currently in-memory excluding expired entries
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Off Heap Memory Used
Amount off-heap memory used by this cache (bytes)
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Read Write Ratio
Read/writes ratio for the cache
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
Remove Hits
Number of cache removal hits
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Remove Misses
Number of cache removals where keys were not found
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Required Minimum Number Of Nodes
Amount of nodes required to guarantee data consistency
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Stores
Number of cache attribute put operations
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Time Since Reset
Number of seconds since the cache statistics were last reset
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Time Since Start
Number of seconds since cache started
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
1.2.4. Invalidation
Component responsible for invalidating entries on remote caches when entries are written to locally.
Invalidations
Number of invalidations
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
1.2.5. Transactions
Component that manages the cache’s participation in JTA transactions.
Commits
Number of transaction commits performed since last reset
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Prepares
Number of transaction prepares performed since last reset
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Rollbacks
Number of transaction rollbacks performed since last reset
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
1.2.6. Lock Manager
Manager that handles MVCC locks for entries
Concurrency Level
The concurrency level that the MVCC Lock Manager has been configured with.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
Number Of Locks Available
The number of exclusive locks that are available.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Number Of Locks Held
The number of exclusive locks that are held.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
1.2.7. Rpc Manager
Manages all remote calls to remote cache instances in the cluster.
Average Replication Time
The average time spent in the transport layer, in milliseconds
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Average XSite Replication Time
Returns the average replication time, in milliseconds, for a cross-site replication request
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Committed View As String
Retrieves the committed view.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Maximum XSite Replication Time
Returns the maximum replication time, in milliseconds, for a cross-site replication request
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Minimum XSite Replication Time
Returns the minimum replication time, in milliseconds, for a cross-site replication request
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Number XSite Requests
Returns the number of sync cross-site requests
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Number XSite Requests Received
Returns the number of cross-site requests received from all nodes
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Pending View As String
Retrieves the pending view.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Replication Count
Number of successful replications
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Replication Failures
Number of failed replications
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Sites View
Retrieves the x-site view.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Statistics Enabled
Enables or disables the gathering of statistics by this component
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
Success Ratio
Successful replications as a ratio of total replications
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Success Ratio Floating Point
Successful replications as a ratio of total replications in numeric double format
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
1.2.8. Async XSite Statistics
Statistics for Asynchronous cross-site replication
Number Of Conflicts
The total number of conflicts between local and remote sites.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Number Of Conflicts Local Wins
The number of conflicts where the merge policy discards the remote update.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Number Of Conflicts Merged
Number of conflicts where the merge policy created a new entry.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Number Of Conflicts Remote Wins
The number of conflicts where the merge policy applies the remote update.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Number Of Discards
The number of updates from remote sites discarded (duplicate or old update).
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Number Of Tombstones
Number of tombstones stored
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Queue Size
Number of keys that need to be sent to remote site(s)
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Statistics Enabled
Enables or disables the gathering of statistics by this component
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
Tombstone Cleanup Task Current Delay
Current delay in milliseconds between tombstone cleanup tasks
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
1.2.9. Activation
Component that handles activating entries that have been passivated to a CacheStore by loading them into memory.
1.2.10. Passivation
Component that handles passivating entries to a CacheStore on eviction.
Passivations
Number of passivation events
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
1.2.11. Cluster Cache Stats
General cluster statistics such as timings, hit/miss ratio, etc. for a cache.
Activations
The total number of activations across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Approximate Entries
Approximate number of entry replicas in the cache across the cluster, including passivated entries
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Approximate Entries In Memory
Approximate number of entry replicas in memory across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Approximate Entries Unique
Approximate number of unique entries in the cache across the cluster, ignoring duplicate replicas
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Average Read Time
Average number of milliseconds for a read operation on the cache across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Average Read Time Nanos
Average number of nanoseconds for a read operation on the cache across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Average Remove Time
Average number of milliseconds for a remove operation in the cache across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Average Remove Time Nanos
Average number of nanoseconds for a remove operation in the cache across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Average Write Time
Average number of milliseconds for a write operation in the cache across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Average Write Time Nanos
Average number of nanoseconds for a write operation in the cache across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Cache Loader Loads
The total number of persistence load operations in the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Cache Loader Misses
The total number of cacheloader load misses in the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Current Number Of Entries In Memory
Current number of entries in memory across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
Data Memory Used
Amount in bytes of memory used across the cluster for entries in this cache with eviction
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Evictions
Total number of cache eviction operations across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Hit Ratio
Percentage hit/(hit+miss) ratio for this cache
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
double |
Hits
Total number of cache read hits across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Invalidations
The total number of invalidations in the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Misses
Total number of cache read misses
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Number Of Entries
Current number of entries in the cache across the cluster, including passivated entries
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
Number Of Locks Available
Current number of exclusive locks available across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
Number Of Locks Held
Current number of locks held across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
Off Heap Memory Used
Amount in bytes of off-heap memory used across the cluster for this cache
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Passivations
The total number of passivations across the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Read Write Ratio
Cluster-wide read/writes ratio for the cache
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
double |
Remove Hits
Cluster-wide total number of cache removal hits
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Remove Misses
Cluster-wide total number of cache removals where keys were not found
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
Required Minimum Number Of Nodes
Minimum number of nodes to avoid losing data
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
Store Writes
The total number of cachestore store operations in the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
1.2.12. Statistics
General statistics such as timings, hit/miss ratio, etc.
Current Number Of Entries In Memory
Number of entries currently in-memory excluding expired entries
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
1.2.13. State Transfer Manager
Component that handles state transfer
Inflight Segment Transfer Count
The number of in-flight segments the local node requested from other nodes
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Inflight Transactional Segment Count
The number of in-flight transactional segments the local node requested from other nodes
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Join Complete
If true, the node has successfully joined the grid and is considered to hold state. If false, the join process is still in progress.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
1.2.14. Cache
Component that represents an individual cache instance.
Cache Availability
Returns the cache availability
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Cache Name
Returns the cache name
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Cache Status
Returns the cache status
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Configuration As Properties
Returns the cache configuration in form of properties
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
Properties |
1.2.15. Configuration
Runtime cache configuration attributes
Eviction Size
Gets the eviction size for the cache
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
2. Server core
2.1. Server
2.1.1. Transport
Transport component manages read and write operations to/from server.
Host Name
Returns the host to which the transport binds.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Idle Timeout
Returns the idle timeout.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
Number IOThreads
Returns the number of I/O threads.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Number Of Global Connections
Returns a count of active connections in the cluster. This operation will make remote calls to aggregate results, so latency might have an impact on the speed of calculation of this attribute.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
Number Of Local Connections
Returns a count of active connections this server.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Pending Tasks
Returns the number of pending tasks.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
Port
Returns the port to which the transport binds.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
Receive Buffer Size
Returns the receive buffer size.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
Running
Returns whether the transport is running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
Send Buffer Size
Returns the send buffer size.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
Tcp No Delay
Returns whether TCP no delay was configured or not.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
Total Bytes Read
Returns the total number of bytes read by the server from clients which includes both protocol and user information.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Total Bytes Written
Returns the total number of bytes written by the server back to clients which includes both protocol and user information.
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
3. Remote query server
3.1. Cache Manager
3.1.1. Protobuf Metadata Manager
Component that acts as a manager and persistent container for Protocol Buffers schema definitions in the scope of a CacheManger.
4. Query
4.1. Cache
4.1.1. Statistics
Statistics for index based query
Indexed Class Names
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
Set |
Object Loading Execution Avg Time
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Object Loading Execution Max Time
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Object Loading Total Time
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Objects Loaded Count
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Search Query Execution Avg Time
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Search Query Execution Count
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Search Query Execution Max Time
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
Search Query Execution Max Time Query String
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
Search Query Total Time
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5. JGroups
5.1. ASYM ENCRYPT
Asymmetric encryption protocol. The secret key for encryption and decryption of messages is fetched from a key server (the coordinator) via asymmetric encryption
5.1.1. Get Key Server Address
The current key server
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.1.2. Get Public Keys
Keys in the public key map
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.1.3. Is Key Server
True if this member is the current key server, false otherwise
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.3. BATCH
Protocol just below flow control that wraps messages to improve throughput with small messages.
5.3.1. Avg Batch Size
Average number of messages in an BatchMessage
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
5.3.2. Num ebs sent
Number of BatchMessages sent
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.3.3. Num ebs sent due to full queue
Number of BatchMessages sent because the queue was full
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.3.4. Num ebs sent due to max number of msgs
Number of BatchMessages sent because the max number of messages has been reached (max_batch_size)
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.3.5. Num ebs sent due to timeout
Number of BatchMessages sent because the timeout kicked in
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.4. BATCH2
Protocol just below flow control that wraps messages to improve throughput with small messages.
5.4.1. Avg Batch Size
Average number of messages in an BatchMessage
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
5.4.2. Num ebs sent
Number of BatchMessages sent
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.4.3. Num ebs sent due to full queue
Number of BatchMessages sent because the queue was full
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.4.4. Num ebs sent due to max number of msgs
Number of BatchMessages sent because the max number of messages has been reached (max_batch_size)
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.4.5. Num ebs sent due to timeout
Number of BatchMessages sent because the timeout kicked in
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.5. BPING
5.5.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.6. CENTRAL LOCK
Based class for locking functionality
5.6.1. Get Backups
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.6.2. Get Coordinator
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.6.3. Get Num Client Locks
Number of client locks
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.6.4. Get Num Server Locks
Number of server locks (only on coord)
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.6.5. Get View
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.7. CENTRAL LOCK2
Based class for locking functionality
5.7.1. Get Coordinator
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.7.2. Get Num Client Locks
Number of client locks
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.7.3. Get Num Server Locks
Number of server locks (only on coord)
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.7.4. Get View
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.7.5. Is Coord
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.7.6. Is Request Handler Running
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.7.7. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.7.8. Request Queue Size
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.8. COMPRESS
Compresses messages to send and uncompresses received messages
5.8.1. Get Num Compressions
Number of compressions
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.8.2. Get Num Uncompressions
Number of un-compressions
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.9. COUNTER
Protocol to maintain distributed atomic counters
5.9.1. Get Backup Coords
List of the backup coordinator (null if num_backups ⇐ 0
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.10. DAISYCHAIN
Protocol just above the transport which disseminates multicasts via daisy chaining
5.10.1. Msgs forwarded
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.10.2. Msgs sent
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.10.3. Next
The member to which all multicasts are forwarded
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
Address |
5.11. DH KEY EXCHANGE
Key exchange protocol to fetch a shared secret group key from the key server.That shared (symmetric) key is subsequently used to encrypt communication between cluster members
5.12. DISCARD
Discards messages
5.12.1. Get Ignored Members
The set of ignored members
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.12.2. Num down
Number of dropped down messages
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.13. DNS PING
5.13.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.14. FD ALL
Heartbeat-based failure detection protocol
5.14.1. Get Members
The members of the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.14.2. Get Suspected Members
Currently suspected members
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.14.3. Is Heartbeat Sender Running
Is the heartbeat sender task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.14.4. Is Running
Are heartbeat tasks running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.15. FD ALL2
Heartbeat-based failure detection protocol
5.15.1. Get Members
The members of the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.15.2. Get Suspected Members
Currently suspected members
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.15.3. Is Heartbeat Sender Running
Is the heartbeat sender task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.15.4. Is Running
Are heartbeat tasks running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.16. FD ALL3
Heartbeat-based failure detection protocol
5.16.1. Get Members
The members of the cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.16.2. Get Suspected Members
Currently suspected members
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.16.3. Is Heartbeat Sender Running
Is the heartbeat sender task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.16.4. Is Running
Are heartbeat tasks running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.16.5. Is Timeout Checker Running
Is the timeout checker task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.17. FD HOST
Failure detection protocol which detects crashes or hangs of entire hosts and suspects all cluster members on those hosts
5.17.1. Get Suspected Members
Currently suspected members
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.17.2. Has suspected mbrs
Shows whether there are currently any suspected members
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.17.3. Is Pinger Running
Whether the ping task is running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.17.4. Num liveness checks
Number of liveness checks
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.18. FD SOCK
Failure detection protocol based on sockets connecting members
5.18.1. Get Client Bind Port Actual
The actual client_bind_port
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.18.2. Get Members
List of cluster members
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.18.3. Get Num Suspect Events Generated
Number of suspect event generated
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.18.4. Get Num Suspected Members
The number of currently suspected members
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.18.5. Get Ping Dest
Ping destination
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.18.6. Get Pingable Members
List of pingable members of a cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.18.7. Get Suspected Members
List of currently suspected members
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.18.8. Is Log Suspected Messages
Whether or not to log suspect messages
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.19. FD SOCK2
Failure detection protocol based on sockets connecting members
5.19.1. Cluster
The cluster we’ve joined. Set on joining a cluster, null when unconnected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.19.2. Get Actual Bind Port
Actual port the server is listening on
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.19.3. Get Client State
The client state (CONNECTED / DISCONNECTED)
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.19.4. Get Num Suspected Members
The number of currently suspected members
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.19.5. Get Ping Dest
Ping destination
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.19.6. Members
List of the current cluster members
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
Membership |
5.19.7. Num suspect events
Number of suspect events emitted
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.19.8. Pingable mbrs
List of pingable members of a cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
Membership |
5.19.9. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.20. FILE PING
5.20.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.20.2. Get View
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.20.3. Is Info Writer Running
Whether the InfoWriter task is running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.20.4. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.21. FLUSH
Flushes the cluster
5.21.1. Get Average Flush Duration
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
5.21.2. Get Number Of Flushes
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.21.3. Get Total Time In Flush
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.22. FORK
Implementation of FORK protocol
5.22.1. Get Fork Stacks
Number of fork-stacks
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.23. FRAG
Fragments messages larger than fragmentation size into smaller messages
5.23.1. Get Number Of Received Fragments
Number of received fragments
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.23.2. Get Number Of Sent Fragments
Number of sent fragments
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.23.3. Num received msgs
Number of received messages
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.24. FRAG2
Fragments messages larger than fragmentation size into smaller messages
5.24.1. Get Avg Size Down
min/avg/max size (in bytes) for messages sent down that needed to be fragmented
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.24.2. Get Avg Size Up
min/avg/max size (in bytes) of messages re-assembled from fragments
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.24.3. Get Number Of Received Fragments
Number of received fragments
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.24.4. Get Number Of Sent Fragments
Number of sent fragments
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.25. FRAG3
Fragments messages larger than fragmentation size into smaller messages
5.25.1. Get Avg Size Down
min/avg/max size (in bytes) for messages sent down that needed to be fragmented
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.25.2. Get Avg Size Up
min/avg/max size (in bytes) of messages re-assembled from fragments
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.25.3. Get Number Of Received Fragments
Number of received fragments
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.25.4. Get Number Of Sent Fragments
Number of sent fragments
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.26. FRAG4
Fragments messages larger than fragmentation size into smaller messages
5.26.1. Get Avg Size Down
min/avg/max size (in bytes) for messages sent down that needed to be fragmented
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.26.2. Get Avg Size Up
min/avg/max size (in bytes) of messages re-assembled from fragments
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.26.3. Get Number Of Received Fragments
Number of received fragments
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.26.4. Get Number Of Sent Fragments
Number of sent fragments
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.27. GMS
Group membership protocol
5.27.1. Get Implementation
impl
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.27.2. Get Merge Id
Stringified version of merge_id
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.27.3. Get View
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.27.4. Get View Handler Size
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.27.5. Is Coord
Whether or not the current instance is the coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.27.6. Is Leaving
If true, the current member is in the process of leaving
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.27.7. Is Merge In Progress
Is a merge currently running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.27.8. Is Merge Killer Running
Is the merge killer task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.27.9. Is Merge Task Running
Is the merge task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.27.10. Is View Handler Suspended
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.27.11. Members
The members of the current view
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
Membership |
5.27.12. Num views
The number of view installed in this member
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.28. JDBC PING
5.28.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.28.2. Get View
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.29. JDBC PING2
5.29.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.29.2. Get View
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.30. LOCAL PING
5.30.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.30.2. Get Discovery Cache Size
Number of keys in the discovery cache
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.31. MERGE3
Protocol to discover subgroups existing due to a network partition
5.31.1. Get Views
Number of cached ViewIds
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.31.2. Is Info Sender Running
Is the info sender task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.31.3. Is Merge Task Running
Is the view consistency checker task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.31.4. Is View Consistency Checker Running
Is the view consistency checker task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.31.5. Is coord
Whether or not the current member is the coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.32. MFC
Simple flow control protocol based on a credit system
5.32.1. Get Average Time Blocked
Average time blocked (in ms) in flow control when trying to send a message
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
5.32.2. Get Number Of Blockings
Number of times flow control blocks sender
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.33. MFC NB
Simple non-blocking flow control protocol based on a credit system
5.33.1. Get Average Time Blocked
Average time blocked (in ms) in flow control when trying to send a message
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
5.33.2. Get Number Of Blockings
Number of times flow control blocks sender
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.33.3. Get Number Of Queued Messages
The number of messages currently queued due to insufficient credit
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.33.4. Get Number Of Queuings
The number of times messages have been queued due to insufficient credits
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.33.5. Get Queued Size
The total size of all currently queued messages
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.34. MPING
5.34.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.36. NAKACK2
Reliable transmission multipoint FIFO protocol
5.36.1. Avg batch size
The average number of messages in a batch removed from the table and delivered to the application
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
AverageMinMax |
5.36.2. Get Become Server Queue Size Actual
Actual size of the become_server_queue
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.36.3. Get Current Seqno
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.36.4. Get Non Member Messages
Number of messages from non-members
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.36.5. Get Size Of All Messages
Returns the number of bytes of all messages in all retransmit buffers. To compute the size, Message.getLength() is used
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.36.6. Get Size Of All Messages Incl Headers
Returns the number of bytes of all messages in all retransmit buffers. To compute the size, Message.size() is used
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.36.7. Get Xmit Table Capacity
Capacity of the retransmit buffer. Computed as xmit_table_num_rows * xmit_table_msgs_per_row
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.36.8. Get Xmit Table Missing Messages
Total number of missing (= not received) messages in all retransmit buffers
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.36.9. Get Xmit Table Num Compactions
Number of retransmit table compactions
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.36.10. Get Xmit Table Num Current Rows
Prints the number of rows currently allocated in the matrix. This value will not be lower than xmit_table_now_rows
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.36.11. Get Xmit Table Num Moves
Number of retransmit table moves
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.36.12. Get Xmit Table Num Purges
Number of retransmit table purges
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.36.13. Get Xmit Table Num Resizes
Number of retransmit table resizes
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.36.14. Get Xmit Table Undelivered Msgs
Total number of undelivered messages in all retransmit buffers
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.36.15. Is Xmit Task Running
Is the retransmit task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.36.16. Is trace
tracing is enabled or disabled for the given log
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.36.17. Num messages received
Number of messages received
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.36.18. Num messages sent
Number of messages sent
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.36.19. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.36.20. Resend Task Running
Whether or not the task to resend the last seqno is running (depends on resend_last_seqno)
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.36.21. Sends can block
True if sending a message can block at the transport level
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.36.22. Set Resend Last Seqno
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
void |
5.36.23. Xmit reqs received
Number of retransmit requests received
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.36.24. Xmit reqs sent
Number of retransmit requests sent
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.38. PERF
Measures latency between PERF instances
5.38.1. Latency In Ms
Average latency in ms
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
5.38.2. Latency In Ns
Average latency in ns
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
5.39. PING
5.39.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.40. RACKSPACE PING
5.40.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.40.2. Get View
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.41. RED
Implementation of Random Early Drop: messages are discarded when the bundler’s queue in the transport nears exhaustion
5.41.1. Avg queue size
The average number of elements in the bundler’s queue. Computed as o * (1 - 2^-wf) + c * (2^-wf) where o is the old average, c the current queue size and wf the weight_factor
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
double |
5.41.2. Dropped msgs
The number of dropped messages
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.41.3. Get Drop Rate
Percentage of all messages that were dropped
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
5.41.4. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.42. RELAY2
RELAY2 protocol
5.42.1. Get Avg Msgs Forwarding To Local Mbr
The average number of messages / s for forwarding messages to a member in the same site
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.42.2. Get Avg Msgs Forwarding To SM
The average number of messages / s for forwarding messages to the local SiteMaster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.42.3. Get Avg Msgs Relaying
The average number of messages / s for relaying messages from this SiteMaster to remote SiteMasters
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.42.4. Get Num Forwarded To Local Mbr
Number of messages (received from a remote Sitemaster and) delivered by this SiteMaster to a local node
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.42.5. Get Num Forwarded To Site Master
Number of messages forwarded to the local SiteMaster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.42.6. Get Num Relayed
Number of messages sent by this SiteMaster to a remote SiteMaster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.42.7. Get Number Of No Route Errors
Number of 'no route to site X' errors
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.42.8. Get Time Forwarding To Local Mbr
The total time (in ms) spent forwarding messages to a member in the same site
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.42.9. Get Time Forwarding To SM
The total time (in ms) spent forwarding messages to the local SiteMaster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.42.10. Get Time Relaying
The total time (ms) spent relaying messages from this SiteMaster to remote SiteMasters
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.43. RELAY3
RELAY3 protocol
5.43.1. Get Avg Msgs Forwarding To Local Mbr
The average number of messages / s for forwarding messages to a member in the same site
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.43.2. Get Avg Msgs Forwarding To SM
The average number of messages / s for forwarding messages to the local SiteMaster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.43.3. Get Avg Msgs Relaying
The average number of messages / s for relaying messages from this SiteMaster to remote SiteMasters
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.43.4. Get Num Forwarded To Local Mbr
Number of messages (received from a remote Sitemaster and) delivered by this SiteMaster to a local node
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.43.5. Get Num Forwarded To Site Master
Number of messages forwarded to the local SiteMaster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.43.6. Get Num Relayed
Number of messages sent by this SiteMaster to a remote SiteMaster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.43.7. Get Number Of No Route Errors
Number of 'no route to site X' errors
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.43.8. Get Time Forwarding To Local Mbr
The total time (in ms) spent forwarding messages to a member in the same site
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.43.9. Get Time Forwarding To SM
The total time (in ms) spent forwarding messages to the local SiteMaster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.43.10. Get Time Relaying
The total time (ms) spent relaying messages from this SiteMaster to remote SiteMasters
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.43.11. Is Site Master
Whether or not this instance is a site master
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.44. RSVP
Implements synchronous acks for messages which have their RSVP flag set)
5.44.1. Get Pending Rsvp Requests
Number of pending RSVP requests
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.44.2. Handle unicasts
If we have UNICAST or UNICAST3 in the stack, we don’t need to handle unicast messages as they’re retransmitted anyway
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.46. SEQUENCER
Implementation of total order protocol using a sequencer
5.46.1. Ack mode
is ack-mode enabled or not
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.46.2. Bcast msgs
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.46.3. Delivered bcasts
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.46.4. Forwarded msgs
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.46.5. Get Forward Table Size
Number of messages in the forward-table
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.46.6. Is Coordinator
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.46.7. Is coord
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.46.8. Num acks
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.46.9. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.47. SEQUENCER2
Implementation of total order protocol using a sequencer (unicast-unicast-multicast)
5.47.1. Bcasts delivered
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.47.2. Bcasts received
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.47.3. Bcasts sent
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.47.4. Get Fwd Queue Size
Number of messages in the forward-queue
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.47.5. Is Coordinator
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.47.6. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.47.7. Received requests
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.47.8. Received responses
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.47.9. Request msgs
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.47.10. Response msgs
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.48. SHARED LOOPBACK
Transport protocol
5.48.1. Curr view
The current view
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
View |
5.48.2. Get Bundler Class
Fully qualified classname of bundler
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.3. Get Cluster Name
Name of the cluster to which this transport is connected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.4. Get Different Cluster Messages
Number of messages from members in a different cluster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.48.5. Get Different Version Messages
Number of messages from members with a different JGroups version
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.48.6. Get Local Physical Address
The physical address of the channel
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.7. Get Message Factory Class
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.8. Get Num Threads
Returns the number of live threads in the JVM
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.48.9. Get Num Timer Tasks
Number of timer tasks queued up for execution
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.48.10. Get Timer Class
Class of the timer implementation
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.11. Get Timer Threads
Number of threads currently in the pool
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.48.12. Is Logical Address Cache Reaper Running
Is the logical_addr_cache reaper task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.48.13. Logger Type
Type of logger used
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.14. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.15. Cluster name
Channel (cluster) name
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
AsciiString |
5.48.16. Get Bundler Class
Fully qualified classname of bundler
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.17. Get Cluster Name
Name of the cluster to which this transport is connected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.18. Get Different Cluster Messages
Number of messages from members in a different cluster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.48.19. Get Different Version Messages
Number of messages from members with a different JGroups version
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.48.20. Get Local Physical Address
The physical address of the channel
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.21. Get Message Factory Class
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.22. Get Num Threads
Returns the number of live threads in the JVM
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.48.23. Get Num Timer Tasks
Number of timer tasks queued up for execution
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.48.24. Get Timer Class
Class of the timer implementation
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.25. Get Timer Threads
Number of threads currently in the pool
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.48.26. Is Logical Address Cache Reaper Running
Is the logical_addr_cache reaper task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.48.27. Is trace
tracing is enabled or disabled for the given log
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.48.28. Logger Type
Type of logger used
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.29. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.48.30. Timer handle non blocking tasks
If enabled, the timer will run non-blocking tasks on its own (runner) thread, and not submit them to the thread pool. Otherwise, all tasks are submitted to the thread pool. This attribute is experimental and may be removed without notice.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.49. SHARED LOOPBACK PING
5.49.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.50. STABLE
Computes the broadcast messages that are stable
5.50.1. Coordinator
The coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
Address |
5.50.2. Get Num Votes
The number of votes for the current digest
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.50.3. Get Stability Received
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.50.4. Get Stability Sent
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.50.5. Get Stable Received
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.50.6. Get Stable Sent
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.50.7. Get Stable Task Running
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.50.8. Num bytes received
Bytes accumulated so far
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
long |
5.50.9. Num stability msgs received
Number of stability messages received
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.50.10. Num stability msgs sent
Number of stability messages sent
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.50.11. Num stable msgs received
Number of stable messages received
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.50.12. Num stable msgs sent
Number of stable messages sent
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.51. STATE
Streaming state transfer protocol
5.51.1. Get Average State Size
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
5.51.2. Get Number Of State Bytes Sent
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.51.3. Get Number Of State Requests
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.51.4. Get Thread Pool Completed Tasks
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.51.5. Get Thread Pool Size
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.52. STATE SOCK
State trasnfer protocol based on streaming state transfer
5.52.1. Get Average State Size
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
5.52.2. Get Number Of State Bytes Sent
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.52.3. Get Number Of State Requests
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.52.4. Get Thread Pool Completed Tasks
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
long |
5.52.5. Get Thread Pool Size
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.53. STATE TRANSFER
State transfer protocol based on byte array transfer
5.53.1. Avg state size
The average state size (in bytes)
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
double |
5.53.2. Num bytes sent
The number of bytes sent (total state)
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.54. STOMP
Server side STOPM protocol, STOMP clients can connect to it
5.54.1. Endpoint
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.54.2. Get Endpoints
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.54.3. Get Num Connections
Number of client connections
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.54.4. Get Num Subscriptions
Number of subscriptions
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.55. SWIFT PING
5.55.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.55.2. Get View
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.56. SYM ENCRYPT
Symmetric encryption protocol. The (shared) shared secret key is configured up front, e.g. via a key store, or injection
5.57. TCP
Transport protocol
5.57.1. Get Bundler Class
Fully qualified classname of bundler
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.2. Get Cluster Name
Name of the cluster to which this transport is connected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.3. Get Different Cluster Messages
Number of messages from members in a different cluster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.57.4. Get Different Version Messages
Number of messages from members with a different JGroups version
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.57.5. Get Local Physical Address
The physical address of the channel
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.6. Get Message Factory Class
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.7. Get Num Threads
Returns the number of live threads in the JVM
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.57.8. Get Num Timer Tasks
Number of timer tasks queued up for execution
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.57.9. Get Open Connections
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.57.10. Get Timer Class
Class of the timer implementation
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.11. Get Timer Threads
Number of threads currently in the pool
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.57.12. Is Logical Address Cache Reaper Running
Is the logical_addr_cache reaper task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.57.13. Logger Type
Type of logger used
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.14. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.15. Cluster name
Channel (cluster) name
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
AsciiString |
5.57.16. Get Bundler Class
Fully qualified classname of bundler
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.17. Get Cluster Name
Name of the cluster to which this transport is connected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.18. Get Different Cluster Messages
Number of messages from members in a different cluster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.57.19. Get Different Version Messages
Number of messages from members with a different JGroups version
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.57.20. Get Local Physical Address
The physical address of the channel
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.21. Get Message Factory Class
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.22. Get Num Threads
Returns the number of live threads in the JVM
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.57.23. Get Num Timer Tasks
Number of timer tasks queued up for execution
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.57.24. Get Timer Class
Class of the timer implementation
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.25. Get Timer Threads
Number of threads currently in the pool
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.57.26. Is Logical Address Cache Reaper Running
Is the logical_addr_cache reaper task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.57.27. Is trace
tracing is enabled or disabled for the given log
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.57.28. Logger Type
Type of logger used
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.29. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.57.30. Timer handle non blocking tasks
If enabled, the timer will run non-blocking tasks on its own (runner) thread, and not submit them to the thread pool. Otherwise, all tasks are submitted to the thread pool. This attribute is experimental and may be removed without notice.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.58. TCPGOSSIP
5.58.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.58.2. Get View
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.59. TCPPING
5.59.1. Get Current Coord
The address of the current coordinator
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.59.2. Get Dynamic Host List
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.59.3. Get Resolved Hosts
The list of resolved hosts:ports
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
Collection |
5.59.4. Get View
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.59.5. Initial hosts set programmatically
True if initial hosts were set programmatically (via setInitialHosts())
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.60. TCP NIO2
Transport protocol
5.60.1. Get Bundler Class
Fully qualified classname of bundler
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.2. Get Cluster Name
Name of the cluster to which this transport is connected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.3. Get Different Cluster Messages
Number of messages from members in a different cluster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.60.4. Get Different Version Messages
Number of messages from members with a different JGroups version
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.60.5. Get Local Physical Address
The physical address of the channel
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.6. Get Message Factory Class
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.7. Get Num Threads
Returns the number of live threads in the JVM
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.60.8. Get Num Timer Tasks
Number of timer tasks queued up for execution
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.60.9. Get Open Connections
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.60.10. Get Timer Class
Class of the timer implementation
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.11. Get Timer Threads
Number of threads currently in the pool
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.60.12. Is Acceptor Running
Is the acceptor thread (calling select()) running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.60.13. Is Logical Address Cache Reaper Running
Is the logical_addr_cache reaper task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.60.14. Is Selector Open
Is the selector open
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.60.15. Logger Type
Type of logger used
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.16. Num Partial Writes
Number of partial writes for all connections (not all bytes were written)
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.60.17. Num Selects
Number of times select() was called
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.60.18. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.19. Reader Idle Time
Number of ms a reader thread on a given connection can be idle (not receiving any messages) until it terminates. New messages will start a new reader
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
void |
5.60.20. Cluster name
Channel (cluster) name
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
AsciiString |
5.60.21. Get Bundler Class
Fully qualified classname of bundler
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.22. Get Cluster Name
Name of the cluster to which this transport is connected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.23. Get Different Cluster Messages
Number of messages from members in a different cluster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.60.24. Get Different Version Messages
Number of messages from members with a different JGroups version
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.60.25. Get Local Physical Address
The physical address of the channel
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.26. Get Message Factory Class
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.27. Get Num Threads
Returns the number of live threads in the JVM
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.60.28. Get Num Timer Tasks
Number of timer tasks queued up for execution
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.60.29. Get Timer Class
Class of the timer implementation
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.30. Get Timer Threads
Number of threads currently in the pool
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.60.31. Is Logical Address Cache Reaper Running
Is the logical_addr_cache reaper task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.60.32. Is trace
tracing is enabled or disabled for the given log
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.60.33. Logger Type
Type of logger used
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.34. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.60.35. Timer handle non blocking tasks
If enabled, the timer will run non-blocking tasks on its own (runner) thread, and not submit them to the thread pool. Otherwise, all tasks are submitted to the thread pool. This attribute is experimental and may be removed without notice.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.61. TP
Transport protocol
5.61.1. Cluster name
Channel (cluster) name
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
AsciiString |
5.61.2. Get Bundler Class
Fully qualified classname of bundler
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.3. Get Cluster Name
Name of the cluster to which this transport is connected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.4. Get Different Cluster Messages
Number of messages from members in a different cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.61.5. Get Different Version Messages
Number of messages from members with a different JGroups version
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.61.6. Get Local Physical Address
The physical address of the channel
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.7. Get Message Factory Class
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.8. Get Num Threads
Returns the number of live threads in the JVM
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.61.9. Get Num Timer Tasks
Number of timer tasks queued up for execution
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.61.10. Get Timer Class
Class of the timer implementation
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.11. Get Timer Threads
Number of threads currently in the pool
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.61.12. Is Logical Address Cache Reaper Running
Is the logical_addr_cache reaper task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.61.13. Is trace
tracing is enabled or disabled for the given log
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.61.14. Logger Type
Type of logger used
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.15. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.16. Cluster name
Channel (cluster) name
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
AsciiString |
5.61.17. Get Bundler Class
Fully qualified classname of bundler
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.18. Get Cluster Name
Name of the cluster to which this transport is connected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.19. Get Different Cluster Messages
Number of messages from members in a different cluster
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.61.20. Get Different Version Messages
Number of messages from members with a different JGroups version
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.61.21. Get Local Physical Address
The physical address of the channel
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.22. Get Message Factory Class
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.23. Get Num Threads
Returns the number of live threads in the JVM
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.61.24. Get Num Timer Tasks
Number of timer tasks queued up for execution
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.61.25. Get Timer Class
Class of the timer implementation
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.26. Get Timer Threads
Number of threads currently in the pool
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.61.27. Is Logical Address Cache Reaper Running
Is the logical_addr_cache reaper task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.61.28. Is trace
tracing is enabled or disabled for the given log
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.61.29. Logger Type
Type of logger used
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.30. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.61.31. Timer handle non blocking tasks
If enabled, the timer will run non-blocking tasks on its own (runner) thread, and not submit them to the thread pool. Otherwise, all tasks are submitted to the thread pool. This attribute is experimental and may be removed without notice.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.61.32. Timer handle non blocking tasks
If enabled, the timer will run non-blocking tasks on its own (runner) thread, and not submit them to the thread pool. Otherwise, all tasks are submitted to the thread pool. This attribute is experimental and may be removed without notice.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.62. TUNNEL
Transport protocol
5.62.1. Get Bundler Class
Fully qualified classname of bundler
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.2. Get Cluster Name
Name of the cluster to which this transport is connected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.3. Get Different Cluster Messages
Number of messages from members in a different cluster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.62.4. Get Different Version Messages
Number of messages from members with a different JGroups version
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.62.5. Get Local Physical Address
The physical address of the channel
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.6. Get Message Factory Class
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.7. Get Num Threads
Returns the number of live threads in the JVM
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.62.8. Get Num Timer Tasks
Number of timer tasks queued up for execution
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.62.9. Get Timer Class
Class of the timer implementation
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.10. Get Timer Threads
Number of threads currently in the pool
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.62.11. Is Heartbeat Task Running
Is the heartbeat task running?
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.62.12. Is Logical Address Cache Reaper Running
Is the logical_addr_cache reaper task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.62.13. Is Reconnector Task Running
Is the reconnector task running?
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.62.14. Is Timeout Check Task Running
Is the timeout check task running?
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.62.15. Logger Type
Type of logger used
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.16. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.17. Cluster name
Channel (cluster) name
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
AsciiString |
5.62.18. Get Bundler Class
Fully qualified classname of bundler
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.19. Get Cluster Name
Name of the cluster to which this transport is connected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.20. Get Different Cluster Messages
Number of messages from members in a different cluster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.62.21. Get Different Version Messages
Number of messages from members with a different JGroups version
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.62.22. Get Local Physical Address
The physical address of the channel
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.23. Get Message Factory Class
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.24. Get Num Threads
Returns the number of live threads in the JVM
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.62.25. Get Num Timer Tasks
Number of timer tasks queued up for execution
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.62.26. Get Timer Class
Class of the timer implementation
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.27. Get Timer Threads
Number of threads currently in the pool
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.62.28. Is Logical Address Cache Reaper Running
Is the logical_addr_cache reaper task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.62.29. Is trace
tracing is enabled or disabled for the given log
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.62.30. Logger Type
Type of logger used
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.31. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.62.32. Timer handle non blocking tasks
If enabled, the timer will run non-blocking tasks on its own (runner) thread, and not submit them to the thread pool. Otherwise, all tasks are submitted to the thread pool. This attribute is experimental and may be removed without notice.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.63. UDP
Transport protocol
5.63.1. Get Bundler Class
Fully qualified classname of bundler
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.2. Get Cluster Name
Name of the cluster to which this transport is connected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.3. Get Different Cluster Messages
Number of messages from members in a different cluster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.63.4. Get Different Version Messages
Number of messages from members with a different JGroups version
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.63.5. Get Dropped Messages
Number of messages dropped when sending because of insufficient buffer space
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.63.6. Get Local Physical Address
The physical address of the channel
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.7. Get Message Factory Class
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.8. Get Num Threads
Returns the number of live threads in the JVM
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.63.9. Get Num Timer Tasks
Number of timer tasks queued up for execution
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.63.10. Get Timer Class
Class of the timer implementation
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.11. Get Timer Threads
Number of threads currently in the pool
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.63.12. Is Logical Address Cache Reaper Running
Is the logical_addr_cache reaper task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.63.13. Logger Type
Type of logger used
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.14. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.15. Cluster name
Channel (cluster) name
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
AsciiString |
5.63.16. Get Bundler Class
Fully qualified classname of bundler
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.17. Get Cluster Name
Name of the cluster to which this transport is connected
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.18. Get Different Cluster Messages
Number of messages from members in a different cluster
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.63.19. Get Different Version Messages
Number of messages from members with a different JGroups version
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.63.20. Get Local Physical Address
The physical address of the channel
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.21. Get Message Factory Class
__
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.22. Get Num Threads
Returns the number of live threads in the JVM
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
int |
5.63.23. Get Num Timer Tasks
Number of timer tasks queued up for execution
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.63.24. Get Timer Class
Class of the timer implementation
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.25. Get Timer Threads
Number of threads currently in the pool
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.63.26. Is Logical Address Cache Reaper Running
Is the logical_addr_cache reaper task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.63.27. Is trace
tracing is enabled or disabled for the given log
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.63.28. Logger Type
Type of logger used
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.29. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.63.30. Timer handle non blocking tasks
If enabled, the timer will run non-blocking tasks on its own (runner) thread, and not submit them to the thread pool. Otherwise, all tasks are submitted to the thread pool. This attribute is experimental and may be removed without notice.
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.64. UFC
Simple flow control protocol based on a credit system
5.64.1. Get Average Time Blocked
Average time blocked (in ms) in flow control when trying to send a message
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
5.64.2. Get Number Of Blockings
Number of times flow control blocks sender
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.65. UFC NB
Simple non-blocking flow control protocol based on a credit system
5.65.1. Get Average Time Blocked
Average time blocked (in ms) in flow control when trying to send a message
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
double |
5.65.2. Get Number Of Blockings
Number of times flow control blocks sender
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.65.3. Get Number Of Queued Messages
The number of messages currently queued due to insufficient credit
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.65.4. Get Number Of Queuings
The number of times messages have been queued due to insufficient credits
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.65.5. Get Queued Size
The total size of all currently queued messages for all destinations
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66. UNICAST3
Reliable unicast layer
5.66.1. Avg delivery batch size
Average batch size of messages delivered to the application
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
AverageMinMax |
5.66.2. Get Age Out Cache Size
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.3. Get Num Connections
Returns the total number of outgoing (send) and incoming (receive) connections
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.4. Get Num Receive Connections
Returns the number of incoming (receive) connections
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.5. Get Num Send Connections
Returns the number of outgoing (send) connections
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.6. Get Num Unacked Messages
__
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.7. Get Timestamper
Next seqno issued by the timestamper
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.8. Get Xmit Table Deliverable Messages
Total number of deliverable messages in all receive windows
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.9. Get Xmit Table Missing Messages
Total number of missing messages in all receive windows
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.10. Get Xmit Table Num Compactions
Number of compactions in all (receive and send) windows
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.11. Get Xmit Table Num Moves
Number of moves in all (receive and send) windows
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.12. Get Xmit Table Num Purges
Number of purges in all (receive and send) windows
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.13. Get Xmit Table Num Resizes
Number of resizes in all (receive and send) windows
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.14. Get Xmit Table Undelivered Messages
Total number of undelivered messages in all receive windows
| Environment | Location | Type |
|---|---|---|
OpenMetrics |
|
gauge |
OpenMetrics (tags) |
|
gauge |
JMX |
ObjectName: |
int |
5.66.15. Is Xmit Task Running
Is the retransmit task running
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.66.16. Is trace
tracing is enabled or disabled for the given log
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.66.17. Num acks received
Number of acks received
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.66.18. Num acks sent
Number of acks sent
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.66.19. Num loopbacks
Number of unicast messages to self looped back up
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.66.20. Num msgs received
Number of message received
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.66.21. Num msgs sent
Number of message sent
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.66.22. Num xmits
Number of retransmitted messages
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.66.23. Policies
The list of policies
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |
5.66.24. Relay present
Whether or not a RELAY protocol was found below in the stack
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.66.25. Sends can block
True if sending a message can block at the transport level
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
boolean |
5.66.26. Xmit reqs received
Number of retransmit requests received
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
LongAdder |
5.67. VERIFY SUSPECT
Double-checks suspicions reports
5.68. VERIFY SUSPECT2
Double-checks suspicions reports
5.68.1. Get Suspects
List of currently suspected members
| Environment | Location | Type |
|---|---|---|
JMX |
ObjectName: |
String |