Skip to content

Instantly share code, notes, and snippets.

@dstrctrng
Created September 19, 2013 23:05
Show Gist options
  • Save dstrctrng/6631072 to your computer and use it in GitHub Desktop.
Save dstrctrng/6631072 to your computer and use it in GitHub Desktop.
> 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