Skip to content

Instantly share code, notes, and snippets.

@emedina
Created May 4, 2011 09:15
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 emedina/954972 to your computer and use it in GitHub Desktop.
Save emedina/954972 to your computer and use it in GitHub Desktop.
{
"cluster_name" : "elasticsearch",
"nodes" : {
"Mq-PfDdMQw-KbmllLvvjnA" : {
"name" : "Death's-Head",
"indices" : {
"size" : "5.8gb",
"size_in_bytes" : 6245128521,
"docs" : {
"num_docs" : 5896306
},
"cache" : {
"field_evictions" : 487,
"field_size" : "297.4mb",
"field_size_in_bytes" : 311920530,
"filter_size" : "5mb",
"filter_size_in_bytes" : 5308800
},
"merges" : {
"current" : 0,
"total" : 146,
"total_time" : "3.6m",
"total_time_in_millis" : 220699
}
},
"os" : {
"timestamp" : 1304500450374,
"uptime" : "1528 hours, 17 minutes and 58 seconds",
"uptime_in_millis" : 5501878000,
"load_average" : [ 0.19, 0.08, 0.06 ],
"cpu" : {
"sys" : 2,
"user" : 4,
"idle" : 90
},
"mem" : {
"free" : "12.3mb",
"free_in_bytes" : 12967936,
"used" : "2.9gb",
"used_in_bytes" : 3208257536,
"free_percent" : 8,
"used_percent" : 91,
"actual_free" : "258.7mb",
"actual_free_in_bytes" : 271306752,
"actual_used" : "2.7gb",
"actual_used_in_bytes" : 2949918720
},
"swap" : {
"used" : "1.2gb",
"used_in_bytes" : 1295011840,
"free" : "678.9mb",
"free_in_bytes" : 711946240
}
},
"process" : {
"timestamp" : 1304500450374,
"cpu" : {
"percent" : 0,
"sys" : "33 seconds and 790 milliseconds",
"sys_in_millis" : 33790,
"user" : "16 minutes, 2 seconds and 240 milliseconds",
"user_in_millis" : 962240,
"total" : "-1 milliseconds",
"total_in_millis" : -1
},
"mem" : {
"resident" : "1.1gb",
"resident_in_bytes" : 1235685376,
"share" : "66.7mb",
"share_in_bytes" : 69947392,
"total_virtual" : "1.4gb",
"total_virtual_in_bytes" : 1563230208
},
"fd" : {
"total" : 1362
}
},
"jvm" : {
"timestamp" : 1304500453675,
"uptime" : "45 hours, 19 minutes, 18 seconds and 223 milliseconds",
"uptime_in_millis" : 163158223,
"mem" : {
"heap_used" : "519mb",
"heap_used_in_bytes" : 544229040,
"heap_committed" : "897.9mb",
"heap_committed_in_bytes" : 941555712,
"non_heap_used" : "40mb",
"non_heap_used_in_bytes" : 41983824,
"non_heap_committed" : "61.4mb",
"non_heap_committed_in_bytes" : 64450560
},
"threads" : {
"count" : 25,
"peak_count" : 57
},
"gc" : {
"collection_count" : 6815,
"collection_time" : "1 minute, 28 seconds and 719 milliseconds",
"collection_time_in_millis" : 88719,
"collectors" : {
"Copy" : {
"collection_count" : 6799,
"collection_time" : "1 minute, 1 second and 597 milliseconds",
"collection_time_in_millis" : 61597
},
"ConcurrentMarkSweep" : {
"collection_count" : 16,
"collection_time" : "27 seconds and 122 milliseconds",
"collection_time_in_millis" : 27122
}
}
}
},
"network" : {
"tcp" : {
"active_opens" : 218489,
"passive_opens" : 325567,
"curr_estab" : 63,
"in_segs" : 112836060,
"out_segs" : 101983694,
"retrans_segs" : 45862,
"estab_resets" : 23494,
"attempt_fails" : 163259,
"in_errs" : 46,
"out_rsts" : 168433
}
},
"transport" : {
"rx_count" : 71795,
"rx_size" : "40.3mb",
"rx_size_in_bytes" : 42340809,
"tx_count" : 71802,
"tx_size" : "327.6mb",
"tx_size_in_bytes" : 343567855
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment