Skip to content

Commit

Permalink
Add page cache hit ratio to CMI (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnb authored Oct 23, 2024
1 parent dbe707c commit 42a61c8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions modules/ROOT/pages/platform/metrics-integration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,22 @@ This helps avoid unwanted pauses for garbage collection.
m| MAX
|===

.Page Cache Hit Ratio (per minute)
[frame="topbot", stripes=odd, grid="cols", cols="<1,<4"]
|===
| Metric name
m| neo4j_dbms_page_cache_hit_ratio_per_minute
| Description
| The percentage of times data required during query execution was found in memory vs needing to be read from disk.
Ideally the whole graph should fit into memory, and this should consistently be between 98% and 100%.
If this value is consistently or significantly under 100%, check the page cache usage ratio to see if the graph is too large to fit into memory.
A high amount of insert or update activity on a graph can also cause this value to change.
| Metric type
| _Gauge_
| Default aggregation
m| AVG
|===

.Page Cache Usage Ratio
[frame="topbot", stripes=odd, grid="cols", cols="<1,<4"]
|===
Expand Down

0 comments on commit 42a61c8

Please sign in to comment.