Metrics reference
This section describes the following:
General-purpose metrics
| Name | Description |
|---|---|
|
The total size of the database store |
| Name | Description |
|---|---|
|
The total number of check point events executed so far. |
|
The total time, in milliseconds, spent in check pointing so far. |
|
The duration, in milliseconds, of the last check point event. |
| Name | Description |
|---|---|
|
The total number of different relationship types stored in the database. |
|
The total number of different property names used in the database. |
|
The total number of relationships stored in the database. |
|
The total number of nodes stored in the database. |
| Name | Description |
|---|---|
|
The total number of exceptions seen during the eviction process in the page cache. |
|
The total number of flushes executed by the page cache. |
|
The total number of page unpins executed by the page cache. |
|
The total number of page pins executed by the page cache. |
|
The total number of page evictions executed by the page cache. |
|
The total number of page faults happened in the page cache. |
|
The total number of page hits happened in the page cache. |
|
The ratio of hits to the total number of lookups in the page cache. |
|
The ratio of number of used pages to total number of available pages. |
|
The total number of bytes read by the page cache. |
|
The total number of bytes written by the page cache. |
| Name | Description |
|---|---|
|
The total number of started transactions. |
|
The highest peak of concurrent transactions. |
|
The number of currently active transactions. |
|
The number of currently active read transactions. |
|
The number of currently active write transactions. |
|
The total number of committed transactions. |
|
The total number of committed read transactions. |
|
The total number of committed write transactions. |
|
The total number of rolled back transactions. |
|
The total number of rolled back read transactions. |
|
The total number of rolled back write transactions. |
|
The total number of terminated transactions. |
|
The total number of terminated read transactions. |
|
The total number of terminated write transactions. |
|
The ID of the last committed transaction. |
|
The ID of the last closed transaction. |
| Name | Description |
|---|---|
|
The total number of times Cypher has decided to re-plan a query. |
|
The total number of seconds waited between query replans. |
| Name | Description |
|---|---|
|
The total number of transaction log rotations executed so far. |
|
The total time spent in rotating transaction logs so far. |
|
The duration of the last log rotation event. |
|
The total number of bytes appended to transaction log. |
| Name | Description |
|---|---|
|
The total number of Bolt sessions started since this instance started. This includes both succeeded and failed sessions (deprecated, use connections_opened instead). |
|
The total number of Bolt connections opened since this instance started. This includes both succeeded and failed connections. |
|
The total number of Bolt connections closed since this instance started. This includes both properly and abnormally ended connections. |
|
The total number of Bolt connections currently being executed. |
|
The total number of Bolt connections sitting idle. |
|
The total number of messages received via Bolt since this instance started. |
|
The total number of messages that began processing since this instance started. This is different from messages received in that this counter tracks how many of the received messages havebeen taken on by a worker thread. |
|
The total number of messages that completed processing since this instance started. This includes successful, failed and ignored Bolt messages. |
|
The total number of messages that failed processing since this instance started. |
|
The accumulated time messages have spent waiting for a worker thread. |
|
The accumulated time worker threads have spent processing messages. |
| Name | Description |
|---|---|
|
The total number of relationships in the database |
|
The total number of nodes in the database |
| Name | Description |
|---|---|
|
The total number of idle threads in the jetty pool. |
|
The total number of threads (both idle and busy) in the jetty pool. |
Metrics specific to Causal Clustering
| Name | Description |
|---|---|
|
Append index of the RAFT log. |
|
Commit index of the RAFT log. |
|
Commit index of the RAFT log. |
|
RAFT Term of this server. |
|
Transaction retries. |
|
Is this server the leader? |
|
In-flight cache total bytes. |
|
In-flight cache max bytes. |
|
In-flight cache element count. |
|
In-flight cache maximum elements. |
|
In-flight cache hits. |
|
In-flight cache misses. |
|
Delay between RAFT message receive and process. |
|
Timer for RAFT message processing. |
|
Raft replication new request count. |
|
Raft replication attempt count. |
|
Raft Replication fail count. |
|
Raft Replication maybe count. |
|
Raft Replication success count. |
| Name | Description |
|---|---|
|
The total number of pull requests made by this instance. |
|
The highest transaction id requested in a pull update by this instance. |
|
The highest transaction id that has been pulled in the last pull updates by this instance. |
| Name | Description |
|---|---|
|
Size of replicated data structures. |
|
Discovery cluster member size. |
|
Discovery cluster unreachable size. |
|
Discovery cluster convergence. |
Java Virtual Machine Metrics
These metrics are environment dependent and they may vary on different hardware and with JVM configurations. Typically these metrics will show information about garbage collections (for example the number of events and time spent collecting), memory pools and buffers, and finally the number of active threads running.
| Name | Description |
|---|---|
|
Accumulated garbage collection time in milliseconds. |
|
Total number of garbage collections. |
| Name | Description |
|---|---|
|
Estimated number of buffers in the pool. |
|
Estimated amount of memory used by the pool. |
|
Estimated total capacity of buffers in the pool. |
| Name | Description |
|---|---|
|
Estimated number of buffers in the pool. |
| Name | Description |
|---|---|
|
Estimated number of active threads in the current thread group. |
|
The total number of live threads including daemon and non-daemon threads. |