Created
March 5, 2014 20:51
-
-
Save jhaubrich/9376304 to your computer and use it in GitHub Desktop.
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
waas@GLaDOS:/home/waas $ ps -ef | egrep '13861|PPID' | |
UID PID PPID C STIME TTY TIME CMD | |
root 13861 13846 0 15:30 ? 00:00:03 /usr/bin/python /usr/bin/supervisord | |
root 13988 13861 0 15:30 ? 00:00:00 /usr/sbin/sshd -D | |
root 25664 13861 4 20:22 ? 00:01:18 python /opt/waas_brewery/zmq_hopper.py --tcsmode | |
root 25666 13861 0 20:22 ? 00:00:12 python /opt/waas_brewery/zmq_keg.py | |
root 25706 13861 91 20:22 ? 00:25:38 python /opt/waas_brewery/packet_harvester.py -i eth1 | |
root 30054 13861 5 20:50 ? 00:00:00 python /opt/waas_brewery/brew/seqn.py | |
waas 30106 26115 0 20:50 pts/18 00:00:00 egrep 13861|PPID |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment