NamespaceManagement_Clusters_Stats
The Clusters.Stats structure contains the basic runtime statistics about a vSphere Namespaces-enabled cluster.
{
"cpu_used": 0,
"cpu_capacity": 0,
"memory_used": 0,
"memory_capacity": 0,
"storage_used": 0,
"storage_capacity": 0
}
Overall CPU usage of the cluster, in MHz. This is the sum of CPU usage across all worker nodes in the cluster.
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.
Overall memory usage of the cluster, in mebibytes. This is the sum of memory usage across all worker nodes in the cluster.
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.
Overall storage used by the cluster, in mebibytes. This is the sum of storage used across all worker nodes in the cluster.
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.