-
Notifications
You must be signed in to change notification settings - Fork 13
Namespace View
Ronen Botzer edited this page May 19, 2020
·
1 revision
In order to see more detail on a particular node: You can find a description of the variables on the statistics and variables page.
![]() |
Go to the "Namespaces" panel. |
![]() |
Click on the "View Details" link for the node of interest. |
![node detail](https://user-images.githubusercontent.com/133497/82272316-16028d00-992f-11ea-8f72-e9cd3c5f6274.png)
This will then open the detail page for that namespace:
![]() |
A window will open up the detail for the namespace. |
![]() |
"Expired Objects" is the count of the number of objects that have exceeded their time-to-live (TTL). This counter continues to increment until the server has been restarted. |
![]() |
"Evicted Objects" is the count of the number of objects that have been deleted due to space constraints. This counter continues to increment until the server has been restarted. |
![]() |
Disk usage. This graphically shows not only the amount of disk used but also the level of the high water mark (HWM) and the stop write level. When the disk usage hits the HWM, the database will begin to evict (delete) data from the database. However, it is possible that the data is continually added so quickly that it may hit the stop write level. At this point the database will effectively be read only. |
![]() |
Similar to RAM. |
![node detail](https://user-images.githubusercontent.com/133497/82272386-519d5700-992f-11ea-8f4a-c55e7cf67280.png)