Created
December 22, 2015 17:51
-
-
Save objectiveSee/d46d1dce4c41c9430434 to your computer and use it in GitHub Desktop.
curl http://localhost:9200/_nodes/jvm?pretty.json
This file contains 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" : { | |
"QbEzXa1MRoOoupjNELMwlw" : { | |
"name" : "Zzzax", | |
"transport_address" : "inet[/10.0.0.240:9300]", | |
"host" : "ip-10-0-0-240", | |
"ip" : "10.0.0.240", | |
"version" : "1.4.0", | |
"build" : "bc94bd8", | |
"http_address" : "inet[/10.0.0.240:9200]", | |
"jvm" : { | |
"pid" : 22855, | |
"version" : "1.7.0_65", | |
"vm_name" : "OpenJDK 64-Bit Server VM", | |
"vm_version" : "24.65-b04", | |
"vm_vendor" : "Oracle Corporation", | |
"start_time_in_millis" : 1450804613532, | |
"mem" : { | |
"heap_init_in_bytes" : 268435456, | |
"heap_max_in_bytes" : 2112618496, | |
"non_heap_init_in_bytes" : 24313856, | |
"non_heap_max_in_bytes" : 224395264, | |
"direct_max_in_bytes" : 2112618496 | |
}, | |
"gc_collectors" : [ "ParNew", "ConcurrentMarkSweep" ], | |
"memory_pools" : [ "Code Cache", "Par Eden Space", "Par Survivor Space", "CMS Old Gen", "CMS Perm Gen" ] | |
} | |
}, | |
"UboxgH3wRyWvx6xmGFI3kg" : { | |
"name" : "logstash-ip-10-0-0-240-22725-2020", | |
"transport_address" : "inet[/10.0.0.240:9301]", | |
"host" : "ip-10-0-0-240", | |
"ip" : "10.0.0.240", | |
"version" : "1.1.1", | |
"build" : "f1585f0", | |
"attributes" : { | |
"client" : "true", | |
"data" : "false" | |
}, | |
"jvm" : { | |
"pid" : 22725, | |
"version" : "1.7.0_65", | |
"vm_name" : "OpenJDK 64-Bit Server VM", | |
"vm_version" : "24.65-b04", | |
"vm_vendor" : "Oracle Corporation", | |
"start_time_in_millis" : 1450804601510, | |
"mem" : { | |
"heap_init_in_bytes" : 246463232, | |
"heap_max_in_bytes" : 506855424, | |
"non_heap_init_in_bytes" : 24313856, | |
"non_heap_max_in_bytes" : 224395264, | |
"direct_max_in_bytes" : 506855424 | |
}, | |
"gc_collectors" : [ "ParNew", "ConcurrentMarkSweep" ], | |
"memory_pools" : [ "Code Cache", "Par Eden Space", "Par Survivor Space", "CMS Old Gen", "CMS Perm Gen" ] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From PS: