PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, October 25, 2022

[FIXED] Why does it show load_1m, 5m, 15m when looking up nodes in Elasticsearch?

 October 25, 2022     elasticsearch     No comments   

Issue

enter image description here

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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing