Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created July 5, 2018 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/0f6f21e7ff882126efdf2b4287fd861e to your computer and use it in GitHub Desktop.
Save jcrossley3/0f6f21e7ff882126efdf2b4287fd861e to your computer and use it in GitHub Desktop.
ps -f
UID PID PPID C STIME TTY TIME CMD
travis 2089 2088 0 00:15 pts/0 00:00:00 bash /home/travis/build.sh
travis 2715 2089 0 00:15 pts/0 00:00:00 bash /home/travis/build.sh
travis 2731 2715 0 00:15 pts/0 00:00:08 ruby /home/travis/filter.rb -e SECRET_0
travis 14558 2089 0 00:21 pts/0 00:00:00 /bin/bash ./bin/integs.sh ../../projectodd/kwsk/
travis 14935 14558 0 00:21 pts/0 00:00:03 go run ../../projectodd/kwsk/cmd/kwsk-server/main.go --port 8080 --istio 10.20.1.59:32000
travis 16917 14935 0 00:23 pts/0 00:00:01 /tmp/go-build760931525/b001/exe/main --port 8080 --istio 10.20.1.59:32000
travis 28021 14558 0 00:30 pts/0 00:00:00 ps -f
kill -- "-$KWSK_PID"
./bin/integs.sh: line 24: kill: (-14935) - No such process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment