查看redis客户端ip
redis-cli -c -h 10.15.9.166 -p 6379 -a xxxxxx client list | awk ‘{print$2}’ | awk -F ‘:’ ‘{print$1}’ | sort | uniq
redis-cli -c -h 10.15.9.166 -p 6379 -a xxxxxx client list | awk ‘{print$2}’ | awk -F ‘:’ ‘{print$1}’ | sort | uniq
针对 Elasticsearch 集群时,我们可以通过如下的 _cluster/health 命令来查询集群的状态:
GET _cluster/health
在正常的情况下,它会显示健康的状态,也就是绿色。关于监控的颜色的描述,我们可以参考我之前的文章 “Elasticsearch中的一些重要概念:cluster, node, index, document, shards及replica”。但是 …
…Git clone git@git.betafang.com:ux/mobile_client
git branch -va
git merge origin/master
git push origin uc
git remote set-url origin git@git.lianjia.com:lianjia-web/lianjia-web.git
git log -n 1 -p
创建分 …
…sudo dtruss -a -n php-fpm
logstash_brokers_integral_log/_stats
“search”: { “open_contexts”: 0, “query_total”: 1133, 查看指定索引的请求量
http://10.15.12.38:9200/_tasks?pretty …