NamespaceManagementSupervisorsSummaryStats

The Summary.Stats structure contains the basic runtime statistics about a Supervisor.


Properties

integer as int64
cpu_capacity Required

Total CPU capacity in the Supervisor, in MHz. This is the sum of CPU capacities from all worker nodes in the Supervisor.


integer as int64
cpu_used Required

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


integer as int64
memory_capacity Required

Total memory capacity of the Supervisor in mebibytes. This is the sum of memory capacities from all worker nodes in the Supervisor.


integer as int64
memory_used Required

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


integer as int64
storage_capacity Required

Overall storage capacity of the Supervisor, 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 Supervisor, in mebibytes. This is the sum of storage used across all worker nodes in the Supervisor.

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?