Skip to content

Instantly share code, notes, and snippets.

@musubu
Created March 23, 2012 10:53
Show Gist options
  • Save musubu/2169566 to your computer and use it in GitHub Desktop.
Save musubu/2169566 to your computer and use it in GitHub Desktop.
print memory usage for specific process.
ps alx | grep node | awk '{printf ("%d\t%s\n", $8,$13)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment