基于机器学习技术的ALICE O2测井系统计算资源估计

Juthaporn Vipatpakpaiboon, V. C. Barroso, K. Akkarajitsakul
{"title":"基于机器学习技术的ALICE O2测井系统计算资源估计","authors":"Juthaporn Vipatpakpaiboon, V. C. Barroso, K. Akkarajitsakul","doi":"10.1145/3468784.3468786","DOIUrl":null,"url":null,"abstract":"Resource estimation is a technique used to estimate computing resources of a system based on historical data and make the system more efficient. There are many researchers who apply machine learning to estimate the computing resources and fulfill their problems. The European Organization for Nuclear Research (CERN) is currently developing a new logging system for A Large Ion Collider Experiment detector (ALICE) based on the Elastic Logstash Kibana (ELK) software stack. Beat which is a data shipper installed on the First Level Processor (FLP) nodes will receive the log data and transfer these to Logstash, a data preprocessing pipeline. It ingests the data and sends the ingested data to Elasticsearch which is a search and analytics engine. The difficulty of this work is about how to handle the large cluster which in future, the number of nodes may increase or decrease, and the number of services in the machine likewise. To make the system more reliable and adaptable to change, a regression model can be used to estimate and plan the number of resources for Logstash. In this paper, we use Metricbeat to get the historical computing metrics of machines from Logstash. In order to find an appropriate regression model, we applied different machine learning algorithms including random forest regression, multiple linear regression, and multi-layer perceptron. The efficiency of these models is measured and compared using coefficient of determination, mean absolute error (MAE)and mean squared error (MSE). The experimental results show that our random forest regression model can outperform the others in both the tuned and not tuned models for estimating CPU, memory and disk space. However, in terms of the training time, the multiple linear regression model spends less time due to the lower number of parameters and lower complexity of the model.","PeriodicalId":341589,"journal":{"name":"The 12th International Conference on Advances in Information Technology","volume":"443 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2021-06-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Computing Resource Estimation by using Machine Learning Techniques for ALICE O2 Logging System\",\"authors\":\"Juthaporn Vipatpakpaiboon, V. C. Barroso, K. Akkarajitsakul\",\"doi\":\"10.1145/3468784.3468786\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Resource estimation is a technique used to estimate computing resources of a system based on historical data and make the system more efficient. There are many researchers who apply machine learning to estimate the computing resources and fulfill their problems. The European Organization for Nuclear Research (CERN) is currently developing a new logging system for A Large Ion Collider Experiment detector (ALICE) based on the Elastic Logstash Kibana (ELK) software stack. Beat which is a data shipper installed on the First Level Processor (FLP) nodes will receive the log data and transfer these to Logstash, a data preprocessing pipeline. It ingests the data and sends the ingested data to Elasticsearch which is a search and analytics engine. The difficulty of this work is about how to handle the large cluster which in future, the number of nodes may increase or decrease, and the number of services in the machine likewise. To make the system more reliable and adaptable to change, a regression model can be used to estimate and plan the number of resources for Logstash. In this paper, we use Metricbeat to get the historical computing metrics of machines from Logstash. In order to find an appropriate regression model, we applied different machine learning algorithms including random forest regression, multiple linear regression, and multi-layer perceptron. The efficiency of these models is measured and compared using coefficient of determination, mean absolute error (MAE)and mean squared error (MSE). The experimental results show that our random forest regression model can outperform the others in both the tuned and not tuned models for estimating CPU, memory and disk space. However, in terms of the training time, the multiple linear regression model spends less time due to the lower number of parameters and lower complexity of the model.\",\"PeriodicalId\":341589,\"journal\":{\"name\":\"The 12th International Conference on Advances in Information Technology\",\"volume\":\"443 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2021-06-29\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"The 12th International Conference on Advances in Information Technology\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1145/3468784.3468786\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"The 12th International Conference on Advances in Information Technology","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1145/3468784.3468786","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0

摘要

资源估计是一种基于历史数据对系统的计算资源进行估计,从而提高系统运行效率的技术。有许多研究人员应用机器学习来估计计算资源并解决他们的问题。欧洲核子研究组织(CERN)目前正在基于Elastic Logstash Kibana (ELK)软件栈为大型离子对撞机实验探测器(ALICE)开发一种新的日志记录系统。Beat是安装在第一层处理器(First Level Processor, FLP)节点上的数据传送器,它将接收日志数据并将其传输到数据预处理管道Logstash。它摄取数据并将摄取的数据发送给Elasticsearch,这是一个搜索和分析引擎。这项工作的难点在于如何处理未来可能增加或减少节点数量和机器中服务数量的大型集群。为了使系统更加可靠和适应更改,可以使用回归模型来估计和规划Logstash的资源数量。在本文中,我们使用Metricbeat从Logstash中获取机器的历史计算指标。为了找到合适的回归模型,我们应用了不同的机器学习算法,包括随机森林回归、多元线性回归和多层感知器。使用决定系数、平均绝对误差(MAE)和均方误差(MSE)来衡量和比较这些模型的效率。实验结果表明,我们的随机森林回归模型在估计CPU、内存和磁盘空间方面,无论是调优模型还是未调优模型都优于其他模型。但在训练时间上,多元线性回归模型由于参数数量较少,模型复杂度较低,所花费的时间较少。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Computing Resource Estimation by using Machine Learning Techniques for ALICE O2 Logging System
Resource estimation is a technique used to estimate computing resources of a system based on historical data and make the system more efficient. There are many researchers who apply machine learning to estimate the computing resources and fulfill their problems. The European Organization for Nuclear Research (CERN) is currently developing a new logging system for A Large Ion Collider Experiment detector (ALICE) based on the Elastic Logstash Kibana (ELK) software stack. Beat which is a data shipper installed on the First Level Processor (FLP) nodes will receive the log data and transfer these to Logstash, a data preprocessing pipeline. It ingests the data and sends the ingested data to Elasticsearch which is a search and analytics engine. The difficulty of this work is about how to handle the large cluster which in future, the number of nodes may increase or decrease, and the number of services in the machine likewise. To make the system more reliable and adaptable to change, a regression model can be used to estimate and plan the number of resources for Logstash. In this paper, we use Metricbeat to get the historical computing metrics of machines from Logstash. In order to find an appropriate regression model, we applied different machine learning algorithms including random forest regression, multiple linear regression, and multi-layer perceptron. The efficiency of these models is measured and compared using coefficient of determination, mean absolute error (MAE)and mean squared error (MSE). The experimental results show that our random forest regression model can outperform the others in both the tuned and not tuned models for estimating CPU, memory and disk space. However, in terms of the training time, the multiple linear regression model spends less time due to the lower number of parameters and lower complexity of the model.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信