Skip to content

Instantly share code, notes, and snippets.

@ifnull
Created November 14, 2013 06:50
Show Gist options
  • Save ifnull/7462525 to your computer and use it in GitHub Desktop.
Save ifnull/7462525 to your computer and use it in GitHub Desktop.
Get highest memory httpd process
ps axo rss,cmd --sort -rss | grep httpd | head --lines 1 | awk '{print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment