Skip to content

Instantly share code, notes, and snippets.

@jerowe
Created June 4, 2017 06:20
Show Gist options
  • Select an option

  • Save jerowe/bbb9c9d884b4d8650d72f7c50db976f0 to your computer and use it in GitHub Desktop.

Select an option

Save jerowe/bbb9c9d884b4d8650d72f7c50db976f0 to your computer and use it in GitHub Desktop.
HPC-Runner-Command-Plugin-Logger-Elastic
{
"hits" : {
"hits" : [
{
"_score" : 1,
"_type" : "submission",
"_source" : {
"project" : "MY_AWESOME_PROJECT",
"hpc_meta" : {
"jobs" : [
{
"cpus_per_task" : "4",
"schedule" : [
{
"task_indices" : "1-3",
"total_tasks" : 3,
"scheduler_id" : "1234"
}
],
"walltime" : "00:20:00",
"deps" : "",
"mem" : "10GB",
"job" : "job001",
"total_tasks" : "3"
},
{
"schedule" : [
{
"task_indices" : "4-5",
"total_tasks" : 2,
"scheduler_id" : "1235"
}
],
"cpus_per_task" : "4",
"walltime" : "00:20:00",
"deps" : "",
"mem" : "10GB",
"job" : "job002",
"total_tasks" : "2"
}
]
},
"submission_time" : "2017-06-04T06:15:48"
},
"_id" : "AVxxvstjgklmRgejGgFt",
"_index" : "hpcrunner"
}
],
"max_score" : 1,
"total" : 1
},
"_shards" : {
"total" : 5,
"failed" : 0,
"successful" : 5
},
"took" : 1,
"timed_out" : false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment