
schema.ComputingService.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of airavata-gfac-hpc-monitor Show documentation
Show all versions of airavata-gfac-hpc-monitor Show documentation
The Grid related monitoring implementation
The newest version!
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/ComputingService.json",
"type": "object",
"allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Service.json"}],
"properties": {
"TotalJobs": {
"type": "integer",
"description": "The total number of Grid jobs known to the system"
},
"RunningJobs": {
"type": "integer",
"description": "The number of Grid jobs which are running in an ExecutionEnvironment"
},
"WaitingJobs": {
"type": "integer",
"description": "The number of Grid jobs which are waiting to start executing"
},
"StagingJobs": {
"type": "integer",
"description": "The number of Grid jobs staging files before or after execution"
},
"SuspendedJobs": {
"type": "integer",
"description": "The number of Grid jobs that started to execute, but are now suspended"
},
"PreLRMSWaitingJobs": {
"type": "integer",
"description": "The number of Grid jobs managed by the Grid software, but not yet passed to the LRMS"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy