Skip to content

Instantly share code, notes, and snippets.

@PureForm
Created October 21, 2011 01:38
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 PureForm/1302899 to your computer and use it in GitHub Desktop.
Save PureForm/1302899 to your computer and use it in GitHub Desktop.
_cluster/nodes
{
"cluster_name": "cl_es",
"nodes": {
"nFKPpKkVQQ-CytCdJvNiOQ": {
"name": "Aardwolf",
"transport_address": "inet[/192.168.1.23:9300]",
"attributes": {},
"http_address": "inet[/192.168.1.23:9200]",
"os": {
"refresh_interval": 1000,
"cpu": {
"vendor": "Intel",
"model": "Core(TM) i7 CPU 930 @ 2.80GHz",
"mhz": 2653,
"total_cores": 8,
"total_sockets": 8,
"cores_per_socket": 16,
"cache_size": "-1b",
"cache_size_in_bytes": -1
},
"mem": {
"total": "10.4gb",
"total_in_bytes": 11265040384
},
"swap": {
"total": "20.9gb",
"total_in_bytes": 22528188416
}
},
"process": {
"refresh_interval": 1000,
"id": 9600,
"max_file_descriptors": -1
},
"jvm": {
"pid": 9600,
"version": "1.7.0_01",
"vm_name": "Java HotSpot(TM) 64-Bit Server VM",
"vm_version": "21.1-b02",
"vm_vendor": "Oracle Corporation",
"start_time": 1319159791171,
"mem": {
"heap_init": "256mb",
"heap_init_in_bytes": 268435456,
"heap_max": "494.9mb",
"heap_max_in_bytes": 518979584,
"non_heap_init": "23.1mb",
"non_heap_init_in_bytes": 24313856,
"non_heap_max": "130mb",
"non_heap_max_in_bytes": 136314880
}
},
"network": {
"refresh_interval": 5000,
"primary_interface": {
"address": "192.168.1.23",
"name": "eth5",
"mac_address": "00:1F:BC:02:78:77"
}
},
"transport": {
"bound_address": "inet[/0:0:0:0:0:0:0:0:9300]",
"publish_address": "inet[/192.168.1.23:9300]"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment