Skip to content

Instantly share code, notes, and snippets.

@varunarora123
Created May 10, 2018 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varunarora123/4d5d811e7d43f7a30564661499bf8c94 to your computer and use it in GitHub Desktop.
Save varunarora123/4d5d811e7d43f7a30564661499bf8c94 to your computer and use it in GitHub Desktop.
root@elasticsearch1:~# curl localhost:9200/_nodes/stats/indices?pretty
{
"cluster_name" : "touch",
"nodes" : {
"Fw7BYODAQ66rkMRHxRJx8w" : {
"timestamp" : 1525951332993,
"name" : "Occulus",
"transport_address" : "xxx.xxx.xxx.xxx:9300",
"host" : "xxx.xxx.xxx.xxx",
"ip" : [ "xxx.xxx.xxx.xxx", "NONE" ],
"indices" : {
"docs" : {
"count" : 62488158,
"deleted" : 2557730
},
"store" : {
"size_in_bytes" : 191193691880,
"throttle_time_in_millis" : 0
},
"indexing" : {
"index_total" : 42501027,
"index_time_in_millis" : 94739870,
"index_current" : 453,
"index_failed" : 870,
"delete_total" : 4424528,
"delete_time_in_millis" : 211353,
"delete_current" : 0,
"noop_update_total" : 2822,
"is_throttled" : false,
"throttle_time_in_millis" : 0
},
"get" : {
"total" : 15433378,
"time_in_millis" : 2467295,
"exists_total" : 14310338,
"exists_time_in_millis" : 2279465,
"missing_total" : 1123040,
"missing_time_in_millis" : 187830,
"current" : 0
},
"search" : {
"open_contexts" : 7115,
"query_total" : 231576210,
"query_time_in_millis" : 348099853,
"query_current" : 0,
"fetch_total" : 94377178,
"fetch_time_in_millis" : 98736386,
"fetch_current" : 0,
"scroll_total" : 23014462,
"scroll_time_in_millis" : 28316820817875,
"scroll_current" : 16092
},
"merges" : {
"current" : 1,
"current_docs" : 1685,
"current_size_in_bytes" : 2133616,
"total" : 920652,
"total_time_in_millis" : 328886706,
"total_docs" : 3982671274,
"total_size_in_bytes" : 3760624434113,
"total_stopped_time_in_millis" : 0,
"total_throttled_time_in_millis" : 164832225,
"total_auto_throttle_in_bytes" : 4702479490
},
"refresh" : {
"total" : 9205854,
"total_time_in_millis" : 63625301
},
"flush" : {
"total" : 2448,
"total_time_in_millis" : 878372
},
"warmer" : {
"current" : 0,
"total" : 14632144,
"total_time_in_millis" : 1491240
},
"query_cache" : {
"memory_size_in_bytes" : 29328400,
"total_count" : 9939102842,
"hit_count" : 624151435,
"miss_count" : 9314951407,
"cache_size" : 6338,
"cache_count" : 597825,
"evictions" : 591487
},
"fielddata" : {
"memory_size_in_bytes" : 30847496,
"evictions" : 0
},
"percolate" : {
"total" : 0,
"time_in_millis" : 0,
"current" : 0,
"memory_size_in_bytes" : -1,
"memory_size" : "-1b",
"queries" : 0
},
"completion" : {
"size_in_bytes" : 0
},
"segments" : {
"count" : 1687,
"memory_in_bytes" : 378130141,
"terms_memory_in_bytes" : 340173385,
"stored_fields_memory_in_bytes" : 27202584,
"term_vectors_memory_in_bytes" : 0,
"norms_memory_in_bytes" : 7820480,
"doc_values_memory_in_bytes" : 2933692,
"index_writer_memory_in_bytes" : 1585168,
"index_writer_max_memory_in_bytes" : 1764129165,
"version_map_memory_in_bytes" : 15104,
"fixed_bit_set_memory_in_bytes" : 0
},
"translog" : {
"operations" : 13344680,
"size_in_bytes" : 299283624368
},
"suggest" : {
"total" : 0,
"time_in_millis" : 0,
"current" : 0
},
"request_cache" : {
"memory_size_in_bytes" : 0,
"evictions" : 0,
"hit_count" : 0,
"miss_count" : 0
},
"recovery" : {
"current_as_source" : 0,
"current_as_target" : 0,
"throttle_time_in_millis" : 6784827
}
}
},
"YwEEtl26RBqfkZbFOwcxaA" : {
"timestamp" : 1525951332994,
"name" : "Mastermind",
"transport_address" : "xxx.xxx.xxx.xxx:9300",
"host" : "xxx.xxx.xxx.xxx",
"ip" : [ "xxx.xxx.xxx.xxx:9300", "NONE" ],
"indices" : {
"docs" : {
"count" : 62761471,
"deleted" : 2424634
},
"store" : {
"size_in_bytes" : 194512346688,
"throttle_time_in_millis" : 0
},
"indexing" : {
"index_total" : 41743672,
"index_time_in_millis" : 79974891,
"index_current" : 51,
"index_failed" : 1208,
"delete_total" : 4482004,
"delete_time_in_millis" : 164025,
"delete_current" : 0,
"noop_update_total" : 2259,
"is_throttled" : false,
"throttle_time_in_millis" : 0
},
"get" : {
"total" : 7759361,
"time_in_millis" : 1394529,
"exists_total" : 7033593,
"exists_time_in_millis" : 1235233,
"missing_total" : 725768,
"missing_time_in_millis" : 159296,
"current" : 0
},
"search" : {
"open_contexts" : 7090,
"query_total" : 245639984,
"query_time_in_millis" : 293844524,
"query_current" : 0,
"fetch_total" : 106887659,
"fetch_time_in_millis" : 122455308,
"fetch_current" : 0,
"scroll_total" : 21990296,
"scroll_time_in_millis" : 27056834623089,
"scroll_current" : 16941
},
"merges" : {
"current" : 0,
"current_docs" : 0,
"current_size_in_bytes" : 0,
"total" : 1459382,
"total_time_in_millis" : 391566740,
"total_docs" : 4816478370,
"total_size_in_bytes" : 4822931394353,
"total_stopped_time_in_millis" : 0,
"total_throttled_time_in_millis" : 179530954,
"total_auto_throttle_in_bytes" : 4757314203
},
"refresh" : {
"total" : 8877527,
"total_time_in_millis" : 61415645
},
"flush" : {
"total" : 2505,
"total_time_in_millis" : 341587
},
"warmer" : {
"current" : 0,
"total" : 13518615,
"total_time_in_millis" : 1520691
},
"query_cache" : {
"memory_size_in_bytes" : 25954384,
"total_count" : 8989484167,
"hit_count" : 414686367,
"miss_count" : 8574797800,
"cache_size" : 6422,
"cache_count" : 346293,
"evictions" : 339871
},
"fielddata" : {
"memory_size_in_bytes" : 28097292,
"evictions" : 0
},
"percolate" : {
"total" : 0,
"time_in_millis" : 0,
"current" : 0,
"memory_size_in_bytes" : -1,
"memory_size" : "-1b",
"queries" : 0
},
"completion" : {
"size_in_bytes" : 0
},
"segments" : {
"count" : 1693,
"memory_in_bytes" : 382362246,
"terms_memory_in_bytes" : 343582882,
"stored_fields_memory_in_bytes" : 27644824,
"term_vectors_memory_in_bytes" : 0,
"norms_memory_in_bytes" : 8095040,
"doc_values_memory_in_bytes" : 3039500,
"index_writer_memory_in_bytes" : 218928,
"index_writer_max_memory_in_bytes" : 1764129165,
"version_map_memory_in_bytes" : 77733,
"fixed_bit_set_memory_in_bytes" : 0
},
"translog" : {
"operations" : 11844555,
"size_in_bytes" : 299565116093
},
"suggest" : {
"total" : 0,
"time_in_millis" : 0,
"current" : 0
},
"request_cache" : {
"memory_size_in_bytes" : 0,
"evictions" : 0,
"hit_count" : 0,
"miss_count" : 0
},
"recovery" : {
"current_as_source" : 0,
"current_as_target" : 0,
"throttle_time_in_millis" : 13845455
}
}
},
"NatOrRoxTiiN6FamQhLWIg" : {
"timestamp" : 1525951332992,
"name" : "Cowgirl",
"transport_address" : "xxx.xxx.xxx.xxx:9300",
"host" : "xxx.xxx.xxx.xxx",
"ip" : [ "xxx.xxx.xxx.xxx:9300", "NONE" ],
"indices" : {
"docs" : {
"count" : 61981787,
"deleted" : 2587783
},
"store" : {
"size_in_bytes" : 191453731103,
"throttle_time_in_millis" : 0
},
"indexing" : {
"index_total" : 13703390,
"index_time_in_millis" : 33880094,
"index_current" : 4,
"index_failed" : 5751,
"delete_total" : 1313485,
"delete_time_in_millis" : 49710,
"delete_current" : 0,
"noop_update_total" : 1362,
"is_throttled" : false,
"throttle_time_in_millis" : 0
},
"get" : {
"total" : 3235561,
"time_in_millis" : 594351,
"exists_total" : 2994798,
"exists_time_in_millis" : 550616,
"missing_total" : 240763,
"missing_time_in_millis" : 43735,
"current" : 0
},
"search" : {
"open_contexts" : 7022,
"query_total" : 94702932,
"query_time_in_millis" : 108790393,
"query_current" : 0,
"fetch_total" : 47516003,
"fetch_time_in_millis" : 45619511,
"fetch_current" : 0,
"scroll_total" : 7298014,
"scroll_time_in_millis" : 8982053643590,
"scroll_current" : 16363
},
"merges" : {
"current" : 0,
"current_docs" : 0,
"current_size_in_bytes" : 0,
"total" : 315522,
"total_time_in_millis" : 208975698,
"total_docs" : 2058360360,
"total_size_in_bytes" : 2080992510660,
"total_stopped_time_in_millis" : 0,
"total_throttled_time_in_millis" : 112895383,
"total_auto_throttle_in_bytes" : 4366652405
},
"refresh" : {
"total" : 2780582,
"total_time_in_millis" : 19892044
},
"flush" : {
"total" : 1861,
"total_time_in_millis" : 1913080
},
"warmer" : {
"current" : 0,
"total" : 5517430,
"total_time_in_millis" : 643980
},
"query_cache" : {
"memory_size_in_bytes" : 24793152,
"total_count" : 4888021825,
"hit_count" : 326657844,
"miss_count" : 4561363981,
"cache_size" : 6039,
"cache_count" : 200926,
"evictions" : 194887
},
"fielddata" : {
"memory_size_in_bytes" : 32030580,
"evictions" : 0
},
"percolate" : {
"total" : 0,
"time_in_millis" : 0,
"current" : 0,
"memory_size_in_bytes" : -1,
"memory_size" : "-1b",
"queries" : 0
},
"completion" : {
"size_in_bytes" : 0
},
"segments" : {
"count" : 1672,
"memory_in_bytes" : 378493622,
"terms_memory_in_bytes" : 341130958,
"stored_fields_memory_in_bytes" : 26906616,
"term_vectors_memory_in_bytes" : 0,
"norms_memory_in_bytes" : 7810176,
"doc_values_memory_in_bytes" : 2645872,
"index_writer_memory_in_bytes" : 2271080,
"index_writer_max_memory_in_bytes" : 1764129165,
"version_map_memory_in_bytes" : 74661,
"fixed_bit_set_memory_in_bytes" : 0
},
"translog" : {
"operations" : 22864264,
"size_in_bytes" : 595702935471
},
"suggest" : {
"total" : 0,
"time_in_millis" : 0,
"current" : 0
},
"request_cache" : {
"memory_size_in_bytes" : 0,
"evictions" : 0,
"hit_count" : 0,
"miss_count" : 0
},
"recovery" : {
"current_as_source" : 0,
"current_as_target" : 0,
"throttle_time_in_millis" : 66801929
}
}
},
"PhBGLy6USqma1wAgDjDFNA" : {
"timestamp" : 1525951332990,
"name" : "Lila Cheney",
"transport_address" : "xxx.xxx.xxx.xxx:9300",
"host" : "xxx.xxx.xxx.xxx",
"ip" : [ "xxx.xxx.xxx.xxx:9300", "NONE" ],
"attributes" : {
"master" : "true"
},
"indices" : {
"docs" : {
"count" : 62561159,
"deleted" : 1957783
},
"store" : {
"size_in_bytes" : 199785716431,
"throttle_time_in_millis" : 0
},
"indexing" : {
"index_total" : 41354687,
"index_time_in_millis" : 73593653,
"index_current" : 30,
"index_failed" : 5507,
"delete_total" : 4306473,
"delete_time_in_millis" : 119914,
"delete_current" : 0,
"noop_update_total" : 2596,
"is_throttled" : false,
"throttle_time_in_millis" : 0
},
"get" : {
"total" : 9715239,
"time_in_millis" : 1653204,
"exists_total" : 8880765,
"exists_time_in_millis" : 1502259,
"missing_total" : 834474,
"missing_time_in_millis" : 150945,
"current" : 0
},
"search" : {
"open_contexts" : 6730,
"query_total" : 201741153,
"query_time_in_millis" : 293685381,
"query_current" : 0,
"fetch_total" : 120434139,
"fetch_time_in_millis" : 115414712,
"fetch_current" : 0,
"scroll_total" : 21886081,
"scroll_time_in_millis" : 26928356514610,
"scroll_current" : 11216
},
"merges" : {
"current" : 1,
"current_docs" : 378412,
"current_size_in_bytes" : 5402848607,
"total" : 891260,
"total_time_in_millis" : 323661099,
"total_docs" : 4057220567,
"total_size_in_bytes" : 3736864798190,
"total_stopped_time_in_millis" : 0,
"total_throttled_time_in_millis" : 162695752,
"total_auto_throttle_in_bytes" : 4642826729
},
"refresh" : {
"total" : 8655575,
"total_time_in_millis" : 56422906
},
"flush" : {
"total" : 1727,
"total_time_in_millis" : 272715
},
"warmer" : {
"current" : 0,
"total" : 12416296,
"total_time_in_millis" : 1240037
},
"query_cache" : {
"memory_size_in_bytes" : 26554896,
"total_count" : 9360551558,
"hit_count" : 401006960,
"miss_count" : 8959544598,
"cache_size" : 6795,
"cache_count" : 558488,
"evictions" : 551693
},
"fielddata" : {
"memory_size_in_bytes" : 25310292,
"evictions" : 0
},
"percolate" : {
"total" : 0,
"time_in_millis" : 0,
"current" : 0,
"memory_size_in_bytes" : -1,
"memory_size" : "-1b",
"queries" : 0
},
"completion" : {
"size_in_bytes" : 0
},
"segments" : {
"count" : 1693,
"memory_in_bytes" : 381450783,
"terms_memory_in_bytes" : 342522555,
"stored_fields_memory_in_bytes" : 27333736,
"term_vectors_memory_in_bytes" : 0,
"norms_memory_in_bytes" : 8302400,
"doc_values_memory_in_bytes" : 3292092,
"index_writer_memory_in_bytes" : 6256752,
"index_writer_max_memory_in_bytes" : 1764641172,
"version_map_memory_in_bytes" : 77239,
"fixed_bit_set_memory_in_bytes" : 0
},
"translog" : {
"operations" : 21982390,
"size_in_bytes" : 595466059071
},
"suggest" : {
"total" : 0,
"time_in_millis" : 0,
"current" : 0
},
"request_cache" : {
"memory_size_in_bytes" : 0,
"evictions" : 0,
"hit_count" : 0,
"miss_count" : 0
},
"recovery" : {
"current_as_source" : 0,
"current_as_target" : 0,
"throttle_time_in_millis" : 33017060
}
}
},
"XRccoSsAT56BX7L7vd-IQw" : {
"timestamp" : 1525951332993,
"name" : "Equinox",
"transport_address" : "xxx.xxx.xxx.xxx:9300",
"host" : "xxx.xxx.xxx.xxx",
"ip" : [ "xxx.xxx.xxx.xxx:9300", "NONE" ],
"indices" : {
"docs" : {
"count" : 63229624,
"deleted" : 1041199
},
"store" : {
"size_in_bytes" : 188115304953,
"throttle_time_in_millis" : 0
},
"indexing" : {
"index_total" : 42589002,
"index_time_in_millis" : 82156020,
"index_current" : 548,
"index_failed" : 1637,
"delete_total" : 4988624,
"delete_time_in_millis" : 286958,
"delete_current" : 0,
"noop_update_total" : 1930,
"is_throttled" : false,
"throttle_time_in_millis" : 0
},
"get" : {
"total" : 3193833,
"time_in_millis" : 815844,
"exists_total" : 2306913,
"exists_time_in_millis" : 685218,
"missing_total" : 886920,
"missing_time_in_millis" : 130626,
"current" : 0
},
"search" : {
"open_contexts" : 6911,
"query_total" : 187873839,
"query_time_in_millis" : 346144661,
"query_current" : 0,
"fetch_total" : 100188020,
"fetch_time_in_millis" : 90773851,
"fetch_current" : 0,
"scroll_total" : 22568317,
"scroll_time_in_millis" : 27767383224581,
"scroll_current" : 12340
},
"merges" : {
"current" : 0,
"current_docs" : 0,
"current_size_in_bytes" : 0,
"total" : 991791,
"total_time_in_millis" : 376403722,
"total_docs" : 6491623972,
"total_size_in_bytes" : 4343864698848,
"total_stopped_time_in_millis" : 0,
"total_throttled_time_in_millis" : 178253920,
"total_auto_throttle_in_bytes" : 5013688543
},
"refresh" : {
"total" : 9671161,
"total_time_in_millis" : 63583657
},
"flush" : {
"total" : 1305,
"total_time_in_millis" : 141193
},
"warmer" : {
"current" : 0,
"total" : 12420203,
"total_time_in_millis" : 1111668
},
"query_cache" : {
"memory_size_in_bytes" : 26751056,
"total_count" : 9124145348,
"hit_count" : 233902945,
"miss_count" : 8890242403,
"cache_size" : 5515,
"cache_count" : 811133,
"evictions" : 805618
},
"fielddata" : {
"memory_size_in_bytes" : 22286732,
"evictions" : 0
},
"percolate" : {
"total" : 0,
"time_in_millis" : 0,
"current" : 0,
"memory_size_in_bytes" : -1,
"memory_size" : "-1b",
"queries" : 0
},
"completion" : {
"size_in_bytes" : 0
},
"segments" : {
"count" : 1693,
"memory_in_bytes" : 374333382,
"terms_memory_in_bytes" : 336932506,
"stored_fields_memory_in_bytes" : 26356664,
"term_vectors_memory_in_bytes" : 0,
"norms_memory_in_bytes" : 7919680,
"doc_values_memory_in_bytes" : 3124532,
"index_writer_memory_in_bytes" : 1448452,
"index_writer_max_memory_in_bytes" : 1785605310,
"version_map_memory_in_bytes" : 50227,
"fixed_bit_set_memory_in_bytes" : 0
},
"translog" : {
"operations" : 25640614,
"size_in_bytes" : 596035501932
},
"suggest" : {
"total" : 0,
"time_in_millis" : 0,
"current" : 0
},
"request_cache" : {
"memory_size_in_bytes" : 0,
"evictions" : 0,
"hit_count" : 0,
"miss_count" : 0
},
"recovery" : {
"current_as_source" : 0,
"current_as_target" : 0,
"throttle_time_in_millis" : 23380880
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment