Skip to content

Instantly share code, notes, and snippets.

@socketbox
Last active July 2, 2021 07:37
Show Gist options
  • Save socketbox/19d81faa59748e00de02e13a0ed55142 to your computer and use it in GitHub Desktop.
Save socketbox/19d81faa59748e00de02e13a0ed55142 to your computer and use it in GitHub Desktop.
Watch logs on data pipeline
watch -n5 \
"ls -al; echo; free -h; echo;\
ps axo pid,ppid,psr,pri,start:18,etime:12,pcpu,pmem,rss:12,vsz:12,cmd; echo;\
tail -n15 elt.log; echo;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment