Skip to content

Instantly share code, notes, and snippets.

@dolzenko
Created August 27, 2013 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dolzenko/6355618 to your computer and use it in GitHub Desktop.
Save dolzenko/6355618 to your computer and use it in GitHub Desktop.
local pid = io.open('/proc/self/stat'):read('*all'):gmatch('%d+')()
print(io.popen('ps -p ' .. pid .. ' -o cmd,vsz,rss'):read('*all'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment