[root@esvm03 ~]# curl localhost:9200/_cat/health?v
epoch timestamp cluster status node.total node.data shards pri relo init unassign
1441722453 22:27:33 escluster green 3 3 40 20 0 0 0
[root@esvm03 ~]# Tip: green 代表正常 red 代表数据有丢失 yellow 代表数据完整但缺少副本集
[root@esvm03 ~]# curl localhost:9200/_cat/nodes?v
host ip heap.percent ram.percent load node.role master name
esvm01 10.10.10.200 23 78 0.05 d * ES esvm01
esvm02 10.10.10.201 20 39 0.01 d m ES esvm02
esvm03 10.10.10.203 49 24 0.01 d m ES esvm03
[root@esvm03 ~]# [root@esvm03 ~]# curl 'localhost:9200/_cat/allocation?v'
shards disk.used disk.avail disk.total disk.percent host ip node
13 20.9gb 274.2gb 295.2gb 7 esvm01 10.10.10.200 ES esvm01
14 15.6gb 82.7gb 98.4gb 15 esvm02 10.10.10.201 ES esvm02
13 100.5gb 1.6tb 1.6tb 5 esvm03 10.10.10.203 ES esvm03
[root@esvm03 ~]# [root@esvm03 ~]# curl localhost:9200/_cat/indices?v
health index pri rep docs.count docs.deleted store.size pri.store.size
green posts 5 1 14762492 309181 4gb 2gb
green topics 5 1 69015 0 15.3mb 7.6mb
green users 5 1 16810 6 11.2mb 5.6mb
green bet_orders 5 1 96720 17 93.2mb 46.6mb
[root@esvm03 ~]# 本文系转载,前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。
本文系转载,前往查看
如有侵权,请联系 cloudcommunity@tencent.com 删除。