Created
June 21, 2016 12:50
-
-
Save ranchodeluxe/8d708658c653f9f3966fa3a4deddf62f to your computer and use it in GitHub Desktop.
elasticsearch /_nodes/stats output June 18th
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cluster_name":"elasticsearch", | |
"nodes":{ | |
"Rg-xqnDESdmQnqkuTgHbhw":{ | |
"timestamp":1466461514864, | |
"name":"Snowfall", | |
"transport_address":"127.0.0.1:9300", | |
"host":"127.0.0.1", | |
"ip":[ | |
"127.0.0.1:9300", | |
"NONE" | |
], | |
"indices":{ | |
"docs":{ | |
"count":157035793, | |
"deleted":5369 | |
}, | |
"store":{ | |
"size_in_bytes":49828669424, | |
"throttle_time_in_millis":0 | |
}, | |
"indexing":{ | |
"index_total":157041162, | |
"index_time_in_millis":52101243, | |
"index_current":0, | |
"index_failed":0, | |
"delete_total":0, | |
"delete_time_in_millis":0, | |
"delete_current":0, | |
"noop_update_total":0, | |
"is_throttled":false, | |
"throttle_time_in_millis":0 | |
}, | |
"get":{ | |
"total":0, | |
"time_in_millis":0, | |
"exists_total":0, | |
"exists_time_in_millis":0, | |
"missing_total":0, | |
"missing_time_in_millis":0, | |
"current":0 | |
}, | |
"search":{ | |
"open_contexts":0, | |
"query_total":0, | |
"query_time_in_millis":0, | |
"query_current":0, | |
"fetch_total":0, | |
"fetch_time_in_millis":0, | |
"fetch_current":0, | |
"scroll_total":0, | |
"scroll_time_in_millis":0, | |
"scroll_current":0 | |
}, | |
"merges":{ | |
"current":0, | |
"current_docs":0, | |
"current_size_in_bytes":0, | |
"total":127664, | |
"total_time_in_millis":65869371, | |
"total_docs":1004852780, | |
"total_size_in_bytes":461325409610, | |
"total_stopped_time_in_millis":0, | |
"total_throttled_time_in_millis":26072316, | |
"total_auto_throttle_in_bytes":26214400 | |
}, | |
"refresh":{ | |
"total":927592, | |
"total_time_in_millis":20089307 | |
}, | |
"flush":{ | |
"total":545, | |
"total_time_in_millis":89610 | |
}, | |
"warmer":{ | |
"current":0, | |
"total":1982618, | |
"total_time_in_millis":107158 | |
}, | |
"query_cache":{ | |
"memory_size_in_bytes":0, | |
"total_count":0, | |
"hit_count":0, | |
"miss_count":0, | |
"cache_size":0, | |
"cache_count":0, | |
"evictions":0 | |
}, | |
"fielddata":{ | |
"memory_size_in_bytes":0, | |
"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":140, | |
"memory_in_bytes":179392422, | |
"terms_memory_in_bytes":160821830, | |
"stored_fields_memory_in_bytes":18320088, | |
"term_vectors_memory_in_bytes":0, | |
"norms_memory_in_bytes":96448, | |
"doc_values_memory_in_bytes":154056, | |
"index_writer_memory_in_bytes":0, | |
"index_writer_max_memory_in_bytes":2560000, | |
"version_map_memory_in_bytes":0, | |
"fixed_bit_set_memory_in_bytes":0 | |
}, | |
"translog":{ | |
"operations":0, | |
"size_in_bytes":215 | |
}, | |
"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":0 | |
} | |
}, | |
"os":{ | |
"timestamp":1466461514904, | |
"cpu_percent":12, | |
"load_average":0.0, | |
"mem":{ | |
"total_in_bytes":1082222247936, | |
"free_in_bytes":1023158890496, | |
"used_in_bytes":59063357440, | |
"free_percent":95, | |
"used_percent":5 | |
}, | |
"swap":{ | |
"total_in_bytes":31734099968, | |
"free_in_bytes":31734099968, | |
"used_in_bytes":0 | |
} | |
}, | |
"process":{ | |
"timestamp":1466461514905, | |
"open_file_descriptors":853, | |
"max_file_descriptors":4096, | |
"cpu":{ | |
"percent":0, | |
"total_in_millis":213348760 | |
}, | |
"mem":{ | |
"total_virtual_in_bytes":35341037568 | |
} | |
}, | |
"jvm":{ | |
"timestamp":1466461514907, | |
"uptime_in_millis":366205489, | |
"mem":{ | |
"heap_used_in_bytes":279934696, | |
"heap_used_percent":26, | |
"heap_committed_in_bytes":528896000, | |
"heap_max_in_bytes":1037959168, | |
"non_heap_used_in_bytes":82950328, | |
"non_heap_committed_in_bytes":84893696, | |
"pools":{ | |
"young":{ | |
"used_in_bytes":28064336, | |
"max_in_bytes":286326784, | |
"peak_used_in_bytes":71630848, | |
"peak_max_in_bytes":286326784 | |
}, | |
"survivor":{ | |
"used_in_bytes":153272, | |
"max_in_bytes":35782656, | |
"peak_used_in_bytes":8912896, | |
"peak_max_in_bytes":35782656 | |
}, | |
"old":{ | |
"used_in_bytes":251717088, | |
"max_in_bytes":715849728, | |
"peak_used_in_bytes":345470536, | |
"peak_max_in_bytes":715849728 | |
} | |
} | |
}, | |
"threads":{ | |
"count":254, | |
"peak_count":273 | |
}, | |
"gc":{ | |
"collectors":{ | |
"young":{ | |
"collection_count":229743, | |
"collection_time_in_millis":6443683 | |
}, | |
"old":{ | |
"collection_count":5499, | |
"collection_time_in_millis":375333 | |
} | |
} | |
}, | |
"buffer_pools":{ | |
"direct":{ | |
"count":294, | |
"used_in_bytes":47735791, | |
"total_capacity_in_bytes":47735791 | |
}, | |
"mapped":{ | |
"count":75, | |
"used_in_bytes":8722016129, | |
"total_capacity_in_bytes":8722016129 | |
} | |
}, | |
"classes":{ | |
"current_loaded_count":7870, | |
"total_loaded_count":7891, | |
"total_unloaded_count":21 | |
} | |
}, | |
"thread_pool":{ | |
"bulk":{ | |
"threads":32, | |
"queue":0, | |
"active":0, | |
"rejected":4034, | |
"largest":32, | |
"completed":7852061 | |
}, | |
"fetch_shard_started":{ | |
"threads":0, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":0, | |
"completed":0 | |
}, | |
"fetch_shard_store":{ | |
"threads":0, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":0, | |
"completed":0 | |
}, | |
"flush":{ | |
"threads":1, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":5, | |
"completed":11584 | |
}, | |
"force_merge":{ | |
"threads":0, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":0, | |
"completed":0 | |
}, | |
"generic":{ | |
"threads":1, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":4, | |
"completed":36651 | |
}, | |
"get":{ | |
"threads":0, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":0, | |
"completed":0 | |
}, | |
"index":{ | |
"threads":0, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":0, | |
"completed":0 | |
}, | |
"listener":{ | |
"threads":10, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":10, | |
"completed":62 | |
}, | |
"management":{ | |
"threads":3, | |
"queue":0, | |
"active":1, | |
"rejected":0, | |
"largest":3, | |
"completed":36075 | |
}, | |
"percolate":{ | |
"threads":0, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":0, | |
"completed":0 | |
}, | |
"refresh":{ | |
"threads":1, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":5, | |
"completed":927592 | |
}, | |
"search":{ | |
"threads":0, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":0, | |
"completed":0 | |
}, | |
"snapshot":{ | |
"threads":0, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":0, | |
"completed":0 | |
}, | |
"suggest":{ | |
"threads":0, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":0, | |
"completed":0 | |
}, | |
"warmer":{ | |
"threads":1, | |
"queue":0, | |
"active":0, | |
"rejected":0, | |
"largest":5, | |
"completed":1054506 | |
} | |
}, | |
"fs":{ | |
"timestamp":1466461514908, | |
"total":{ | |
"total_in_bytes":5064550146048, | |
"free_in_bytes":4863028981760, | |
"available_in_bytes":4863028981760, | |
"spins":"true" | |
}, | |
"data":[ | |
{ | |
"path":"/var/lib/elasticsearch/_default/data/elasticsearch/nodes/0", | |
"mount":"/localdisk1 (/dev/sdb1)", | |
"type":"jfs", | |
"total_in_bytes":5064550146048, | |
"free_in_bytes":4863028981760, | |
"available_in_bytes":4863028981760, | |
"spins":"true" | |
} | |
] | |
}, | |
"transport":{ | |
"server_open":0, | |
"rx_count":6, | |
"rx_size_in_bytes":2448, | |
"tx_count":6, | |
"tx_size_in_bytes":2448 | |
}, | |
"http":{ | |
"current_open":1, | |
"total_opened":1571284 | |
}, | |
"breakers":{ | |
"request":{ | |
"limit_size_in_bytes":415183667, | |
"limit_size":"395.9mb", | |
"estimated_size_in_bytes":0, | |
"estimated_size":"0b", | |
"overhead":1.0, | |
"tripped":0 | |
}, | |
"fielddata":{ | |
"limit_size_in_bytes":622775500, | |
"limit_size":"593.9mb", | |
"estimated_size_in_bytes":0, | |
"estimated_size":"0b", | |
"overhead":1.03, | |
"tripped":0 | |
}, | |
"parent":{ | |
"limit_size_in_bytes":726571417, | |
"limit_size":"692.9mb", | |
"estimated_size_in_bytes":0, | |
"estimated_size":"0b", | |
"overhead":1.0, | |
"tripped":0 | |
} | |
}, | |
"script":{ | |
"compilations":0, | |
"cache_evictions":0 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment