Created
January 20, 2013 03:15
-
-
Save hidenba/4576468 to your computer and use it in GitHub Desktop.
OSXでのメモリステータス
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
ruby -e 'puts `vm_stat`.gsub!(/([0-9]*)\.$/){ "#{($1.to_i * 4096 / 1000000.0).round(2)}M" }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment