列出 Erlang 集群中的所有节点

发布于 2024-08-20 09:06:44 字数 135 浏览 1 评论 0原文

有没有办法返回 Erlang 集群中节点的所有节点名称作为一个列表?

Is there a way to return all the node names of the nodes in an Erlang cluster as a list?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

何其悲哀 2024-08-27 09:06:44

nodes() 应该可以工作。

nodes() should work.

老子叫无熙 2024-08-27 09:06:44

net_adm:names() 将返回当前节点上连接到 epmd 的节点。

另请参阅这个问题

net_adm:names() will return you the nodes that are connected to epmd on the current node.

Also see this SO question.

养猫人 2024-08-27 09:06:44

您还可以通过节点(隐藏)连接到节点的隐藏节点。

You can also get the hidden nodes connected to a node via nodes(hidden).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文