Skip to content

Instantly share code, notes, and snippets.

@macton
Last active November 5, 2023 02:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macton/4943215 to your computer and use it in GitHub Desktop.
Save macton/4943215 to your computer and use it in GitHub Desktop.
Random Linux tips
-------------------------------------------------------------------------------------------------------------
View process memory info
$ cat /proc/<process_id>/smaps
-------------------------------------------------------------------------------------------------------------
Overall memory info
http://stackoverflow.com/a/13754307
$ smem
-------------------------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment