首页 > 最新文献

2012 38th Euromicro Conference on Software Engineering and Advanced Applications最新文献

英文 中文
LogOS: An Automatic Logging Framework for Service-Oriented Architectures LogOS:面向服务的体系结构的自动日志框架
S. Frénot, Julien Ponge
As multi-source, component based platforms are becoming widespread both for constrained devices and cloud computing, the need for automatic logging framework is increasing. Indeed, components from untrusted and possibly competing vendors are being deployed to the same runtime environments. They are also being integrated, with some components from a vendor being exposed as a service to another one. This paper presents our investigations on an automated log-based architecture called LogOS, focused on service interactions monitoring. We developed it on top of Java / OSGi to enable identification between bundle providers in cases of failures. We motivate the need for an automatic logging framework in service-oriented architectures, and discuss the requirements of such frameworks design. We present our implementation on OSGi. Finally, we position our approach and give some perspectives.
随着多源、基于组件的平台在受限设备和云计算领域的广泛应用,对自动日志框架的需求也在增加。实际上,来自不受信任和可能竞争的供应商的组件正在被部署到相同的运行时环境中。它们也正在被集成,来自一个供应商的一些组件作为服务公开给另一个供应商。本文介绍了我们对称为LogOS的基于日志的自动化体系结构的研究,重点关注服务交互监控。我们在Java / OSGi的基础上开发了它,以便在出现故障时能够识别bundle提供者。我们提出了在面向服务的体系结构中对自动日志框架的需求,并讨论了此类框架设计的需求。我们在OSGi上展示我们的实现。最后,我们对我们的方法进行了定位并给出了一些观点。
{"title":"LogOS: An Automatic Logging Framework for Service-Oriented Architectures","authors":"S. Frénot, Julien Ponge","doi":"10.1109/SEAA.2012.37","DOIUrl":"https://doi.org/10.1109/SEAA.2012.37","url":null,"abstract":"As multi-source, component based platforms are becoming widespread both for constrained devices and cloud computing, the need for automatic logging framework is increasing. Indeed, components from untrusted and possibly competing vendors are being deployed to the same runtime environments. They are also being integrated, with some components from a vendor being exposed as a service to another one. This paper presents our investigations on an automated log-based architecture called LogOS, focused on service interactions monitoring. We developed it on top of Java / OSGi to enable identification between bundle providers in cases of failures. We motivate the need for an automatic logging framework in service-oriented architectures, and discuss the requirements of such frameworks design. We present our implementation on OSGi. Finally, we position our approach and give some perspectives.","PeriodicalId":298734,"journal":{"name":"2012 38th Euromicro Conference on Software Engineering and Advanced Applications","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-09-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130295477","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}
引用次数: 7
Applying the Organic Robot Control Architecture ORCA to Cyber-Physical Systems 有机机器人控制体系结构ORCA在信息物理系统中的应用
Raphael Maas, E. Maehle, K. Großpietsch
This paper presents an overview of the Organic Robot Control Architecture (ORCA) and its previous applications. The architecture supports the decentralized operation and organization of autonomous subsystems and the avoidance of states that are considered as unhealthy. Additionally the paper discusses the application of ORCA in the context of cyber-physical systems (CPS), as CPS share common characteristics with organically controlled system, such as self-organization, self-configuration, self-optimization and other ones. This is underlined by an exemplary CPS layout that follows the ORCA design principles.
本文综述了有机机器人控制体系结构(ORCA)及其应用。该体系结构支持自治子系统的分散操作和组织,并避免被认为不健康的状态。由于网络物理系统与有机控制系统具有自组织、自配置、自优化等共同特征,本文还讨论了ORCA在网络物理系统中的应用。遵循ORCA设计原则的典型CPS布局强调了这一点。
{"title":"Applying the Organic Robot Control Architecture ORCA to Cyber-Physical Systems","authors":"Raphael Maas, E. Maehle, K. Großpietsch","doi":"10.1109/SEAA.2012.74","DOIUrl":"https://doi.org/10.1109/SEAA.2012.74","url":null,"abstract":"This paper presents an overview of the Organic Robot Control Architecture (ORCA) and its previous applications. The architecture supports the decentralized operation and organization of autonomous subsystems and the avoidance of states that are considered as unhealthy. Additionally the paper discusses the application of ORCA in the context of cyber-physical systems (CPS), as CPS share common characteristics with organically controlled system, such as self-organization, self-configuration, self-optimization and other ones. This is underlined by an exemplary CPS layout that follows the ORCA design principles.","PeriodicalId":298734,"journal":{"name":"2012 38th Euromicro Conference on Software Engineering and Advanced Applications","volume":"46 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-09-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122945724","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}
引用次数: 5
A Property-Based Proof System for Contract-Based Design 基于契约设计的产权证明系统
A. Cimatti, Stefano Tonetta
Contract-based design is an emerging paradigm for the design of complex systems, where each component is associated with a contract, i.e., a clear description of the expected behaviour. Contracts specify the input-output behaviour of a component by defining what the component guarantees, provided that the its environment obeys some given assumptions. The ultimate goal of contract-based design is to allow for compositional reasoning, stepwise refinement, and a principled reuse of components that are already pre-designed, or designed independently. In this paper, we present a novel, fully formal contract framework. The decomposition of the system architecture is complemented with the corresponding decomposition of component contracts. The framework exploits such decomposition to automatically generate a set of proof obligations, which, once verified, allow concluding the correctness of the top-level system properties. The framework relies on an expressive property specification language, conceived for the formalization of embedded system requirements. The proof system reduces the correctness of contracts refinement to entailment of temporal logic formulas, and is supported by a verification engine based on automated SMT techniques.
基于契约的设计是复杂系统设计的新兴范例,其中每个组件都与契约相关联,即对预期行为的清晰描述。契约通过定义组件所保证的内容来指定组件的输入-输出行为,前提是其环境遵循某些给定的假设。基于契约的设计的最终目标是允许组合推理、逐步细化和有原则地重用已经预先设计或独立设计的组件。在本文中,我们提出了一个新颖的、完全正式的契约框架。系统架构的分解与组件契约的相应分解相辅相成。框架利用这种分解来自动生成一组证明义务,一旦验证,就可以得出顶级系统属性的正确性。该框架依赖于一种表达性的属性规范语言,该语言是为形式化嵌入式系统需求而设计的。该证明系统将契约细化的正确性简化为时间逻辑公式的蕴涵,并由基于自动化SMT技术的验证引擎提供支持。
{"title":"A Property-Based Proof System for Contract-Based Design","authors":"A. Cimatti, Stefano Tonetta","doi":"10.1109/SEAA.2012.68","DOIUrl":"https://doi.org/10.1109/SEAA.2012.68","url":null,"abstract":"Contract-based design is an emerging paradigm for the design of complex systems, where each component is associated with a contract, i.e., a clear description of the expected behaviour. Contracts specify the input-output behaviour of a component by defining what the component guarantees, provided that the its environment obeys some given assumptions. The ultimate goal of contract-based design is to allow for compositional reasoning, stepwise refinement, and a principled reuse of components that are already pre-designed, or designed independently. In this paper, we present a novel, fully formal contract framework. The decomposition of the system architecture is complemented with the corresponding decomposition of component contracts. The framework exploits such decomposition to automatically generate a set of proof obligations, which, once verified, allow concluding the correctness of the top-level system properties. The framework relies on an expressive property specification language, conceived for the formalization of embedded system requirements. The proof system reduces the correctness of contracts refinement to entailment of temporal logic formulas, and is supported by a verification engine based on automated SMT techniques.","PeriodicalId":298734,"journal":{"name":"2012 38th Euromicro Conference on Software Engineering and Advanced Applications","volume":"24 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-09-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124835053","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}
引用次数: 84
Extracting Components from Open Source: The Component Adaptation Environment (COPE) Approach 从开放源码中提取组件:组件适应环境(COPE)方法
George Kakarontzas, I. Stamelos, Stefanos Skalistis, A. Naskos
Open Source Software (OSS) represents an extremely valuable resource that is reused systematically almost in every software project. The reuse of OSS components however is restricted to ready-made components and developers who want to reuse code that exists in OSS projects but is not offered as a black-box component often resort to copying existing code and adapting it in their projects. OPEN-SME is a European research project which aims at providing ready-to-use OSS components that originate from existing OSS projects but are not necessarily provided as such. In this work we describe the Component Adaptation Environment (COPE) tool that was developed in the context of the OPEN-SME project and enables software experts, called reuse engineers, to extract components from OSS projects, test them and provide test documentation, validate them with Model-Based Testing techniques, package them and upload them in a component repository for reuse. The whole approach aims at creating an ever increasing repository of trustworthy reusable software components from different application domains.
开源软件(OSS)代表了一种极其有价值的资源,几乎在每个软件项目中都被系统地重用。但是,OSS组件的重用仅限于现成的组件,如果开发人员希望重用存在于OSS项目中但不作为黑盒组件提供的代码,则通常求助于复制现有代码并在其项目中进行调整。OPEN-SME是一个欧洲的研究项目,其目的是提供现成的OSS组件,这些组件来源于现有的OSS项目,但不一定是这样提供的。在这项工作中,我们描述了在OPEN-SME项目背景下开发的组件适应环境(COPE)工具,它使被称为重用工程师的软件专家能够从OSS项目中提取组件,测试它们并提供测试文档,用基于模型的测试技术验证它们,将它们打包并上传到组件存储库中以供重用。整个方法旨在为来自不同应用领域的可信赖的可重用软件组件创建一个不断增长的存储库。
{"title":"Extracting Components from Open Source: The Component Adaptation Environment (COPE) Approach","authors":"George Kakarontzas, I. Stamelos, Stefanos Skalistis, A. Naskos","doi":"10.1109/SEAA.2012.39","DOIUrl":"https://doi.org/10.1109/SEAA.2012.39","url":null,"abstract":"Open Source Software (OSS) represents an extremely valuable resource that is reused systematically almost in every software project. The reuse of OSS components however is restricted to ready-made components and developers who want to reuse code that exists in OSS projects but is not offered as a black-box component often resort to copying existing code and adapting it in their projects. OPEN-SME is a European research project which aims at providing ready-to-use OSS components that originate from existing OSS projects but are not necessarily provided as such. In this work we describe the Component Adaptation Environment (COPE) tool that was developed in the context of the OPEN-SME project and enables software experts, called reuse engineers, to extract components from OSS projects, test them and provide test documentation, validate them with Model-Based Testing techniques, package them and upload them in a component repository for reuse. The whole approach aims at creating an ever increasing repository of trustworthy reusable software components from different application domains.","PeriodicalId":298734,"journal":{"name":"2012 38th Euromicro Conference on Software Engineering and Advanced Applications","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-09-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121897810","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}
引用次数: 5
Fostering Cross-site Coordination through Awareness: An Investigation of State-of-the-Practice through a Focus Group Study 通过意识促进跨站点协调:通过焦点小组研究对实践状态的调查
Darja Šmite, Torgeir Dingsøyr
Awareness and shared knowledge are important ingredients of successful coordination in software engineering projects, and especially when team members are distributed. Although various coordination mechanisms and knowledge sharing recommendations for cross-site collaboration have been proposed, spreading awareness among distributed team members in a global software project has proven to be challenging in practice. In this paper we discuss our findings from conducting three focus groups on knowledge management in global software collaborations in two international organizations. We discuss various awareness needs in globally distributed collaborations that were not addressed by the organizations, and conclude that best practices and tools proposed in related research are not widely used. On the basis of our empirical findings we suggest future research directions and share recommendations for practical improvements.
意识和共享知识是软件工程项目中成功协调的重要组成部分,特别是当团队成员是分布的时候。尽管已经提出了跨站点协作的各种协调机制和知识共享建议,但在全球软件项目中的分布式团队成员之间传播意识已被证明在实践中具有挑战性。在本文中,我们讨论了我们在两个国际组织中进行的关于全球软件协作中的知识管理的三个焦点小组的发现。我们讨论了组织未解决的全球分布式协作中的各种意识需求,并得出结论,相关研究中提出的最佳实践和工具未被广泛使用。在实证研究的基础上,提出了未来的研究方向,并对实际改进提出了建议。
{"title":"Fostering Cross-site Coordination through Awareness: An Investigation of State-of-the-Practice through a Focus Group Study","authors":"Darja Šmite, Torgeir Dingsøyr","doi":"10.1109/SEAA.2012.24","DOIUrl":"https://doi.org/10.1109/SEAA.2012.24","url":null,"abstract":"Awareness and shared knowledge are important ingredients of successful coordination in software engineering projects, and especially when team members are distributed. Although various coordination mechanisms and knowledge sharing recommendations for cross-site collaboration have been proposed, spreading awareness among distributed team members in a global software project has proven to be challenging in practice. In this paper we discuss our findings from conducting three focus groups on knowledge management in global software collaborations in two international organizations. We discuss various awareness needs in globally distributed collaborations that were not addressed by the organizations, and conclude that best practices and tools proposed in related research are not widely used. On the basis of our empirical findings we suggest future research directions and share recommendations for practical improvements.","PeriodicalId":298734,"journal":{"name":"2012 38th Euromicro Conference on Software Engineering and Advanced Applications","volume":"35 ","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-09-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120872091","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}
引用次数: 7
A Fuzzy Multi Criteria Decision Making Approach to Software Life Cycle Model Selection 软件生命周期模型选择的模糊多准则决策方法
Mumin Hicdurmaz
In software engineering project management, one of the critical issues is the selection of appropriate software life cycle model (SLCM), which may affect the success of the project as all stages of software development process is established according to the model selected. The aim of this study is to propose a fuzzy multi criteria decision making (MCDM) approach to SLCM selection, since fuzzy sets are inevitable in representing uncertainty, vagueness and human subjectivity. This study provides a view of existing software life cycle models, important factors to be considered and a new approach for SLCM selection. An application is carried out using the proposed method and sensitivity analysis is presented.
在软件工程项目管理中,选择合适的软件生命周期模型(SLCM)是一个关键问题,它可能会影响到项目的成功,因为软件开发过程的各个阶段都是根据所选择的模型建立的。由于模糊集在表示不确定性、模糊性和人的主观性方面是不可避免的,因此本研究的目的是提出一种模糊多准则决策(MCDM)方法来选择SLCM。本研究提供了现有软件生命周期模型的观点,需要考虑的重要因素和SLCM选择的新方法。采用该方法进行了应用,并进行了灵敏度分析。
{"title":"A Fuzzy Multi Criteria Decision Making Approach to Software Life Cycle Model Selection","authors":"Mumin Hicdurmaz","doi":"10.1109/SEAA.2012.71","DOIUrl":"https://doi.org/10.1109/SEAA.2012.71","url":null,"abstract":"In software engineering project management, one of the critical issues is the selection of appropriate software life cycle model (SLCM), which may affect the success of the project as all stages of software development process is established according to the model selected. The aim of this study is to propose a fuzzy multi criteria decision making (MCDM) approach to SLCM selection, since fuzzy sets are inevitable in representing uncertainty, vagueness and human subjectivity. This study provides a view of existing software life cycle models, important factors to be considered and a new approach for SLCM selection. An application is carried out using the proposed method and sensitivity analysis is presented.","PeriodicalId":298734,"journal":{"name":"2012 38th Euromicro Conference on Software Engineering and Advanced Applications","volume":"43 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-09-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123135768","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}
引用次数: 17
Towards the Understanding and Classification of the Personality Traits of Software Development Practitioners: Situational Context Cards Approach 软件开发从业者人格特征的理解与分类:情境情境卡片法
Murat Yilmaz, Rory V. O'Connor
This study explores the personality traits of software development practitioners by using a classification schema based on the personality traits extended on the Myers-Briggs type indicator (MBTI). To extract the information necessary for understanding and classification of software development personnel, we developed a card game playable with either single or multiple participants. The game consists of seventy cards, which have a keyword and a picture on one side and a hypothetical situation typically encountered in software development landscapes with two different selectable options on the other side. The game master (GM) reads a situation by showing the pictures to participants and elicits the most suitable answer in between two selections. Ultimately, the outcome of the game reveals the personality traits of individuals on a compatible scale with the MBTI. To evaluate our game-based personality identification method, we conduct a case study with sixteen individuals at a university environment in seven group sessions. In light of the experience gained, secondly we refine the questions and test the game on sixty software development personnel selected from a set of team-based pairings at a middle size software company. Our preliminary results indicate that there are more individuals in software teams, who may perceive to be extroverted not only in a classroom environment but also in an industrial setting. Moreover, the initial results suggest that our method can be a viable to the classical paper based MBTI tests particularly for managing the workforce in software development projects.
本研究采用基于Myers-Briggs类型指标(MBTI)的人格特征扩展的分类图式来探讨软件开发从业者的人格特征。为了提取理解和分类软件开发人员所必需的信息,我们开发了一个单人或多人参与的纸牌游戏。该游戏由70张卡片组成,每张卡片的一面有一个关键词和一张图片,另一面是软件开发中通常遇到的一种假想情况,另一面有两种不同的可选择选项。游戏管理员(GM)通过向参与者展示图片来解读情境,并在两个选择中引出最合适的答案。最终,游戏的结果揭示了与MBTI相容的个体人格特征。为了评估我们基于游戏的人格识别方法,我们对大学环境中的16个人进行了七个小组会议的案例研究。根据所获得的经验,其次,我们对问题进行了细化,并在一家中型软件公司的60名软件开发人员中进行了测试。我们的初步结果表明,在软件团队中有更多的人,不仅在课堂环境中,而且在工业环境中,他们可能被认为是外向的。此外,初步结果表明,我们的方法对于基于MBTI测试的经典论文来说是可行的,特别是对于管理软件开发项目中的劳动力。
{"title":"Towards the Understanding and Classification of the Personality Traits of Software Development Practitioners: Situational Context Cards Approach","authors":"Murat Yilmaz, Rory V. O'Connor","doi":"10.1109/SEAA.2012.62","DOIUrl":"https://doi.org/10.1109/SEAA.2012.62","url":null,"abstract":"This study explores the personality traits of software development practitioners by using a classification schema based on the personality traits extended on the Myers-Briggs type indicator (MBTI). To extract the information necessary for understanding and classification of software development personnel, we developed a card game playable with either single or multiple participants. The game consists of seventy cards, which have a keyword and a picture on one side and a hypothetical situation typically encountered in software development landscapes with two different selectable options on the other side. The game master (GM) reads a situation by showing the pictures to participants and elicits the most suitable answer in between two selections. Ultimately, the outcome of the game reveals the personality traits of individuals on a compatible scale with the MBTI. To evaluate our game-based personality identification method, we conduct a case study with sixteen individuals at a university environment in seven group sessions. In light of the experience gained, secondly we refine the questions and test the game on sixty software development personnel selected from a set of team-based pairings at a middle size software company. Our preliminary results indicate that there are more individuals in software teams, who may perceive to be extroverted not only in a classroom environment but also in an industrial setting. Moreover, the initial results suggest that our method can be a viable to the classical paper based MBTI tests particularly for managing the workforce in software development projects.","PeriodicalId":298734,"journal":{"name":"2012 38th Euromicro Conference on Software Engineering and Advanced Applications","volume":"50 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-09-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120909661","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}
引用次数: 23
Path Coverage Criteria for Palladio Performance Models Palladio性能模型的路径覆盖标准
Henning Groenda
Component-based software engineering is supported by performance prediction approaches on the design level ensuring desired properties of systems throughout their entire lifecycle. The achievable prediction quality is a direct result of the quality of the used performance models, which is usually assured by validation. Existing approaches often rely solely on the expertise of performance engineers to determine if sufficient testing has occurred. There is a lack of quantitative criteria capturing which aspects of a model have been assessed and covered successfully. In this paper, we define path coverage criteria for Palladio performance models and show how the required testing effort can be estimated for arbitrary Palladio models. We demonstrate the applicability of effort estimation for each coverage criterion, provide estimates for a complex model from the Common Component Modelling Example, and show how these estimates can guide criteria selection.
基于组件的软件工程由设计级别的性能预测方法提供支持,以确保系统在整个生命周期中具有所需的属性。可实现的预测质量是所使用的性能模型质量的直接结果,通常通过验证来保证。现有的方法通常仅仅依赖于性能工程师的专业知识来确定是否已经进行了充分的测试。缺乏定量的标准来确定模型的哪些方面已经被成功地评估和覆盖。在本文中,我们定义了Palladio性能模型的路径覆盖标准,并展示了如何估计任意Palladio模型所需的测试工作。我们演示了每个覆盖标准的工作量评估的适用性,提供了来自公共组件建模示例的复杂模型的评估,并展示了这些评估如何指导标准的选择。
{"title":"Path Coverage Criteria for Palladio Performance Models","authors":"Henning Groenda","doi":"10.1109/SEAA.2012.17","DOIUrl":"https://doi.org/10.1109/SEAA.2012.17","url":null,"abstract":"Component-based software engineering is supported by performance prediction approaches on the design level ensuring desired properties of systems throughout their entire lifecycle. The achievable prediction quality is a direct result of the quality of the used performance models, which is usually assured by validation. Existing approaches often rely solely on the expertise of performance engineers to determine if sufficient testing has occurred. There is a lack of quantitative criteria capturing which aspects of a model have been assessed and covered successfully. In this paper, we define path coverage criteria for Palladio performance models and show how the required testing effort can be estimated for arbitrary Palladio models. We demonstrate the applicability of effort estimation for each coverage criterion, provide estimates for a complex model from the Common Component Modelling Example, and show how these estimates can guide criteria selection.","PeriodicalId":298734,"journal":{"name":"2012 38th Euromicro Conference on Software Engineering and Advanced Applications","volume":"62 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-09-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130810502","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}
引用次数: 0
Feedback Control Algorithms to Deploy and Scale Multiple Web Applications per Virtual Machine 每个虚拟机部署和扩展多个Web应用程序的反馈控制算法
A. Ashraf, Benjamin Byholm, J. Lehtinen, Ivan Porres
This paper presents feedback control algorithms to autonomously deploy and scale multiple web applications on a given Infrastructure as a Service cloud. The proposed algorithms provide automatic deployment and undeployment of applications and proportional-derivative scaling of the application server tier. The algorithms use utilization metrics as input and do not require a performance model of the application or the infrastructure dynamics. Moreover, our work supports deployment and scaling of multiple simultaneous applications per virtual machine (VM). This allows us to share VM resources among deployed applications, reducing the number of required VMs. The approach is demonstrated in a prototype implementation that has been deployed in the Amazon Elastic Compute Cloud.
本文提出了反馈控制算法,用于在给定的基础设施即服务云上自主部署和扩展多个web应用程序。提出的算法提供应用程序的自动部署和取消部署以及应用服务器层的比例导数缩放。算法使用利用率指标作为输入,不需要应用程序或基础结构动态的性能模型。此外,我们的工作支持部署和扩展每个虚拟机(VM)的多个同时应用程序。这允许我们在部署的应用程序之间共享VM资源,减少所需VM的数量。该方法在已经部署在Amazon Elastic Compute Cloud中的原型实现中进行了演示。
{"title":"Feedback Control Algorithms to Deploy and Scale Multiple Web Applications per Virtual Machine","authors":"A. Ashraf, Benjamin Byholm, J. Lehtinen, Ivan Porres","doi":"10.1109/SEAA.2012.13","DOIUrl":"https://doi.org/10.1109/SEAA.2012.13","url":null,"abstract":"This paper presents feedback control algorithms to autonomously deploy and scale multiple web applications on a given Infrastructure as a Service cloud. The proposed algorithms provide automatic deployment and undeployment of applications and proportional-derivative scaling of the application server tier. The algorithms use utilization metrics as input and do not require a performance model of the application or the infrastructure dynamics. Moreover, our work supports deployment and scaling of multiple simultaneous applications per virtual machine (VM). This allows us to share VM resources among deployed applications, reducing the number of required VMs. The approach is demonstrated in a prototype implementation that has been deployed in the Amazon Elastic Compute Cloud.","PeriodicalId":298734,"journal":{"name":"2012 38th Euromicro Conference on Software Engineering and Advanced Applications","volume":"76 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-09-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124794382","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}
引用次数: 31
Investigating Daily Team Meetings in Agile Software Projects 研究敏捷软件项目中的每日团队会议
V. Stray, N. B. Moe, A. Aurum
An increasing amount of time is being spent at organizational meetings. One common type of meeting in software projects is the daily team meeting, which is the most important forum for coordinating and planning daily work. To better understand how software teams make decisions, communicate, and coordinate their work, we must uncover the micro-level interaction processes among the team members at these meetings. We analyzed transcriptions of eight daily meetings from two software development teams. The agile literature states that the daily meeting should focus on answering questions such as "What have I done? What will be done? What obstacles are in my way?" However, on average, only 24% of each of the meetings that we studied focused on this task. We found that 35% of the meeting was spent on elaborating problem issues and discussing possible solutions. Very little time was used for coordinating tasks. Our results indicate that many project decisions are made in daily team meetings and that this quick decision making requires team members to be experts. These experts need to have a shared understanding of who is responsible for what and of the information and requirements needed to solve the tasks.
花在组织会议上的时间越来越多。软件项目中常见的一种会议类型是日常团队会议,这是协调和计划日常工作的最重要的论坛。为了更好地理解软件团队如何做出决策、沟通和协调他们的工作,我们必须揭示在这些会议上团队成员之间的微观层次的交互过程。我们分析了来自两个软件开发团队的8个日常会议的记录。敏捷文献指出,每天的会议应该集中于回答诸如“我做了什么?”我们会怎么做?我的道路上有什么障碍?”然而,在我们研究的每个会议中,平均只有24%的会议专注于这项任务。我们发现,会议的35%时间都花在阐述问题和讨论可能的解决方案上。用于协调任务的时间很少。我们的结果表明,许多项目决策是在每天的团队会议上做出的,这种快速决策需要团队成员成为专家。这些专家需要对谁负责什么以及解决任务所需的信息和需求有共同的理解。
{"title":"Investigating Daily Team Meetings in Agile Software Projects","authors":"V. Stray, N. B. Moe, A. Aurum","doi":"10.1109/SEAA.2012.16","DOIUrl":"https://doi.org/10.1109/SEAA.2012.16","url":null,"abstract":"An increasing amount of time is being spent at organizational meetings. One common type of meeting in software projects is the daily team meeting, which is the most important forum for coordinating and planning daily work. To better understand how software teams make decisions, communicate, and coordinate their work, we must uncover the micro-level interaction processes among the team members at these meetings. We analyzed transcriptions of eight daily meetings from two software development teams. The agile literature states that the daily meeting should focus on answering questions such as \"What have I done? What will be done? What obstacles are in my way?\" However, on average, only 24% of each of the meetings that we studied focused on this task. We found that 35% of the meeting was spent on elaborating problem issues and discussing possible solutions. Very little time was used for coordinating tasks. Our results indicate that many project decisions are made in daily team meetings and that this quick decision making requires team members to be experts. These experts need to have a shared understanding of who is responsible for what and of the information and requirements needed to solve the tasks.","PeriodicalId":298734,"journal":{"name":"2012 38th Euromicro Conference on Software Engineering and Advanced Applications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-09-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129752596","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}
引用次数: 27
期刊
2012 38th Euromicro Conference on Software Engineering and Advanced Applications
全部 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