Aerospike- Python 客户端- 从 INFO_NODE 获取主机名
Aerospike- Python Client- get host name from INFO_NODE
寻找以下问题的详细信息。
- 我们正在使用 INFO_NODE 构建一个 UI 界面来显示如下所示的 (i net statistics)。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Network Information (2020-07-21 00:39:27 UTC)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cluster Node Node Ip Build Cluster Migrations Cluster Cluster Principal Client Uptime
Name . Id . . Size . Key Integrity . Conns .
test testbox.test.com:3000 *aaaaaaaaaaaa0 XX.XXX.XX>XXXX:3000 E-4.5.3.5 1 0.000 key12344 True aaaaaaaaaaaa0 3 14:12:13
我们如何获取集群名称和节点名称的详细信息。
我们可以从 INFO_NODE?
获得其他详细信息
- 我们可以 运行
quiesce
, recluster
来自 python 客户吗?
您应该能够从客户端发出任何信息命令。看到这个 Knowledge Base article. Getting any statistics or configuration parameter values can also be done through similar info calls. For example node-id or cluster-name.
寻找以下问题的详细信息。
- 我们正在使用 INFO_NODE 构建一个 UI 界面来显示如下所示的 (i net statistics)。
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Network Information (2020-07-21 00:39:27 UTC)~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cluster Node Node Ip Build Cluster Migrations Cluster Cluster Principal Client Uptime
Name . Id . . Size . Key Integrity . Conns .
test testbox.test.com:3000 *aaaaaaaaaaaa0 XX.XXX.XX>XXXX:3000 E-4.5.3.5 1 0.000 key12344 True aaaaaaaaaaaa0 3 14:12:13
我们如何获取集群名称和节点名称的详细信息。 我们可以从 INFO_NODE?
获得其他详细信息- 我们可以 运行
quiesce
,recluster
来自 python 客户吗?
您应该能够从客户端发出任何信息命令。看到这个 Knowledge Base article. Getting any statistics or configuration parameter values can also be done through similar info calls. For example node-id or cluster-name.