luozenglin opened a new issue #6068: URL: https://github.com/apache/incubator-doris/issues/6068
**Describe the solution you'd like** Linux load averages are "system load averages" that show the running thread (task) demand on the system as an average number of running plus waiting threads. It show three averages, for 1, 5, and 15 minutes. Some interpretations: If the averages are 0.0, then your system is idle. If the 1 minute average is higher than the 5 or 15 minute averages, then load is increasing. If the 1 minute average is lower than the 5 or 15 minute averages, then load is decreasing. If they are higher than your CPU count, then you might have a performance problem (it depends). **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
