我使用kopf插件来实现elasticsearch。集群页面节点内有加载栏。此加载栏显示的是整个服务器加载还是elasticsearch加载?
enter image description here谢谢
发布于 2016-07-07 15:46:39
负载来自整个服务器。
node-progress-bar" title="1min avg: {{node.load_average | number:2}}"
this.load_average = getProperty(this.stats, 'os.load_average');
根据the documentation的说法,os.load_average来自操作系统:
可以设置os标志来检索与操作系统相关的统计信息:
https://stackoverflow.com/questions/38237659
复制相似问题