NamespacesInstancesStats

The Instances.Stats structure contains the basic runtime statistics about the namespace.


Properties

integer as int64
cpu_used Required

Overall CPU usage of the namespace, in MHz. This is the sum of CPU usage across all pods in the Kubernetes namespace.


integer as int64
memory_used Required

Overall memory usage of the namespace (in mebibytes). This is the sum of memory usage across all pods.


integer as int64
storage_used Required

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.

JSON Example

{
	"cpu_used": 0,
	"memory_used": 0,
	"storage_used": 0
}

Feedback

Was this page helpful?