Library for traversing the Lua state
$ luarocks install luatraverse
luatraverse allows you to "walk" through all objects currently in the Lua state and discover the relationships between them. It can be useful to analyze memory usage, for example.
root