Skip to content

Instantly share code, notes, and snippets.

@szaydel
Last active October 11, 2021 13:50
Show Gist options
  • Select an option

  • Save szaydel/2e15b5b6ac159d88e838f42508cd37d4 to your computer and use it in GitHub Desktop.

Select an option

Save szaydel/2e15b5b6ac159d88e838f42508cd37d4 to your computer and use it in GitHub Desktop.
cat /proc/[pid]/statm | awk '{print $6 * lshift(1, 12) / lshift(1, 20)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment