Skip to content

Instantly share code, notes, and snippets.

@ravage
Last active April 12, 2021 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravage/8c23ecbffacea764da94366fc9b0396e to your computer and use it in GitHub Desktop.
Save ravage/8c23ecbffacea764da94366fc9b0396e to your computer and use it in GitHub Desktop.
{
"RNCA_report_type": "RNCA_Resource_Usage",
"report_version": "1",
"report_date": "2021-04-09 10:47:00",
"RNCA_resource_id": "...",
"RNCA_proj_ID": "...",
"proj_resource_type": "string (HPC | CLOUD | OTHER)",
"items": [
{
"job_id": "uint",
"job_state": "string (completed | failed | canceled | other)",
"proj_CPUcore_hours_COUNTER": "...",
"proj_GPU_hours_COUNTER": "...",
"proj_RAM_GB_COUNTER": "...",
"proj_Disk_GB_COUNTER": "...",
"comments": "..."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment