Skip to content
Snippets Groups Projects
Commit 827d661e authored by Maël Madon's avatar Maël Madon
Browse files

session analysis

parent d181faff
Branches
No related tags found
No related merge requests found
{
"description": "Prototype for session-annotated Batsim JSON (SABjson) format. See diagram https://app.diagrams.net/#G1tbo7oHahsgxTmhICucCGam5XNtshOUOb.",
"command": "command used to generate the file. We can suppose that it's generated with arrival delimitation approach and threshold = 60mn = 3600s.",
"date": "data of generation of the file",
"nb_res": 4,
"version": 0,
"jobs": [
{
"id": 1,
"profile": "2400",
"res": 4,
"subtime": 0.0,
"walltime": 2592000.0,
"session": 1
},
{
"id": 2,
"profile": "10000",
"res": 4,
"subtime": 3000.0,
"walltime": 2592000.0,
"session": 1
},
{
"id": 3,
"profile": "10000",
"res": 4,
"subtime": 7000.0,
"walltime": 2592000.0,
"session": 2
},
{
"id": 4,
"profile": "3000",
"res": 4,
"subtime": 14,
"walltime": 2592000.0,
"session": 3
},
{
"id": 5,
"profile": "5000",
"res": 4,
"subtime": 23000.0,
"walltime": 2592000.0,
"session": 4
},
{
"id": 6,
"profile": "4000",
"res": 4,
"subtime": 23500.0,
"walltime": 2592000.0,
"session": 4
}
],
"sessions": {
"1": {
"first_submit_time": 0.0,
"preceding_sessions": [],
"following_sessions": [],
"nb_jobs": 1
},
"2": {
}
}
}
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment