Issue
There are columns called load_1m, 5m, and 15m when searching for nodes in Elasticsearch.
Usually only one load is indicated, but is there any reason to divide it into three?
Solution
It is average of performance load for specific time period. You can refer this documentation.
Below is what mentioned in Elasticsarch documentation:
load_1m: Most recent load average, such as 0.22.
load_5m: Load average for the last five minutes, such as 0.78.
load_15m: Load average for the last fifteen minutes, such as 1.24.
Answered By - Sagar Patel Answer Checked By - Senaida (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.