摘要:
1、kafka集群中jmx端口设置 jmx端口主要用来监控kafka集群的。 在启动kafka的脚本kafka-server-start.sh中找到堆设置,添加export JMX_PORT="9999" if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then export K 阅读全文
摘要:
1、查询ES所有的索引集合按照存储由大到小排序:http://192.168.60.12:9200/_cat/indices?bytes=b&s=store.size:desc,index:asc&v=true health status index uuid pri rep docs.count 阅读全文