Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 241
Tommy Avatar asked Jul 27 '10 13:07

Tommy


1 Answers

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().
like image 110
tonio Avatar answered Sep 18 '22 02:09

tonio