Created
November 11, 2015 10:47
-
-
Save vdemeester/bcf3bc568950b718f85c 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
λ top & | |
[1] 4786 | |
[1] + suspended (signal) top | |
~ | |
λ kill -SIGUSR1 4786 | |
~ | |
λ ps aux | grep 4786 | |
vincent 4786 0.0 0.0 36824 3524 pts/2 TN 11:46 0:00 top | |
vincent 4823 0.0 0.0 11244 2224 pts/2 SN+ 11:47 0:00 grep 4786 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment