Last active
July 2, 2021 07:37
-
-
Save socketbox/19d81faa59748e00de02e13a0ed55142 to your computer and use it in GitHub Desktop.
Watch logs on data pipeline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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