14 March 2024
Viewing Space Runtime Information
To view the Space runtime information:
The Space Overview page has two tabs, one that shows all Spaces in the cluster, and one that shows only unhealthy Spaces. You can see your Spaces as cards that contain the following information:
- Name of the associated service
- Name of the Space
- Number of partitions
- Type of Space schema, indicated by an icon (for example, persistent or high availability)
- Current RAM utilization of the Space
- Maximum allocated RAM for the Space
- Number of object types in the Space
- Number of data entries to the Space
You can filter the view by cache ratio and RAM utilization, and you can sort by alert severity. You can also do a free text search by Space name.
Click a Space to drill through and see the following additional information for that Space in the Overview tab:
- Entries per object type
- Data distribution per partition (for the past 5 minutes)
- Reads by partition (for the past 5 minutes)
Data object types are listed in a table that contains the following information. You can do a free text search in the table.
Parameter | Description |
---|---|
Name | Name of the data object. |
Entries | Number of entries for this object type. |
ID | Pointer to the primary key of the data type in the Space. |
Indexes | Number of indexes applied to this data object. |
Routing | Pointer to the field that identifies the Space partition. |
Notify containers | How many instances of this object type match a template in an event container. |
Navigate to Object Type page
It is possible to drill down from the Space overview page to the Object Type level in two ways:
- Click on the Object Type line within the Object Types data table. In this scenario, the user drills down to the overview page of an Object Type.
- Click on the icon to the left of the Object Type name. It is possible to drill down to the Object Type SQL editor page with the Object Type context already selected within the sample query.
Viewing Data Types
Press Viewing Data Types for information about data type details in the Space.