Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@schonfeld
Created July 29, 2014 20:58
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 schonfeld/d5395f97e3a87745cc1f to your computer and use it in GitHub Desktop.
Save schonfeld/d5395f97e3a87745cc1f to your computer and use it in GitHub Desktop.
GET _cluster/stats
{
"timestamp": 1406667506182,
"cluster_name": "es.gce-us-central",
"status": "green",
"indices": {
"count": 14,
"shards": {
"total": 56,
"primaries": 28,
"replication": 1,
"index": {
"shards": {
"min": 2,
"max": 12,
"avg": 4
},
"primaries": {
"min": 1,
"max": 6,
"avg": 2
},
"replication": {
"min": 1,
"max": 1,
"avg": 1
}
}
},
"docs": {
"count": 33609293,
"deleted": 24164248
},
"store": {
"size_in_bytes": 18095092806,
"throttle_time_in_millis": 894162
},
"fielddata": {
"memory_size_in_bytes": 1355405889,
"evictions": 0
},
"filter_cache": {
"memory_size_in_bytes": 896396174,
"evictions": 0
},
"id_cache": {
"memory_size_in_bytes": 0
},
"completion": {
"size_in_bytes": 0
},
"segments": {
"count": 554,
"memory_in_bytes": 1438317642
},
"percolate": {
"total": 0,
"time_in_millis": 0,
"current": 0,
"memory_size_in_bytes": -1,
"memory_size": "-1b",
"queries": 0
}
},
"nodes": {
"count": {
"total": 5,
"master_only": 0,
"data_only": 0,
"master_data": 5,
"client": 0
},
"versions": [
"1.2.2"
],
"os": {
"available_processors": 20,
"mem": {
"total_in_bytes": 137014538240
},
"cpu": [
{
"vendor": "Intel",
"model": "Xeon",
"mhz": 2600,
"total_cores": 4,
"total_sockets": 4,
"cores_per_socket": 1,
"cache_size_in_bytes": 20480,
"count": 5
}
]
},
"process": {
"cpu": {
"percent": 1036
},
"open_file_descriptors": {
"min": 317,
"max": 343,
"avg": 326
}
},
"jvm": {
"max_uptime_in_millis": 110515935,
"versions": [
{
"version": "1.7.0_55",
"vm_name": "Java HotSpot(TM) 64-Bit Server VM",
"vm_version": "24.55-b03",
"vm_vendor": "Oracle Corporation",
"count": 5
}
],
"mem": {
"heap_used_in_bytes": 33640983408,
"heap_max_in_bytes": 69618892800
},
"threads": 399
},
"fs": {
"total_in_bytes": 536870912000,
"free_in_bytes": 485177139200,
"available_in_bytes": 479816867840
},
"plugins": [
{
"name": "marvel",
"version": "1.2.1",
"description": "Elasticsearch Management & Monitoring",
"url": "/_plugin/marvel/",
"jvm": true,
"site": true
},
{
"name": "cloud-gce",
"version": "2.2.0",
"description": "Cloud Google Compute Engine Plugin",
"jvm": true,
"site": false
},
{
"name": "http-basic-server-plugin",
"version": "NA",
"description": "HTTP Basic Server Plugin",
"jvm": true,
"site": false
},
{
"name": "cloud-aws",
"version": "2.2.0",
"description": "Cloud AWS Plugin",
"jvm": true,
"site": false
},
{
"name": "analysis-phonetic",
"version": "2.2.0",
"description": "Phonetic analysis support",
"jvm": true,
"site": false
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment