Skip to content

Instantly share code, notes, and snippets.

@alexbridge
Last active February 20, 2025 10:15
Show Gist options
  • Save alexbridge/d4466198f2414b047dfdbf99864d41ab to your computer and use it in GitHub Desktop.
Save alexbridge/d4466198f2414b047dfdbf99864d41ab to your computer and use it in GitHub Desktop.
Dev Cheatsheets
watch -n 1 "cat /proc/79204/smaps | grep -i pss |  awk '{Total+=\$2} END {print Total/1024 \"MiB\"}'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment