Created
October 23, 2015 11:41
-
-
Save mariusgrigaitis/6cc8f2e99fb23ec826ce 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
(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