Skip to content

Instantly share code, notes, and snippets.

@mariusgrigaitis
Created October 23, 2015 11:41
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 mariusgrigaitis/6cc8f2e99fb23ec826ce to your computer and use it in GitHub Desktop.
Save mariusgrigaitis/6cc8f2e99fb23ec826ce to your computer and use it in GitHub Desktop.
(venv)➜ /tmp ps aux | grep python | head -n 1
mgrigaitis 78214 100,0 0,0 2464024 3748 s000 R 2:40 0:49.16 python -c while True: pass
(venv)➜ /tmp kill -2 78214
(venv)➜ /tmp ps aux | grep python | head -n 1
mgrigaitis 78214 99,4 0,0 2464024 3748 s000 R 2:40 0:58.24 python -c while True: pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment