NamespaceManagementClustersStats

The Clusters.Stats structure contains the basic runtime statistics about a vSphere Namespaces-enabled cluster.


Properties

integer as int64
cpu_capacity Required

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.


integer as int64
cpu_used Required

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


integer as int64
memory_capacity Required

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.


integer as int64
memory_used Required

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


integer as int64
storage_capacity Required

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.


integer as int64
storage_used Required

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

JSON Example

{
	"cpu_capacity": 0,
	"cpu_used": 0,
	"memory_capacity": 0,
	"memory_used": 0,
	"storage_capacity": 0,
	"storage_used": 0
}

Feedback

Was this page helpful?