首页 > 最新文献

2018 IEEE/ACM 6th International Workshop on Green And Sustainable Software (GREENS)最新文献

英文 中文
EET: A Device to Support the Measurement of Software Consumption EET:一种支持测量软件消耗的设备
Javier Mancebo, Hector O. Arriaga, Félix García, M. A. Moraga, I. G. D. Guzmán, C. Calero
Society is becoming more and more aware of the importance of preserving the environment, and is therefore increasingly concerned about issues related to sustainability. Software development should not remain indifferent to the need to construct software products that contribute towards sustainability, both during their creation and throughout their use. However, one of the main gaps is the difficulty of measuring the energy consumption when software is executed in order to detect, for example, parts of the software with excessive energy consumption. For that reason, a Framework for Energy Efficiency Testing to Improve eNviromental Goals of the Software (FEETINGS) has been proposed. In this paper, we focus on the core of the framework, that is, the Energy Efficiency Tester (EET), which is the measurement hardware device devoted to collecting the specific consumption data of the software under evaluation. The architecture and the main functions of EET, along with the reliability validation done with it are presented here, as well as an analysis of the data extracted from a case study conducted. The outcome of such analysis shows that EET is able to carry out stable energy consumption measurements of executed software.
社会越来越意识到保护环境的重要性,因此越来越关注与可持续性有关的问题。软件开发不应该对构建有助于可持续性的软件产品的需求保持漠不关心,无论是在它们的创建过程中还是在它们的整个使用过程中。然而,其中一个主要的差距是,在执行软件以检测(例如,软件中过度消耗能量的部分)时,测量能量消耗的困难。为此,提出了一个能效测试框架,以提高软件的环境目标(FEETINGS)。在本文中,我们重点研究了该框架的核心,即能源效率测试仪(Energy Efficiency Tester, EET),它是用于收集被评估软件具体消耗数据的测量硬件设备。本文介绍了EET的体系结构和主要功能,以及使用它进行的可靠性验证,并对从案例研究中提取的数据进行了分析。分析结果表明,EET能够对已执行软件进行稳定的能耗测量。
{"title":"EET: A Device to Support the Measurement of Software Consumption","authors":"Javier Mancebo, Hector O. Arriaga, Félix García, M. A. Moraga, I. G. D. Guzmán, C. Calero","doi":"10.1145/3194078.3194081","DOIUrl":"https://doi.org/10.1145/3194078.3194081","url":null,"abstract":"Society is becoming more and more aware of the importance of preserving the environment, and is therefore increasingly concerned about issues related to sustainability. Software development should not remain indifferent to the need to construct software products that contribute towards sustainability, both during their creation and throughout their use. However, one of the main gaps is the difficulty of measuring the energy consumption when software is executed in order to detect, for example, parts of the software with excessive energy consumption. For that reason, a Framework for Energy Efficiency Testing to Improve eNviromental Goals of the Software (FEETINGS) has been proposed. In this paper, we focus on the core of the framework, that is, the Energy Efficiency Tester (EET), which is the measurement hardware device devoted to collecting the specific consumption data of the software under evaluation. The architecture and the main functions of EET, along with the reliability validation done with it are presented here, as well as an analysis of the data extracted from a case study conducted. The outcome of such analysis shows that EET is able to carry out stable energy consumption measurements of executed software.","PeriodicalId":222458,"journal":{"name":"2018 IEEE/ACM 6th International Workshop on Green And Sustainable Software (GREENS)","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116780443","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 14
BRISE: Energy-Efficient Benchmark Reduction BRISE:节能基准降低
D. Pukhkaiev, Sebastian Götz
A considerable portion of research activities in computer science heavily relies on the process of benchmarking, e.g., to evaluate a hypothesis in an empirical study. The goal is to reveal how a set of independent variables (factors) influences one or more dependent variables. With a vast number of factors or a high amount of factors' values (levels), this process becomes time- and energy-consuming. Current approaches to lower the benchmarking effort suffer from two deficiencies: (1) they focus on reducing the number of factors and, hence, are inapplicable to experiments with only two factors, but a vast number of levels and (2) being adopted from, e.g., combinatorial optimization they are designed for a different search space structure and, thus, can be very wasteful. This paper provides an approach for benchmark reduction, based on adaptive instance selection and multiple linear regression. We evaluate our approach using four empirical studies, which investigate the effect made by dynamic voltage and frequency scaling in combination with dynamic concurrency throttling on the energy consumption of a computing system (parallel compression, sorting, and encryption algorithms as well as database query processing). Our findings show the effectiveness of the approach. We can save 78% of benchmarking effort, while the result's quality decreases only by 3 pp, due to using only a near-optimal configuration.
计算机科学中相当一部分的研究活动严重依赖于基准测试的过程,例如,在实证研究中评估假设。目的是揭示一组自变量(因素)如何影响一个或多个因变量。由于因子数量多或因子值(层次)多,该过程耗时耗力。目前降低基准测试努力的方法有两个不足之处:(1)它们专注于减少因素的数量,因此不适用于只有两个因素的实验,而是大量的层次;(2)它们采用的是组合优化,例如它们是为不同的搜索空间结构设计的,因此可能非常浪费。本文提出了一种基于自适应实例选择和多元线性回归的基准降低方法。我们使用四项实证研究来评估我们的方法,这些研究调查了动态电压和频率缩放与动态并发限制相结合对计算系统能耗(并行压缩、排序和加密算法以及数据库查询处理)的影响。我们的发现表明了这种方法的有效性。我们可以节省78%的基准测试工作,而结果的质量只下降了3pp,因为只使用了接近最优的配置。
{"title":"BRISE: Energy-Efficient Benchmark Reduction","authors":"D. Pukhkaiev, Sebastian Götz","doi":"10.1145/3194078.3194082","DOIUrl":"https://doi.org/10.1145/3194078.3194082","url":null,"abstract":"A considerable portion of research activities in computer science heavily relies on the process of benchmarking, e.g., to evaluate a hypothesis in an empirical study. The goal is to reveal how a set of independent variables (factors) influences one or more dependent variables. With a vast number of factors or a high amount of factors' values (levels), this process becomes time- and energy-consuming. Current approaches to lower the benchmarking effort suffer from two deficiencies: (1) they focus on reducing the number of factors and, hence, are inapplicable to experiments with only two factors, but a vast number of levels and (2) being adopted from, e.g., combinatorial optimization they are designed for a different search space structure and, thus, can be very wasteful. This paper provides an approach for benchmark reduction, based on adaptive instance selection and multiple linear regression. We evaluate our approach using four empirical studies, which investigate the effect made by dynamic voltage and frequency scaling in combination with dynamic concurrency throttling on the energy consumption of a computing system (parallel compression, sorting, and encryption algorithms as well as database query processing). Our findings show the effectiveness of the approach. We can save 78% of benchmarking effort, while the result's quality decreases only by 3 pp, due to using only a near-optimal configuration.","PeriodicalId":222458,"journal":{"name":"2018 IEEE/ACM 6th International Workshop on Green And Sustainable Software (GREENS)","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129973236","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
Self-Adaptation Approaches for Energy Efficiency: A Systematic Literature Review 能源效率的自适应方法:系统文献综述
F. Moghaddam, P. Lago, Iulia Cristina Ban
The increasing energy demands of software systems have set an essential software quality requirement: energy efficiency. At the same time, the many contextual changes faced by software systems during execution can hamper their functionality and overall quality. To address both problems, self-adaptation approaches can empower software systems, at both design-time and runtime, to adapt to dynamic conditions. In this way, software systems can be more resilient to failure, hence more trustful to satisfy the demands of modern digital society. In this paper, we perform a systematic literature review to study the state-of-the-art on existing self-adaptation approaches for energy efficiency. We analyze the identified approaches from three different perspectives, namely publication trends, application domains, and types of software systems. Our findings can help solution providers to make guided decisions to enable self-adaptability in designing and engineering software systems.
软件系统日益增长的能源需求已经设定了一个基本的软件质量要求:能源效率。同时,软件系统在执行过程中所面临的许多上下文变化会妨碍它们的功能和总体质量。为了解决这两个问题,自适应方法可以使软件系统在设计时和运行时适应动态条件。通过这种方式,软件系统可以更灵活地应对故障,从而更可靠地满足现代数字社会的需求。在本文中,我们进行了系统的文献综述,以研究现有的能源效率自适应方法的最新进展。我们从三个不同的角度,即出版趋势、应用领域和软件系统类型来分析已确定的方法。我们的发现可以帮助解决方案提供商做出有指导意义的决策,从而在设计和工程软件系统时实现自适应性。
{"title":"Self-Adaptation Approaches for Energy Efficiency: A Systematic Literature Review","authors":"F. Moghaddam, P. Lago, Iulia Cristina Ban","doi":"10.1145/3194078.3194084","DOIUrl":"https://doi.org/10.1145/3194078.3194084","url":null,"abstract":"The increasing energy demands of software systems have set an essential software quality requirement: energy efficiency. At the same time, the many contextual changes faced by software systems during execution can hamper their functionality and overall quality. To address both problems, self-adaptation approaches can empower software systems, at both design-time and runtime, to adapt to dynamic conditions. In this way, software systems can be more resilient to failure, hence more trustful to satisfy the demands of modern digital society. In this paper, we perform a systematic literature review to study the state-of-the-art on existing self-adaptation approaches for energy efficiency. We analyze the identified approaches from three different perspectives, namely publication trends, application domains, and types of software systems. Our findings can help solution providers to make guided decisions to enable self-adaptability in designing and engineering software systems.","PeriodicalId":222458,"journal":{"name":"2018 IEEE/ACM 6th International Workshop on Green And Sustainable Software (GREENS)","volume":"108 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117281247","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Creating and Evaluating a Software Power Model for Linux Single Board Computers Linux单板计算机软件能力模型的建立与评价
Luca Ardito, Marco Torchiano
The number of Single Board Computers (SBCs) is increasing, and so is the cumulative energy consumed by this category of device. Moreover, such devices are often always-on or running on batteries. Therefore, it is worth investigating their energy consumption to provide software developers and users with indicators for understanding how much energy the device is consuming while running a software application. In this paper, we explain a procedure for the creation of an energy consumption model of SBCs based on the usage of its components. We apply the procedure on a Raspberry PI 2 model B to test the model with a set of real applications. The results demonstrate the practical feasibility of the approach and show that estimated consumption values on our device have an average error of 2.2%, which is a good approximation without using external and expensive measuring devices
单板计算机(sbc)的数量正在增加,这类设备所消耗的累计能量也在增加。此外,这些设备通常是一直开着的,或者靠电池供电。因此,有必要调查它们的能耗,为软件开发人员和用户提供指标,以了解设备在运行软件应用程序时消耗了多少能量。在本文中,我们解释了基于其组件的使用创建sbc能耗模型的过程。我们在Raspberry PI 2模型B上应用该过程,用一组实际应用程序测试该模型。结果证明了该方法的实际可行性,并表明在我们的设备上估计的消耗值平均误差为2.2%,这是一个很好的近似值,无需使用外部和昂贵的测量设备
{"title":"Creating and Evaluating a Software Power Model for Linux Single Board Computers","authors":"Luca Ardito, Marco Torchiano","doi":"10.1145/3194078.3194079","DOIUrl":"https://doi.org/10.1145/3194078.3194079","url":null,"abstract":"The number of Single Board Computers (SBCs) is increasing, and so is the cumulative energy consumed by this category of device. Moreover, such devices are often always-on or running on batteries. Therefore, it is worth investigating their energy consumption to provide software developers and users with indicators for understanding how much energy the device is consuming while running a software application. In this paper, we explain a procedure for the creation of an energy consumption model of SBCs based on the usage of its components. We apply the procedure on a Raspberry PI 2 model B to test the model with a set of real applications. The results demonstrate the practical feasibility of the approach and show that estimated consumption values on our device have an average error of 2.2%, which is a good approximation without using external and expensive measuring devices","PeriodicalId":222458,"journal":{"name":"2018 IEEE/ACM 6th International Workshop on Green And Sustainable Software (GREENS)","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114403699","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 14
Helping Developers Write Energy Efficient Haskell through a Data-Structure Evaluation 通过数据结构评估帮助开发人员编写节能的Haskell
Gilberto Melfe, Alcides Fonseca, J. Fernandes
How a program is written has implications in the energy consumption of the running system, with economical and environmental consequences. In this context, understanding the energy consumption of operations on data-structures is crucial when optimizing software to execute under power constricted environments. Existing studies have not focused on the different components of energy consumption that processors expose, rather considering the global consumption. To understand the relationship between CPU and memory energy consumptions with execution time, we instrument a microbenchmark suite to collect such values, and we analyze the results. Our benchmark suite is comprised of 16 implementations of functional sequences, collections and associative collections while measuring detailed energy and time metrics. We further investigate the energy consumption impact of using different compilation optimizations. We have concluded that energy consumption is directly proportional to execution time. Additionally, DRAM and Package energy consumptions are directly proportional, with the DRAM representing between 15 and 31% of the total energy consumption. Finally, we also conclude that optimizations can have both a positive or a negative impact on energy consumption.
程序的编写方式会影响运行系统的能源消耗,从而对经济和环境产生影响。在这种情况下,在优化软件以使其在功率受限的环境下执行时,了解数据结构操作的能耗是至关重要的。现有的研究并没有关注加工者所暴露的能源消耗的不同组成部分,而是考虑到全球的消耗。为了理解CPU和内存能耗与执行时间之间的关系,我们使用了一个微基准套件来收集这些值,并对结果进行分析。我们的基准测试套件由16个功能序列、集合和关联集合的实现组成,同时测量详细的能量和时间指标。我们进一步研究了使用不同的编译优化对能耗的影响。我们得出的结论是,能量消耗与执行时间成正比。此外,DRAM和封装能耗成正比,其中DRAM占总能耗的15%至31%。最后,我们还得出结论,优化可以对能源消耗产生积极或消极的影响。
{"title":"Helping Developers Write Energy Efficient Haskell through a Data-Structure Evaluation","authors":"Gilberto Melfe, Alcides Fonseca, J. Fernandes","doi":"10.1145/3194078.3194080","DOIUrl":"https://doi.org/10.1145/3194078.3194080","url":null,"abstract":"How a program is written has implications in the energy consumption of the running system, with economical and environmental consequences. In this context, understanding the energy consumption of operations on data-structures is crucial when optimizing software to execute under power constricted environments. Existing studies have not focused on the different components of energy consumption that processors expose, rather considering the global consumption. To understand the relationship between CPU and memory energy consumptions with execution time, we instrument a microbenchmark suite to collect such values, and we analyze the results. Our benchmark suite is comprised of 16 implementations of functional sequences, collections and associative collections while measuring detailed energy and time metrics. We further investigate the energy consumption impact of using different compilation optimizations. We have concluded that energy consumption is directly proportional to execution time. Additionally, DRAM and Package energy consumptions are directly proportional, with the DRAM representing between 15 and 31% of the total energy consumption. Finally, we also conclude that optimizations can have both a positive or a negative impact on energy consumption.","PeriodicalId":222458,"journal":{"name":"2018 IEEE/ACM 6th International Workshop on Green And Sustainable Software (GREENS)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130570820","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 11
Building Sustainable Software for Sustainable Systems: Case Study of a Shared Pick-Up and Delivery Service 为可持续发展的系统建立可持续发展的软件:共享取递服务的个案研究
C. Ponsard, R. D. Landtsheer, Fabian Germeau
Sustainability has become a major concern of the 21st century. With the digital revolution, ICT is actually part of both the problem and the solution. Despite this, sustainability-related design decisions are often left implicit and result from a process involving synergies and trade-offs among many non-functional requirements, including some constraints related to the software development and operation itself. The purpose of this paper is to identify such decisions and analyse the process that resulted into them based on a real-world industrial case with strong sustainability goals: a shared pick-up and delivery service. We also show how available methods for green software engineering help in better shaping this process and highlight some interesting lessons learned from our experience.
可持续发展已成为21世纪的一个主要问题。随着数字革命的到来,信息通信技术实际上既是问题的一部分,也是解决方案的一部分。尽管如此,与可持续性相关的设计决策通常是隐含的,并且是由涉及许多非功能需求之间的协同作用和权衡的过程产生的,包括与软件开发和操作本身相关的一些约束。本文的目的是根据一个具有强大可持续性目标的现实工业案例来确定此类决策并分析导致这些决策的过程:共享取货和送货服务。我们还展示了绿色软件工程的可用方法如何帮助更好地塑造这个过程,并强调了从我们的经验中学到的一些有趣的教训。
{"title":"Building Sustainable Software for Sustainable Systems: Case Study of a Shared Pick-Up and Delivery Service","authors":"C. Ponsard, R. D. Landtsheer, Fabian Germeau","doi":"10.1145/3194078.3194083","DOIUrl":"https://doi.org/10.1145/3194078.3194083","url":null,"abstract":"Sustainability has become a major concern of the 21st century. With the digital revolution, ICT is actually part of both the problem and the solution. Despite this, sustainability-related design decisions are often left implicit and result from a process involving synergies and trade-offs among many non-functional requirements, including some constraints related to the software development and operation itself. The purpose of this paper is to identify such decisions and analyse the process that resulted into them based on a real-world industrial case with strong sustainability goals: a shared pick-up and delivery service. We also show how available methods for green software engineering help in better shaping this process and highlight some interesting lessons learned from our experience.","PeriodicalId":222458,"journal":{"name":"2018 IEEE/ACM 6th International Workshop on Green And Sustainable Software (GREENS)","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-05-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125863419","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
期刊
2018 IEEE/ACM 6th International Workshop on Green And Sustainable Software (GREENS)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1