Available Metrics
This topic lists all metrics available in GridGain 9.
client.handler
The metrics provided by the client handler and related to active clients.
Metric name | Description |
---|---|
ConnectionsInitiated |
Total initiated connections. |
SessionsAccepted |
Total accepted sessions. |
SessionsActive |
The number of currently active sessions. |
SessionsRejected |
Total sessions rejected due to handshake errors. |
SessionsRejectedTls |
Total sessions rejected due to TLS handshake errors. |
SessionsRejectedTimeout |
Total sessions rejected due to timeout. |
BytesSent |
Total bytes sent. |
BytesReceived |
Total bytes received. |
RequestsActive |
Requests in progress. |
RequestsProcessed |
Total processed requests. |
RequestsFailed |
Total failed requests. |
TransactionsActive |
Active transactions. |
CursorsActive |
Active cursors. |
expiration
Metric name | Description |
---|---|
TotalDeletedExpiredRowsCount |
Total number of deleted expired rows. |
DetailedExpirationMetrics |
Detailed expiration metrics. |
jvm
The metrics for GridGain Java Virtual Machine resource use.
Metric name | Description |
---|---|
gc.CollectionTime |
Approximate total time spent on garbage collection in milliseconds, summed across all collectors. |
memory.heap.Committed |
Committed amount of heap memory. |
memory.non-heap.Init |
Initial amount of non-heap memory. |
memory.heap.Max |
Maximum amount of heap memory. |
memory.heap.Used |
Currently used amount of heap memory. |
memory.non-heap.Max |
Maximum amount of non-heap memory. |
memory.non-heap.Committed |
Committed amount of non-heap memory. |
memory.non-heap.Used |
Used amount of non-heap memory. |
memory.heap.Init |
Initial amount of heap memory. |
license
Metric name | Description |
---|---|
license.DaysToLicenseExpiration |
The number of days left until the license expires. |
license.MaxNumberOfCores |
Maximum number of cores allowed. Represents a sum of cores used for all cluster nodes (0 is unlimited). |
license.MaxNumberOfNodes |
Maximum number of nodes allowed. Represents a total number nodes in cluster topology (0 is unlimited). |
license.MaxNumberOfHosts |
The maximum number of hosts allowed. Represents a number of hosts where cluster nodes are located (0 is unlimited). |
license.MaxHeapSize |
Maximum heap size allowed. Represents a sum of configured maximum heap sizes on cluster nodes (0 is unlimited). |
license.MaxOffheapSize |
Maximum off-heap size allowed. Represents a sum of all storage profiles sizes on cluster nodes (0 is unlimited). |
license.MaxRamSize |
The maximum RAM size allowed. Represents a sum of available RAM on all hosts (0 is unlimited). |
metastorage
Metric name | Description |
---|---|
SafeTimeLag |
Number of milliseconds the local MetaStorage SafeTime lags behind the local logical clock. |
os
Metric name | Description |
---|---|
LoadAverage |
System load average for the last minute. System load average is the sum of the number of runnable entities queued to the available processors and the number of runnable entities running on the available processors averaged over a period of time. The way in which the load average is calculated depends on the operating system. If the load average is not available, a negative value is returned. |
raft
Metric name | Description |
---|---|
raft.readonlyservice.disruptor.Stripes |
The histogram of distribution data by stripes readonly operations for partitions |
raft.fsmcaller.disruptor.Stripes |
The histogram of distribution data by stripes in the state machine for partitions |
raft.logmanager.disruptor.Batch |
The histogram of the batch size to handle in the log for partitions |
raft.logmanager.disruptor.Stripes |
The histogram of distribution data by stripes in the log for partitions |
raft.nodeimpl.disruptor.Batch |
The histogram of the batch size to handle node operations for partitions |
raft.nodeimpl.disruptor.Stripes |
The histogram of distribution data by stripes for node operations for partitions |
raft.readonlyservice.disruptor.Batch |
The histogram of the batch size to handle readonly operations for partitions |
raft.fsmcaller.disruptor.Batch |
The histogram of the batch size to handle in the state machine for partitions |
sql.client
SQL client metrics.
Metric name | Description |
---|---|
OpenCursors |
Number of currently open cursors. |
sql.memory
Metric name | Description |
---|---|
Reserved |
Current memory usage by SQL (bytes) |
MaxReserved |
Maximum memory usage by SQL so far (bytes) |
Limit |
SQL memory limit (bytes) |
StatementLimit |
Memory limit per SQL statement (bytes) |
sql.plan.cache
Metrics for SQL cache planning.
Metric name | Description |
---|---|
Hits |
Cache plan hits. |
Misses |
Cache plan misses. |
© 2024 GridGain Systems, Inc. All Rights Reserved. Privacy Policy | Legal Notices. GridGain® is a registered trademark of GridGain Systems, Inc.
Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are either registered trademarks or trademarks of The Apache Software Foundation.