vcenter namespace management clusters: stats
The
stats
structure contains the basic runtime statistics about a vSphere Namespaces-enabled cluster.Representation:
{
"cpu_used" : 1,
"storage_capacity" : 1,
"memory_used" : 1,
"cpu_capacity" : 1,
"memory_capacity" : 1,
"storage_used" : 1
}
"cpu_used" : 1,
"storage_capacity" : 1,
"memory_used" : 1,
"cpu_capacity" : 1,
"memory_capacity" : 1,
"storage_used" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
cpu_used | long | Overall CPU usage of the cluster, in MHz. This is the sum of CPU usage across all worker nodes in the cluster. |
cpu_capacity | long | Total CPU capacity in the cluster available for vSphere Namespaces, in MHz. This is the sum of CPU capacities from all worker nodes in the cluster. |
memory_used | long | Overall memory usage of the cluster, in mebibytes. This is the sum of memory usage across all worker nodes in the cluster. |
memory_capacity | long | Total memory capacity of the cluster available for vSphere Namespaces, in mebibytes. This is the sum of memory capacities from all worker nodesin the cluster. |
storage_used | long | Overall storage used by the cluster, in mebibytes. This is the sum of storage used across all worker nodes in the cluster. |
storage_capacity | long | Overall storage capacity of the cluster available for vSphere Namespaces, in mebibytes. This is the sum of total storage available from all worker nodes in the cluster. |