vcenter namespaces instances: stats
The
stats
structure contains the basic runtime statistics about the namespace.Representation:
{
"cpu_used" : 1,
"memory_used" : 1,
"storage_used" : 1
}
"cpu_used" : 1,
"memory_used" : 1,
"storage_used" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
cpu_used | long | Overall CPU usage of the namespace, in MHz. This is the sum of CPU usage across all pods in the Kubernetes namespace. |
memory_used | long | Overall memory usage of the namespace (in mebibytes). This is the sum of memory usage across all pods. |
storage_used | long | Overall storage used by the namespace (in mebibytes). This is the sum of storage used by pods across all datastores in the cluster associated with storage policies configured for the namespace. |