Created
March 23, 2012 10:53
-
-
Save musubu/2169566 to your computer and use it in GitHub Desktop.
print memory usage for specific process.
This file contains 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
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