Skip to content

Instantly share code, notes, and snippets.

@lolsborn
Created July 13, 2014 21:04
Show Gist options
  • Save lolsborn/c23cafc9e47de53c6fe7 to your computer and use it in GitHub Desktop.
Save lolsborn/c23cafc9e47de53c6fe7 to your computer and use it in GitHub Desktop.
function free() {
vm_stat \
| perl -ne \
'/page size of (\d+)/ and $size=$1; /Pages\s+([^:]+)[^\d]+(\d+)/ and printf("%-16s % 16.2f Mi\n", "$1:", $2 * $size / 1048576);'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment