Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

heap usage edit #518

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions modules/ROOT/pages/auradb/managing-databases/monitoring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 (%)* _Only available 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.
Expand All @@ -33,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.
. Select the *Metrics* tab.