Created
January 25, 2012 15:48
-
-
Save thesurlydev/1676870 to your computer and use it in GitHub Desktop.
cluster nodes
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: bizblog.prod.cluster | |
nodes: { | |
1MThqDAET76ybJoX_C-2hg: { | |
name: Hippolyta | |
transport_address: inet[/10.8.201.114:9300] | |
attributes: { } | |
http_address: inet[/10.8.201.114:9200] | |
os: { | |
refresh_interval: 1000 | |
cpu: { | |
vendor: Intel | |
model: Xeon | |
mhz: 2331 | |
total_cores: 2 | |
total_sockets: 1 | |
cores_per_socket: 2 | |
cache_size: 4kb | |
cache_size_in_bytes: 4096 | |
} | |
mem: { | |
total: 3.8gb | |
total_in_bytes: 4127674368 | |
} | |
swap: { | |
total: 3.9gb | |
total_in_bytes: 4227784704 | |
} | |
} | |
process: { | |
refresh_interval: 1000 | |
id: 7193 | |
max_file_descriptors: 32768 | |
} | |
jvm: { | |
pid: 7193 | |
version: 1.6.0_30 | |
vm_name: Java HotSpot(TM) 64-Bit Server VM | |
vm_version: 20.5-b03 | |
vm_vendor: Sun Microsystems Inc. | |
start_time: 1327501741520 | |
mem: { | |
heap_init: 256mb | |
heap_init_in_bytes: 268435456 | |
heap_max: 1019.8mb | |
heap_max_in_bytes: 1069416448 | |
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: 10.8.201.114 | |
name: bond0 | |
mac_address: 00:04:23:DD:30:B4 | |
} | |
} | |
transport: { | |
bound_address: inet[/0.0.0.0:9300] | |
publish_address: inet[/10.8.201.114:9300] | |
} | |
http: { | |
bound_address: inet[/0.0.0.0:9200] | |
publish_address: inet[/10.8.201.114:9200] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment