Created
September 19, 2013 23:05
-
-
Save dstrctrng/6631072 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
> ssh bastion | |
root@8cb2ee8bb517:/# ps axuf | |
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND | |
root 1 0.3 0.0 18156 2072 ? S 23:03 0:00 bash | |
root 10 0.0 0.0 15280 1056 ? R+ 23:03 0:00 ps axuf | |
root@8cb2ee8bb517:/# exit | |
> ssh bastion | |
root@adf50ae964a3:/# ps axuf | |
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND | |
root 1 0.5 0.0 18056 1948 ? S 23:03 0:00 bash | |
root 11 0.0 0.0 15280 1060 ? R+ 23:03 0:00 ps axuf | |
root@adf50ae964a3:/# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment