Skip to main content

models.Stat

cluster_idstring

Identifier of the resource manager that owns compute unit. It is used to differentiate multiple clusters of same resource manager.

Example: slurm-0
num_active_unitsinteger

Number of active units that are in running state

Example: 800
num_inactive_unitsinteger

Number of inactive units that are in terminated/cancelled/error state

Example: 200
num_projectsinteger

Number of projects

Example: 200
num_unitsinteger

Number of active and terminated units

Example: 1000
num_usersinteger

Number of users

Example: 500
resource_managerstring

Name of the resource manager that owns project. Eg slurm, openstack, kubernetes, etc

Example: slurm
models.Stat
{
"cluster_id": "slurm-0",
"num_active_units": 800,
"num_inactive_units": 200,
"num_projects": 200,
"num_units": 1000,
"num_users": 500,
"resource_manager": "slurm"
}