Skip to content

Instantly share code, notes, and snippets.

@theycallmeloki
Created June 3, 2022 12:02
Show Gist options
  • Save theycallmeloki/14940ccd4d86116fed06ab4b1f2c5810 to your computer and use it in GitHub Desktop.
Save theycallmeloki/14940ccd4d86116fed06ab4b1f2c5810 to your computer and use it in GitHub Desktop.
Output from pachctl list job piped to jq
{
"job": {
"id": "f5bbb212ac3445c18febf33567edef31"
},
"transform": {
"image": "laneone/ffmpeg-simpleconvert:latest",
"cmd": [
"python3",
"/converter.py"
],
},
"pipeline": {
"name": "lambo"
},
"pipeline_version": "1",
"state": "JOB_SUCCESS",
"output_repo": {
"name": "lambo"
},
"output_branch": "master",
"data_processed": "1",
"data_total": "1",
"stats": {
"download_time": "273.374129335s",
"process_time": "14400.713003001s",
"upload_time": "249.427202698s",
"download_bytes": "13526630",
"upload_bytes": "12897485"
},
"input": {
"pfs": {
"name": "videos",
"repo": "videos",
"branch": "master",
"commit": "92145f73bee1421ba74ffa50e659e096",
"glob": "/*"
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment