标签:cli url passh 集群 oca health http 查询 grep
1、查看ES集群curl -u USER:PASS http://IP:9200/_cat/nodes?v
curl -u USER:PASShttp://IP:9200/_cluster/health?pretty
ss -nt| grep `ifconfig | grep "inet add"| grep Bcast| awk ‘{print $2}‘| awk -F ":" ‘{print $2}‘`:9200| awk ‘{print $NF}‘| awk -F: ‘{print $4}‘| sort| uniq -c
./zkCli.sh -server 10.13.2.66:2181
ls /brokers/ids
cat zoo.cfg
server.1=localhost:2881:3881
server.2=localhost:2882:3882
server.3=localhost:2883:3883
标签:cli url passh 集群 oca health http 查询 grep
原文地址:http://blog.51cto.com/395469372/2150475