Skip to content

Instantly share code, notes, and snippets.

@agrohe21
Created June 12, 2017 20:21
Show Gist options
  • Save agrohe21/5c8f43e19b99a6bb0fadbf0b64799d4a to your computer and use it in GitHub Desktop.
Save agrohe21/5c8f43e19b99a6bb0fadbf0b64799d4a to your computer and use it in GitHub Desktop.
ps grep for java with Xmx
alias psj='ps -ef|grep java|cut -c 80-330|grep Xmx'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment