Created
November 22, 2013 01:26
-
-
Save moriarty/7593197 to your computer and use it in GitHub Desktop.
UG students should know how to kill a process, and when to give up
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
| moriarty@bluenose:~$ ps aux --sort=%mem,%cpu | tail -n 6 | |
| root 32766 0.2 0.3 116172 112944 ? S Oct31 72:19 /var/ossec/bin/ossec-syscheckd | |
| connorw 22893 99.8 0.0 3668 440 ? R Nov13 12274:11 ? ? ? ? ? ? ? ? ? ? ? ? | |
| connorw 3812 99.9 0.0 3668 448 ? R Nov12 13275:12 /users/cs/connorw/connorw/a5/a | |
| rkhis 20093 99.9 0.0 3668 436 ? R Nov05 23537:37 /users/cs/rkhis/csci2132/labs/lab6/dice dice | |
| rkhis 20237 99.9 0.0 3668 436 ? R Nov05 23532:34 /users/cs/rkhis/csci2132/labs/lab6/dice dice | |
| trudolph 22642 99.9 0.0 3668 392 ? Rs Nov13 11464:21 ./a.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment