elastic-node-stats
Get cluster node statuses from Elasticsearch.
elastic-node-stats [profile=PROFILE]
- profile=PROFILE
- Elasticsearch connect profile code
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| _time | Date | Time | |
| profile | String | Connect profile | Profile code of Elasticsearch |
| name | String | Name | |
| host | String | Host address | |
| uptime | Long | Uptime | In seconds |
| cpu_usage | Integer | CPU usage | Percent |
| mem_used | Long | Memory used | In bytes |
| mem_total | Long | Memory total | In bytes |
| swap_used | Long | Swap used | In bytes |
| swap_total | Long | Swap total | In bytes |
| disk_used | Long | Disk used | In bytes |
| disk_total | Long | Disk total | In bytes |
| heap_used | Long | Heap used | In bytes |
| heap_committed | Long | Heap committed | In bytes |
| heap_max | Long | Heap max | In bytes |
| non_heap_used | Long | Non heap used | In bytes |
| non_heap_committed | Long | Non heap committed | In bytes |
| thread_count | Integer | Thread count |