NamespaceManagement_Supervisors_Summary_Stats

NamespaceManagement_Supervisors_Summary_Stats
NamespaceManagement_Supervisors_Summary_Stats

The Summary.Stats structure contains the basic runtime statistics about a Supervisor.

JSON Example
{
    "cpu_used": 0,
    "cpu_capacity": 0,
    "memory_used": 0,
    "memory_capacity": 0,
    "storage_used": 0,
    "storage_capacity": 0
}
integer As int64
cpu_used
Required

Overall CPU usage of the Supervisor, in MHz. This is the sum of CPU usage across all worker nodes in the Supervisor.

integer As int64
cpu_capacity
Required

Total CPU capacity in the Supervisor, in MHz. This is the sum of CPU capacities from all worker nodes in the Supervisor.

integer As int64
memory_used
Required

Overall memory usage of the Supervisor, in mebibytes. This is the sum of memory usage across all worker nodes in the Supervisor.

integer As int64
memory_capacity
Required

Total memory capacity of the Supervisor in mebibytes. This is the sum of memory capacities from all worker nodes in the Supervisor.

integer As int64
storage_used
Required

Overall storage used by the Supervisor, in mebibytes. This is the sum of storage used across all worker nodes in the Supervisor.

integer As int64
storage_capacity
Required

Overall storage capacity of the Supervisor, in mebibytes. This is the sum of total storage available from all worker nodes in the Cluster.