From 681df79674ee5afc58ec08eea38a4c9de80524c2 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:17:06 +0000 Subject: [PATCH 1/2] heap usage edit --- modules/ROOT/pages/auradb/managing-databases/monitoring.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/auradb/managing-databases/monitoring.adoc b/modules/ROOT/pages/auradb/managing-databases/monitoring.adoc index 7ed498a3b..5127b5054 100644 --- a/modules/ROOT/pages/auradb/managing-databases/monitoring.adoc +++ b/modules/ROOT/pages/auradb/managing-databases/monitoring.adoc @@ -11,11 +11,14 @@ You can monitor the following metrics of an AuraDB instance from the *Metrics* t * *CPU Usage (%)* - The amount of CPU used by the instance as a percentage. * *Storage Used (%)* - The amount of disk storage space used by the instance as a percentage. -* label:AuraDB-Virtual-Dedicated-Cloud[] *Heap Usage (%)* - The amount of Java Virtual Machine (JVM) memory used by the instance as a percentage. * *Out of Memory Errors* - The number of Out of Memory (OOM) errors encountered by the instance. * *Garbage Collection Time (%)* - The amount of time the instance spends reclaiming heap space as a percentage. * *Page Cache Evictions* - The number of times the instance has replaced data in memory. +label:AuraDB-Virtual-Dedicated-Cloud[] + +* *Heap Usage (%)* _Available only on AuraDB Virtual Dedicated Cloud_ - The amount of Java Virtual Machine (JVM) memory used by the instance as a percentage. + [NOTE] ==== More information on each metric, as well as suggestions for managing them, can be found within the *Metrics* tab itself. From 81608e1695b3b63a009b98402797767616d121b6 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:11:07 +0200 Subject: [PATCH 2/2] Update monitoring.adoc --- modules/ROOT/pages/auradb/managing-databases/monitoring.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/auradb/managing-databases/monitoring.adoc b/modules/ROOT/pages/auradb/managing-databases/monitoring.adoc index 5127b5054..263fb7d1c 100644 --- a/modules/ROOT/pages/auradb/managing-databases/monitoring.adoc +++ b/modules/ROOT/pages/auradb/managing-databases/monitoring.adoc @@ -17,7 +17,7 @@ You can monitor the following metrics of an AuraDB instance from the *Metrics* t label:AuraDB-Virtual-Dedicated-Cloud[] -* *Heap Usage (%)* _Available only on AuraDB Virtual Dedicated Cloud_ - The amount of Java Virtual Machine (JVM) memory used by the instance as a percentage. +* *Heap Usage (%)* _Only available on AuraDB Virtual Dedicated Cloud_ - The amount of Java Virtual Machine (JVM) memory used by the instance as a percentage. [NOTE] ==== @@ -36,4 +36,4 @@ To access the *Metrics* tab: . Navigate to the https://console.neo4j.io/?product=aura-db[Neo4j Aura Console] in your browser. . Select the instance you want to access. -. Select the *Metrics* tab. \ No newline at end of file +. Select the *Metrics* tab.