Skip to content

Instantly share code, notes, and snippets.

@vbogretsov
Created August 9, 2021 09:31
Show Gist options
  • Save vbogretsov/e203e2f8d8124513637e355e973ef2e4 to your computer and use it in GitHub Desktop.
Save vbogretsov/e203e2f8d8124513637e355e973ef2e4 to your computer and use it in GitHub Desktop.
Get total memory on a linux host
free -m | grep Mem | awk '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment