NodeStateCounts Class

Counts of various compute node states on the cluster.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
NodeStateCounts

Constructor

NodeStateCounts(**kwargs)

Variables

idle_node_count
int

Number of compute nodes in idle state.

running_node_count
int

Number of compute nodes which are running jobs.

preparing_node_count
int

Number of compute nodes which are being prepared.

unusable_node_count
int

Number of compute nodes which are in unusable state.

leaving_node_count
int

Number of compute nodes which are leaving the cluster.