Advertisement
Guest User

elasticsearch JVM stats

a guest
Aug 15th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 21.31 KB | None | 0 0
  1. {
  2.     "_nodes": {
  3.         "total": 11,
  4.         "successful": 11,
  5.         "failed": 0
  6.     },
  7.     "cluster_name": "cluster",
  8.     "nodes": {
  9.         "2UJOcybtQkaR6_yfnCHOVA": {
  10.             "timestamp": 1565907768570,
  11.             "name": "cluster-master000002",
  12.             "transport_address": "",
  13.             "host": "",
  14.             "ip": "",
  15.             "roles": ["master"],
  16.             "attributes": {
  17.                 "ml.machine_memory": "4112977920",
  18.                 "ml.max_open_jobs": "20",
  19.                 "xpack.installed": "true",
  20.                 "ml.enabled": "true"
  21.             },
  22.             "jvm": {
  23.                 "timestamp": 1565907768571,
  24.                 "uptime_in_millis": 92455101,
  25.                 "mem": {
  26.                     "heap_used_in_bytes": 165102328,
  27.                     "heap_used_percent": 15,
  28.                     "heap_committed_in_bytes": 1056309248,
  29.                     "heap_max_in_bytes": 1056309248,
  30.                     "non_heap_used_in_bytes": 107242928,
  31.                     "non_heap_committed_in_bytes": 116482048,
  32.                     "pools": {
  33.                         "young": {
  34.                             "used_in_bytes": 19799376,
  35.                             "max_in_bytes": 139591680,
  36.                             "peak_used_in_bytes": 139591680,
  37.                             "peak_max_in_bytes": 139591680
  38.                         },
  39.                         "survivor": {
  40.                             "used_in_bytes": 149040,
  41.                             "max_in_bytes": 17432576,
  42.                             "peak_used_in_bytes": 17432576,
  43.                             "peak_max_in_bytes": 17432576
  44.                         },
  45.                         "old": {
  46.                             "used_in_bytes": 145153912,
  47.                             "max_in_bytes": 899284992,
  48.                             "peak_used_in_bytes": 145153912,
  49.                             "peak_max_in_bytes": 899284992
  50.                         }
  51.                     }
  52.                 },
  53.                 "threads": {
  54.                     "count": 28,
  55.                     "peak_count": 36
  56.                 },
  57.                 "gc": {
  58.                     "collectors": {
  59.                         "young": {
  60.                             "collection_count": 204,
  61.                             "collection_time_in_millis": 2910
  62.                         },
  63.                         "old": {
  64.                             "collection_count": 2,
  65.                             "collection_time_in_millis": 221
  66.                         }
  67.                     }
  68.                 },
  69.                 "buffer_pools": {
  70.                     "direct": {
  71.                         "count": 15,
  72.                         "used_in_bytes": 67419524,
  73.                         "total_capacity_in_bytes": 67419523
  74.                     },
  75.                     "mapped": {
  76.                         "count": 0,
  77.                         "used_in_bytes": 0,
  78.                         "total_capacity_in_bytes": 0
  79.                     }
  80.                 },
  81.                 "classes": {
  82.                     "current_loaded_count": 14570,
  83.                     "total_loaded_count": 14570,
  84.                     "total_unloaded_count": 0
  85.                 }
  86.             }
  87.         },
  88.         "dxzGoCBOQcqUxNbn7-MwKg": {
  89.             "timestamp": 1565907768572,
  90.             "name": "cluster-data000000",
  91.             "transport_address": "",
  92.             "host": "",
  93.             "ip": "",
  94.             "roles": ["data", "ingest"],
  95.             "attributes": {
  96.                 "ml.machine_memory": "14682624000",
  97.                 "ml.max_open_jobs": "20",
  98.                 "xpack.installed": "true",
  99.                 "ml.enabled": "true"
  100.             },
  101.             "jvm": {
  102.                 "timestamp": 1565907768572,
  103.                 "uptime_in_millis": 92482501,
  104.                 "mem": {
  105.                     "heap_used_in_bytes": 449412672,
  106.                     "heap_used_percent": 43,
  107.                     "heap_committed_in_bytes": 1038876672,
  108.                     "heap_max_in_bytes": 1038876672,
  109.                     "non_heap_used_in_bytes": 135163448,
  110.                     "non_heap_committed_in_bytes": 145752064,
  111.                     "pools": {
  112.                         "young": {
  113.                             "used_in_bytes": 206570752,
  114.                             "max_in_bytes": 279183360,
  115.                             "peak_used_in_bytes": 279183360,
  116.                             "peak_max_in_bytes": 279183360
  117.                         },
  118.                         "survivor": {
  119.                             "used_in_bytes": 213416,
  120.                             "max_in_bytes": 34865152,
  121.                             "peak_used_in_bytes": 34865136,
  122.                             "peak_max_in_bytes": 34865152
  123.                         },
  124.                         "old": {
  125.                             "used_in_bytes": 242628504,
  126.                             "max_in_bytes": 724828160,
  127.                             "peak_used_in_bytes": 242628504,
  128.                             "peak_max_in_bytes": 724828160
  129.                         }
  130.                     }
  131.                 },
  132.                 "threads": {
  133.                     "count": 57,
  134.                     "peak_count": 61
  135.                 },
  136.                 "gc": {
  137.                     "collectors": {
  138.                         "young": {
  139.                             "collection_count": 144,
  140.                             "collection_time_in_millis": 1020
  141.                         },
  142.                         "old": {
  143.                             "collection_count": 2,
  144.                             "collection_time_in_millis": 114
  145.                         }
  146.                     }
  147.                 },
  148.                 "buffer_pools": {
  149.                     "direct": {
  150.                         "count": 39,
  151.                         "used_in_bytes": 134984601,
  152.                         "total_capacity_in_bytes": 134984600
  153.                     },
  154.                     "mapped": {
  155.                         "count": 158,
  156.                         "used_in_bytes": 95198683,
  157.                         "total_capacity_in_bytes": 95198683
  158.                     }
  159.                 },
  160.                 "classes": {
  161.                     "current_loaded_count": 16073,
  162.                     "total_loaded_count": 16073,
  163.                     "total_unloaded_count": 0
  164.                 }
  165.             }
  166.         },
  167.         "kdR2sTCTRNyK45XpkRpSEA": {
  168.             "timestamp": 1565907768571,
  169.             "name": "cluster-data000002",
  170.             "transport_address": "",
  171.             "host": "",
  172.             "ip": "",
  173.             "roles": ["data", "ingest"],
  174.             "attributes": {
  175.                 "ml.machine_memory": "14682624000",
  176.                 "ml.max_open_jobs": "20",
  177.                 "xpack.installed": "true",
  178.                 "ml.enabled": "true"
  179.             },
  180.             "jvm": {
  181.                 "timestamp": 1565907768571,
  182.                 "uptime_in_millis": 92485807,
  183.                 "mem": {
  184.                     "heap_used_in_bytes": 290263184,
  185.                     "heap_used_percent": 27,
  186.                     "heap_committed_in_bytes": 1038876672,
  187.                     "heap_max_in_bytes": 1038876672,
  188.                     "non_heap_used_in_bytes": 135832056,
  189.                     "non_heap_committed_in_bytes": 146821120,
  190.                     "pools": {
  191.                         "young": {
  192.                             "used_in_bytes": 51149368,
  193.                             "max_in_bytes": 279183360,
  194.                             "peak_used_in_bytes": 279183360,
  195.                             "peak_max_in_bytes": 279183360
  196.                         },
  197.                         "survivor": {
  198.                             "used_in_bytes": 111696,
  199.                             "max_in_bytes": 34865152,
  200.                             "peak_used_in_bytes": 34865136,
  201.                             "peak_max_in_bytes": 34865152
  202.                         },
  203.                         "old": {
  204.                             "used_in_bytes": 239002120,
  205.                             "max_in_bytes": 724828160,
  206.                             "peak_used_in_bytes": 239002120,
  207.                             "peak_max_in_bytes": 724828160
  208.                         }
  209.                     }
  210.                 },
  211.                 "threads": {
  212.                     "count": 57,
  213.                     "peak_count": 61
  214.                 },
  215.                 "gc": {
  216.                     "collectors": {
  217.                         "young": {
  218.                             "collection_count": 144,
  219.                             "collection_time_in_millis": 1005
  220.                         },
  221.                         "old": {
  222.                             "collection_count": 2,
  223.                             "collection_time_in_millis": 86
  224.                         }
  225.                     }
  226.                 },
  227.                 "buffer_pools": {
  228.                     "direct": {
  229.                         "count": 39,
  230.                         "used_in_bytes": 134982528,
  231.                         "total_capacity_in_bytes": 134982527
  232.                     },
  233.                     "mapped": {
  234.                         "count": 160,
  235.                         "used_in_bytes": 95712910,
  236.                         "total_capacity_in_bytes": 95712910
  237.                     }
  238.                 },
  239.                 "classes": {
  240.                     "current_loaded_count": 16063,
  241.                     "total_loaded_count": 16063,
  242.                     "total_unloaded_count": 0
  243.                 }
  244.             }
  245.         },
  246.         "3dMlZSOsSmiI-2zLj6115w": {
  247.             "timestamp": 1565907768573,
  248.             "name": "cluster-master000003",
  249.             "transport_address": "",
  250.             "host": "",
  251.             "ip": "",
  252.             "roles": ["master"],
  253.             "attributes": {
  254.                 "ml.machine_memory": "4112973824",
  255.                 "ml.max_open_jobs": "20",
  256.                 "xpack.installed": "true",
  257.                 "ml.enabled": "true"
  258.             },
  259.             "jvm": {
  260.                 "timestamp": 1565907768573,
  261.                 "uptime_in_millis": 92465384,
  262.                 "mem": {
  263.                     "heap_used_in_bytes": 268989152,
  264.                     "heap_used_percent": 25,
  265.                     "heap_committed_in_bytes": 1056309248,
  266.                     "heap_max_in_bytes": 1056309248,
  267.                     "non_heap_used_in_bytes": 96299736,
  268.                     "non_heap_committed_in_bytes": 104734720,
  269.                     "pools": {
  270.                         "young": {
  271.                             "used_in_bytes": 135704160,
  272.                             "max_in_bytes": 139591680,
  273.                             "peak_used_in_bytes": 139591680,
  274.                             "peak_max_in_bytes": 139591680
  275.                         },
  276.                         "survivor": {
  277.                             "used_in_bytes": 14448,
  278.                             "max_in_bytes": 17432576,
  279.                             "peak_used_in_bytes": 17432576,
  280.                             "peak_max_in_bytes": 17432576
  281.                         },
  282.                         "old": {
  283.                             "used_in_bytes": 133270544,
  284.                             "max_in_bytes": 899284992,
  285.                             "peak_used_in_bytes": 133270544,
  286.                             "peak_max_in_bytes": 899284992
  287.                         }
  288.                     }
  289.                 },
  290.                 "threads": {
  291.                     "count": 28,
  292.                     "peak_count": 35
  293.                 },
  294.                 "gc": {
  295.                     "collectors": {
  296.                         "young": {
  297.                             "collection_count": 120,
  298.                             "collection_time_in_millis": 2596
  299.                         },
  300.                         "old": {
  301.                             "collection_count": 2,
  302.                             "collection_time_in_millis": 189
  303.                         }
  304.                     }
  305.                 },
  306.                 "buffer_pools": {
  307.                     "direct": {
  308.                         "count": 16,
  309.                         "used_in_bytes": 67427703,
  310.                         "total_capacity_in_bytes": 67427702
  311.                     },
  312.                     "mapped": {
  313.                         "count": 0,
  314.                         "used_in_bytes": 0,
  315.                         "total_capacity_in_bytes": 0
  316.                     }
  317.                 },
  318.                 "classes": {
  319.                     "current_loaded_count": 13913,
  320.                     "total_loaded_count": 13913,
  321.                     "total_unloaded_count": 0
  322.                 }
  323.             }
  324.         },
  325.         "xRQIkc8UQySfEz-GNWLTNA": {
  326.             "timestamp": 1565907768570,
  327.             "name": "cluster-client000000",
  328.             "transport_address": "",
  329.             "host": "",
  330.             "ip": "",
  331.             "roles": [],
  332.             "attributes": {
  333.                 "ml.machine_memory": "4112973824",
  334.                 "ml.max_open_jobs": "20",
  335.                 "xpack.installed": "true",
  336.                 "ml.enabled": "true"
  337.             },
  338.             "jvm": {
  339.                 "timestamp": 1565907768570,
  340.                 "uptime_in_millis": 92472321,
  341.                 "mem": {
  342.                     "heap_used_in_bytes": 202090912,
  343.                     "heap_used_percent": 19,
  344.                     "heap_committed_in_bytes": 1056309248,
  345.                     "heap_max_in_bytes": 1056309248,
  346.                     "non_heap_used_in_bytes": 114651088,
  347.                     "non_heap_committed_in_bytes": 124252160,
  348.                     "pools": {
  349.                         "young": {
  350.                             "used_in_bytes": 66198056,
  351.                             "max_in_bytes": 139591680,
  352.                             "peak_used_in_bytes": 139591680,
  353.                             "peak_max_in_bytes": 139591680
  354.                         },
  355.                         "survivor": {
  356.                             "used_in_bytes": 1060912,
  357.                             "max_in_bytes": 17432576,
  358.                             "peak_used_in_bytes": 17432576,
  359.                             "peak_max_in_bytes": 17432576
  360.                         },
  361.                         "old": {
  362.                             "used_in_bytes": 134831944,
  363.                             "max_in_bytes": 899284992,
  364.                             "peak_used_in_bytes": 139827848,
  365.                             "peak_max_in_bytes": 899284992
  366.                         }
  367.                     }
  368.                 },
  369.                 "threads": {
  370.                     "count": 35,
  371.                     "peak_count": 35
  372.                 },
  373.                 "gc": {
  374.                     "collectors": {
  375.                         "young": {
  376.                             "collection_count": 1055,
  377.                             "collection_time_in_millis": 15167
  378.                         },
  379.                         "old": {
  380.                             "collection_count": 3,
  381.                             "collection_time_in_millis": 749
  382.                         }
  383.                     }
  384.                 },
  385.                 "buffer_pools": {
  386.                     "direct": {
  387.                         "count": 20,
  388.                         "used_in_bytes": 67674120,
  389.                         "total_capacity_in_bytes": 67674119
  390.                     },
  391.                     "mapped": {
  392.                         "count": 0,
  393.                         "used_in_bytes": 0,
  394.                         "total_capacity_in_bytes": 0
  395.                     }
  396.                 },
  397.                 "classes": {
  398.                     "current_loaded_count": 14591,
  399.                     "total_loaded_count": 14646,
  400.                     "total_unloaded_count": 55
  401.                 }
  402.             }
  403.         },
  404.         "5qprTYpqTLq2Aq9HY3WQ5A": {
  405.             "timestamp": 1565907768572,
  406.             "name": "cluster-data000003",
  407.             "transport_address": "0",
  408.             "host": "",
  409.             "ip": "",
  410.             "roles": ["data", "ingest"],
  411.             "attributes": {
  412.                 "ml.machine_memory": "14682624000",
  413.                 "ml.max_open_jobs": "20",
  414.                 "xpack.installed": "true",
  415.                 "ml.enabled": "true"
  416.             },
  417.             "jvm": {
  418.                 "timestamp": 1565907768572,
  419.                 "uptime_in_millis": 92485220,
  420.                 "mem": {
  421.                     "heap_used_in_bytes": 312675016,
  422.                     "heap_used_percent": 30,
  423.                     "heap_committed_in_bytes": 1038876672,
  424.                     "heap_max_in_bytes": 1038876672,
  425.                     "non_heap_used_in_bytes": 137065624,
  426.                     "non_heap_committed_in_bytes": 147582976,
  427.                     "pools": {
  428.                         "young": {
  429.                             "used_in_bytes": 64765264,
  430.                             "max_in_bytes": 279183360,
  431.                             "peak_used_in_bytes": 279183360,
  432.                             "peak_max_in_bytes": 279183360
  433.                         },
  434.                         "survivor": {
  435.                             "used_in_bytes": 138944,
  436.                             "max_in_bytes": 34865152,
  437.                             "peak_used_in_bytes": 34865152,
  438.                             "peak_max_in_bytes": 34865152
  439.                         },
  440.                         "old": {
  441.                             "used_in_bytes": 247770808,
  442.                             "max_in_bytes": 724828160,
  443.                             "peak_used_in_bytes": 247770808,
  444.                             "peak_max_in_bytes": 724828160
  445.                         }
  446.                     }
  447.                 },
  448.                 "threads": {
  449.                     "count": 54,
  450.                     "peak_count": 59
  451.                 },
  452.                 "gc": {
  453.                     "collectors": {
  454.                         "young": {
  455.                             "collection_count": 181,
  456.                             "collection_time_in_millis": 1038
  457.                         },
  458.                         "old": {
  459.                             "collection_count": 2,
  460.                             "collection_time_in_millis": 76
  461.                         }
  462.                     }
  463.                 },
  464.                 "buffer_pools": {
  465.                     "direct": {
  466.                         "count": 39,
  467.                         "used_in_bytes": 134976569,
  468.                         "total_capacity_in_bytes": 134976568
  469.                     },
  470.                     "mapped": {
  471.                         "count": 187,
  472.                         "used_in_bytes": 117562678,
  473.                         "total_capacity_in_bytes": 117562678
  474.                     }
  475.                 },
  476.                 "classes": {
  477.                     "current_loaded_count": 16082,
  478.                     "total_loaded_count": 16082,
  479.                     "total_unloaded_count": 0
  480.                 }
  481.             }
  482.         },
  483.         "AuiIF8qPT8aHCYae_oHSvg": {
  484.             "timestamp": 1565907768572,
  485.             "name": "cluster-client000002",
  486.             "transport_address": "",
  487.             "host": "",
  488.             "ip": "",
  489.             "roles": [],
  490.             "attributes": {
  491.                 "ml.machine_memory": "4112977920",
  492.                 "ml.max_open_jobs": "20",
  493.                 "xpack.installed": "true",
  494.                 "ml.enabled": "true"
  495.             },
  496.             "jvm": {
  497.                 "timestamp": 1565907768572,
  498.                 "uptime_in_millis": 92483459,
  499.                 "mem": {
  500.                     "heap_used_in_bytes": 208105576,
  501.                     "heap_used_percent": 19,
  502.                     "heap_committed_in_bytes": 1056309248,
  503.                     "heap_max_in_bytes": 1056309248,
  504.                     "non_heap_used_in_bytes": 112539440,
  505.                     "non_heap_committed_in_bytes": 122294272,
  506.                     "pools": {
  507.                         "young": {
  508.                             "used_in_bytes": 69217224,
  509.                             "max_in_bytes": 139591680,
  510.                             "peak_used_in_bytes": 139591680,
  511.                             "peak_max_in_bytes": 139591680
  512.                         },
  513.                         "survivor": {
  514.                             "used_in_bytes": 759352,
  515.                             "max_in_bytes": 17432576,
  516.                             "peak_used_in_bytes": 17432576,
  517.                             "peak_max_in_bytes": 17432576
  518.                         },
  519.                         "old": {
  520.                             "used_in_bytes": 138129000,
  521.                             "max_in_bytes": 899284992,
  522.                             "peak_used_in_bytes": 147645544,
  523.                             "peak_max_in_bytes": 899284992
  524.                         }
  525.                     }
  526.                 },
  527.                 "threads": {
  528.                     "count": 38,
  529.                     "peak_count": 38
  530.                 },
  531.                 "gc": {
  532.                     "collectors": {
  533.                         "young": {
  534.                             "collection_count": 1042,
  535.                             "collection_time_in_millis": 18202
  536.                         },
  537.                         "old": {
  538.                             "collection_count": 3,
  539.                             "collection_time_in_millis": 600
  540.                         }
  541.                     }
  542.                 },
  543.                 "buffer_pools": {
  544.                     "direct": {
  545.                         "count": 20,
  546.                         "used_in_bytes": 67674120,
  547.                         "total_capacity_in_bytes": 67674119
  548.                     },
  549.                     "mapped": {
  550.                         "count": 0,
  551.                         "used_in_bytes": 0,
  552.                         "total_capacity_in_bytes": 0
  553.                     }
  554.                 },
  555.                 "classes": {
  556.                     "current_loaded_count": 14660,
  557.                     "total_loaded_count": 14663,
  558.                     "total_unloaded_count": 3
  559.                 }
  560.             }
  561.         },
  562.         "_zV3jmThRjKZzX1ROu8wSg": {
  563.             "timestamp": 1565907768569,
  564.             "name": "cluster-client000001",
  565.             "transport_address": "",
  566.             "host": "",
  567.             "ip": "",
  568.             "roles": [],
  569.             "attributes": {
  570.                 "ml.machine_memory": "4112973824",
  571.                 "xpack.installed": "true",
  572.                 "ml.max_open_jobs": "20",
  573.                 "ml.enabled": "true"
  574.             },
  575.             "jvm": {
  576.                 "timestamp": 1565907768569,
  577.                 "uptime_in_millis": 92466098,
  578.                 "mem": {
  579.                     "heap_used_in_bytes": 177680808,
  580.                     "heap_used_percent": 16,
  581.                     "heap_committed_in_bytes": 1056309248,
  582.                     "heap_max_in_bytes": 1056309248,
  583.                     "non_heap_used_in_bytes": 116536968,
  584.                     "non_heap_committed_in_bytes": 126676992,
  585.                     "pools": {
  586.                         "young": {
  587.                             "used_in_bytes": 36983064,
  588.                             "max_in_bytes": 139591680,
  589.                             "peak_used_in_bytes": 139591680,
  590.                             "peak_max_in_bytes": 139591680
  591.                         },
  592.                         "survivor": {
  593.                             "used_in_bytes": 881256,
  594.                             "max_in_bytes": 17432576,
  595.                             "peak_used_in_bytes": 17432576,
  596.                             "peak_max_in_bytes": 17432576
  597.                         },
  598.                         "old": {
  599.                             "used_in_bytes": 139816488,
  600.                             "max_in_bytes": 899284992,
  601.                             "peak_used_in_bytes": 139816488,
  602.                             "peak_max_in_bytes": 899284992
  603.                         }
  604.                     }
  605.                 },
  606.                 "threads": {
  607.                     "count": 35,
  608.                     "peak_count": 35
  609.                 },
  610.                 "gc": {
  611.                     "collectors": {
  612.                         "young": {
  613.                             "collection_count": 1059,
  614.                             "collection_time_in_millis": 14878
  615.                         },
  616.                         "old": {
  617.                             "collection_count": 2,
  618.                             "collection_time_in_millis": 360
  619.                         }
  620.                     }
  621.                 },
  622.                 "buffer_pools": {
  623.                     "direct": {
  624.                         "count": 21,
  625.                         "used_in_bytes": 67682312,
  626.                         "total_capacity_in_bytes": 67682311
  627.                     },
  628.                     "mapped": {
  629.                         "count": 0,
  630.                         "used_in_bytes": 0,
  631.                         "total_capacity_in_bytes": 0
  632.                     }
  633.                 },
  634.                 "classes": {
  635.                     "current_loaded_count": 14713,
  636.                     "total_loaded_count": 14713,
  637.                     "total_unloaded_count": 0
  638.                 }
  639.             }
  640.         },
  641.         "R7Jh_t8KQm68-lEA9EIGag": {
  642.             "timestamp": 1565907768571,
  643.             "name": "cluster-master000001",
  644.             "transport_address": "",
  645.             "host": "",
  646.             "ip": "",
  647.             "roles": ["master"],
  648.             "attributes": {
  649.                 "ml.machine_memory": "4112977920",
  650.                 "ml.max_open_jobs": "20",
  651.                 "xpack.installed": "true",
  652.                 "ml.enabled": "true"
  653.             },
  654.             "jvm": {
  655.                 "timestamp": 1565907768571,
  656.                 "uptime_in_millis": 92469126,
  657.                 "mem": {
  658.                     "heap_used_in_bytes": 204434568,
  659.                     "heap_used_percent": 19,
  660.                     "heap_committed_in_bytes": 1056309248,
  661.                     "heap_max_in_bytes": 1056309248,
  662.                     "non_heap_used_in_bytes": 96211032,
  663.                     "non_heap_committed_in_bytes": 104603648,
  664.                     "pools": {
  665.                         "young": {
  666.                             "used_in_bytes": 66605248,
  667.                             "max_in_bytes": 139591680,
  668.                             "peak_used_in_bytes": 139591680,
  669.                             "peak_max_in_bytes": 139591680
  670.                         },
  671.                         "survivor": {
  672.                             "used_in_bytes": 12384,
  673.                             "max_in_bytes": 17432576,
  674.                             "peak_used_in_bytes": 17432576,
  675.                             "peak_max_in_bytes": 17432576
  676.                         },
  677.                         "old": {
  678.                             "used_in_bytes": 137816936,
  679.                             "max_in_bytes": 899284992,
  680.                             "peak_used_in_bytes": 137816936,
  681.                             "peak_max_in_bytes": 899284992
  682.                         }
  683.                     }
  684.                 },
  685.                 "threads": {
  686.                     "count": 31,
  687.                     "peak_count": 41
  688.                 },
  689.                 "gc": {
  690.                     "collectors": {
  691.                         "young": {
  692.                             "collection_count": 121,
  693.                             "collection_time_in_millis": 1856
  694.                         },
  695.                         "old": {
  696.                             "collection_count": 2,
  697.                             "collection_time_in_millis": 127
  698.                         }
  699.                     }
  700.                 },
  701.                 "buffer_pools": {
  702.                     "direct": {
  703.                         "count": 16,
  704.                         "used_in_bytes": 67427727,
  705.                         "total_capacity_in_bytes": 67427726
  706.                     },
  707.                     "mapped": {
  708.                         "count": 0,
  709.                         "used_in_bytes": 0,
  710.                         "total_capacity_in_bytes": 0
  711.                     }
  712.                 },
  713.                 "classes": {
  714.                     "current_loaded_count": 13905,
  715.                     "total_loaded_count": 13905,
  716.                     "total_unloaded_count": 0
  717.                 }
  718.             }
  719.         },
  720.         "dGzXCSxcQmemS0EGmdzdzA": {
  721.             "timestamp": 1565907768573,
  722.             "name": "cluster-data000001",
  723.             "transport_address": "",
  724.             "host": "",
  725.             "ip": "",
  726.             "roles": ["data", "ingest"],
  727.             "attributes": {
  728.                 "ml.machine_memory": "14682624000",
  729.                 "ml.max_open_jobs": "20",
  730.                 "xpack.installed": "true",
  731.                 "ml.enabled": "true"
  732.             },
  733.             "jvm": {
  734.                 "timestamp": 1565907768573,
  735.                 "uptime_in_millis": 92464837,
  736.                 "mem": {
  737.                     "heap_used_in_bytes": 273811456,
  738.                     "heap_used_percent": 26,
  739.                     "heap_committed_in_bytes": 1038876672,
  740.                     "heap_max_in_bytes": 1038876672,
  741.                     "non_heap_used_in_bytes": 135770248,
  742.                     "non_heap_committed_in_bytes": 146227200,
  743.                     "pools": {
  744.                         "young": {
  745.                             "used_in_bytes": 32142320,
  746.                             "max_in_bytes": 279183360,
  747.                             "peak_used_in_bytes": 279183360,
  748.                             "peak_max_in_bytes": 279183360
  749.                         },
  750.                         "survivor": {
  751.                             "used_in_bytes": 137192,
  752.                             "max_in_bytes": 34865152,
  753.                             "peak_used_in_bytes": 34865136,
  754.                             "peak_max_in_bytes": 34865152
  755.                         },
  756.                         "old": {
  757.                             "used_in_bytes": 241531944,
  758.                             "max_in_bytes": 724828160,
  759.                             "peak_used_in_bytes": 241531944,
  760.                             "peak_max_in_bytes": 724828160
  761.                         }
  762.                     }
  763.                 },
  764.                 "threads": {
  765.                     "count": 52,
  766.                     "peak_count": 57
  767.                 },
  768.                 "gc": {
  769.                     "collectors": {
  770.                         "young": {
  771.                             "collection_count": 181,
  772.                             "collection_time_in_millis": 1125
  773.                         },
  774.                         "old": {
  775.                             "collection_count": 2,
  776.                             "collection_time_in_millis": 65
  777.                         }
  778.                     }
  779.                 },
  780.                 "buffer_pools": {
  781.                     "direct": {
  782.                         "count": 42,
  783.                         "used_in_bytes": 134922859,
  784.                         "total_capacity_in_bytes": 134922858
  785.                     },
  786.                     "mapped": {
  787.                         "count": 181,
  788.                         "used_in_bytes": 118289981,
  789.                         "total_capacity_in_bytes": 118289981
  790.                     }
  791.                 },
  792.                 "classes": {
  793.                     "current_loaded_count": 16044,
  794.                     "total_loaded_count": 16044,
  795.                     "total_unloaded_count": 0
  796.                 }
  797.             }
  798.         },
  799.         "vNi1MEs0QmeY4sRO-d2cXw": {
  800.             "timestamp": 1565907768572,
  801.             "name": "cluster-master000000",
  802.             "transport_address": "",
  803.             "host": "",
  804.             "ip": "",
  805.             "roles": ["master"],
  806.             "attributes": {
  807.                 "ml.machine_memory": "4112973824",
  808.                 "ml.max_open_jobs": "20",
  809.                 "xpack.installed": "true",
  810.                 "ml.enabled": "true"
  811.             },
  812.             "jvm": {
  813.                 "timestamp": 1565907768572,
  814.                 "uptime_in_millis": 92450408,
  815.                 "mem": {
  816.                     "heap_used_in_bytes": 274803232,
  817.                     "heap_used_percent": 26,
  818.                     "heap_committed_in_bytes": 1056309248,
  819.                     "heap_max_in_bytes": 1056309248,
  820.                     "non_heap_used_in_bytes": 96541064,
  821.                     "non_heap_committed_in_bytes": 105050112,
  822.                     "pools": {
  823.                         "young": {
  824.                             "used_in_bytes": 129828440,
  825.                             "max_in_bytes": 139591680,
  826.                             "peak_used_in_bytes": 139591680,
  827.                             "peak_max_in_bytes": 139591680
  828.                         },
  829.                         "survivor": {
  830.                             "used_in_bytes": 12384,
  831.                             "max_in_bytes": 17432576,
  832.                             "peak_used_in_bytes": 17432576,
  833.                             "peak_max_in_bytes": 17432576
  834.                         },
  835.                         "old": {
  836.                             "used_in_bytes": 144962408,
  837.                             "max_in_bytes": 899284992,
  838.                             "peak_used_in_bytes": 144962408,
  839.                             "peak_max_in_bytes": 899284992
  840.                         }
  841.                     }
  842.                 },
  843.                 "threads": {
  844.                     "count": 27,
  845.                     "peak_count": 36
  846.                 },
  847.                 "gc": {
  848.                     "collectors": {
  849.                         "young": {
  850.                             "collection_count": 120,
  851.                             "collection_time_in_millis": 2281
  852.                         },
  853.                         "old": {
  854.                             "collection_count": 2,
  855.                             "collection_time_in_millis": 217
  856.                         }
  857.                     }
  858.                 },
  859.                 "buffer_pools": {
  860.                     "direct": {
  861.                         "count": 16,
  862.                         "used_in_bytes": 67427714,
  863.                         "total_capacity_in_bytes": 67427713
  864.                     },
  865.                     "mapped": {
  866.                         "count": 0,
  867.                         "used_in_bytes": 0,
  868.                         "total_capacity_in_bytes": 0
  869.                     }
  870.                 },
  871.                 "classes": {
  872.                     "current_loaded_count": 13893,
  873.                     "total_loaded_count": 13893,
  874.                     "total_unloaded_count": 0
  875.                 }
  876.             }
  877.         }
  878.     }
  879. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement