ejabberd:检查 Mnesia 表?
我正在深入研究 ejabberd,但我找不到检查其 Mnesia 表的方法。
有没有类似 MySQL shell 的东西来检查表?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用模块
tv
。它可以帮助检查
ets
表和mnesia
表。您可以简单地在任何连接的节点上启动它(例如使用“ejabberdctl debug”),方法是:You may use the Table Visualizer, in module
tv
.It can help examine
ets
tables andmnesia
tables. You can simply start it on any connected node (e.g. with "ejabberdctl debug"), with:只需转到安装 ejabberd 的文件夹。然后转到 bin 文件夹并键入命令 ./ejabberdctl dump_table file_name_in_which_table_will_be_dumped Table_Name。
该文件将在database/ejabberd@localhost/dump_table file_name_in_which_table_will_be_dumped中创建
Just go to folder where ejabberd is installed.Then go to bin folder and type command ./ejabberdctl dump_table file_name_in_which_table_will_be_dumped Table_Name.
This file will be created in database/ejabberd@localhost/dump_table file_name_in_which_table_will_be_dumped