Skip to content

Instantly share code, notes, and snippets.

@tmehlinger
Created June 18, 2013 15:07
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 tmehlinger/0c9a9a0d5fe1d31c8f6d to your computer and use it in GitHub Desktop.
Save tmehlinger/0c9a9a0d5fe1d31c8f6d to your computer and use it in GitHub Desktop.
# rabbitmqctl eval '[{ets:info(T,size), ets:info(T,memory)} || T <- lists:sort(ets:all()), rabbit_mgmt_db <- [ets:info(T, name)]].'
[{190,35773},
{458,62011},
{458,33013},
{204,15278},
{2,1966},
{2954,577074},
{447,14226},
{397361,20299944}]
...done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment