| |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
-> 大数据 -> 【ElasticSearch基础】-- 日常查询&运维操作 -> 正文阅读 |
|
[大数据]【ElasticSearch基础】-- 日常查询&运维操作 |
目录 2.6 查看 segment 的数量(明细和总共 segment 数量) 1 日常查询1.1 查询所有索引curl 'http://172.16.2.19:9200/_cat/indices?v' 1.2 查看索引信息curl -sXGET "http://172.16.2.19:9200/_cat/indices/user_02?h=i,p,r" 列名称:索引名称 主分片 副本个数 curl -sXGET "http://172.16.2.19:9200/_cat/indices/test_02" yellow open test_02 V3--Fg3iTHaZZHv5lU8VAg 3 2 1430397 16 931.9mb 931.9mb 1.3 查询数据curl '172.16.2.19:9200/spark/_search?q=*&pretty' 1.4 打开 indexPOST kindex_2021.06.*/_open?master_timeout=60m 1.5 查看 index 配置curl 'http://172.16.3.9:9200/us_02/_settings'? 1.6 查看 es 版本curl 'http://172.16.3.8:9200' 2 运维2.1 集群健康情况curl 'http://172.16.3.8:9200/_cluster/health?pretty' 2.2 查看线程池情况curl 'http://172.16.3.8:9200/_cat/thread_pool'? 2.3 查看pending 的任务curl 'http://172.16.3.8:9200/_cluster/pending_tasks'? curl 'http://172.16.3.8:9200/_tasks?detailed=true'? 2.4 查看集群状态curl 'http://172.16.3.8:9200/_cluster/stats?human&pretty' 2.5 查看节点hot_threadcurl 'http://172.16.3.8:9200/_nodes/hot_threads' 2.6 查看 segment 的数量(明细和总共 segment 数量)语法:https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-segments.html curl 'http://172.16.3.98:9200/_cat/segments?v=true' curl 'http://172.16.2.119:9200/_cat/segments'? curl 'http://172.16.3.98:9200/_cat/segments?v&h=i,shard,segment,size,size.memory' curl 'http://172.16.2.119:9200/_cat/indices/?s=segmentsCount:desc&v&h=index,segmentsCount,segmentsMemory,memoryTotal,mergesCurrent,mergesCurrentDocs,storeSize,p,r' |
|
|
上一篇文章 下一篇文章 查看所有文章 |
|
开发:
C++知识库
Java知识库
JavaScript
Python
PHP知识库
人工智能
区块链
大数据
移动开发
嵌入式
开发工具
数据结构与算法
开发测试
游戏开发
网络协议
系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程 数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁 |
360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 | -2024/11/23 13:20:56- |
|
网站联系: qq:121756557 email:121756557@qq.com IT数码 |