Search code examples
erlangejabberdmnesia

ejabberd: inspect Mnesia tables?


I'm digging into ejabberd but I can't find a way to inspect its Mnesia tables.

Is there something like the MySQL shell to inspect tables?


Solution

  • You may use the Table Visualizer, in module tv.

    It can help examine ets tables and mnesia tables. You can simply start it on any connected node (e.g. with "ejabberdctl debug"), with:

     tv:start().