Created
June 5, 2014 10:21
-
-
Save krunalm/38adb20767e66dc197a8 to your computer and use it in GitHub Desktop.
process memory powershell ps
This file contains hidden or 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
$m = ps chrome | measure PM -Sum ; ("Chrome {0:N2}MB " -f ($m.sum / 1mb)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment