elasticsearch 5.5官方文档阅读

cat allocation(查看分配)

2018-03-29  本文已影响5人  菜花_Q

官网地址:cat allocation | Elasticsearch Reference [5.5] | Elastic

cat allocation

allocation 提供了对每个数据节点分配了多少碎片以及它们使用了多少磁盘空间的快照。

GET /_cat/allocation?v

可能返回

shards disk.indices disk.used disk.avail disk.total disk.percent host ip node

    5        260b    47.3gb    43.4gb    100.7gb          46 127.0.0.1 127.0.0.1 CSUXak2

Here we can see that each node has been allocated a single shard and that they’re all using about the same amount of space.(在这里,我们可以看到每个节点都被分配了一个碎片,并且它们都在使用相同数量的空间。)

上一篇 下一篇

猜你喜欢

热点阅读