2.X/7. Administration Monitoring Deployment

7-1-4. Cluster Stats

drscg 2017. 9. 23. 12:44

The cluster-stats API provides similar output to the node-stats. There is one crucial difference: Node Stats shows you statistics per node, while cluster-stats shows you the sum total of all nodes in a single metric.

cluster-stats API는 node-stats 와 유사한 출력을 제공한다. 결정적인 차이점이 하나 있는데, node-stats 는 node 별 통계를 보여주는 반면에, cluster-stats 는 모든 node의 총 합을 하나의 통계로 보여준다.

This provides some useful stats to glance at. You can see for example, that your entire cluster is using 50% of the available heap or that filter cache is not evicting heavily. Its main use is to provide a quick summary that is more extensive than the cluster-health, but less detailed than node-stats. It is also useful for clusters that are very large, which makes node-stats output difficult to read.

이것은 몇 가지 유용한 통계를 제공한다. 예를 들어, 전체 cluster는 이용 가능한 heap의 50%를 사용 중이고, filter cache는 심하게 축출되지 않는다는 것 등을 볼 수 있다. cluster-health 보다 더 광범위한, 하지만node-stats 보다 덜 자세한, 요약 정보를 제공하는 것이 주요 용도이다. 또한, cluster가 매우 클 때, node-stats 의 출력은 읽기가 쉽지 않기 때문에, 유용하다.

The API may be invoked as follows:

API는 아래와 같이 사용한다.

GET _cluster/stats


'2.X > 7. Administration Monitoring Deployment' 카테고리의 다른 글

7-1-2. Cluster Health  (0) 2017.09.23
7-1-3. Monitoring Individual Nodes  (0) 2017.09.23
7-1-5. Index Stats  (0) 2017.09.23
7-1-6. Pending Tasks  (0) 2017.09.23
7-1-7. cat API  (0) 2017.09.23