دانلود مقاله ISI انگلیسی شماره 89709
ترجمه فارسی عنوان مقاله

مدل سازی کارآمد و بهینه سازی بازرسی در سیستم های نرم افزاری مبتنی بر جزء همزمان

عنوان انگلیسی
Efficient modeling and optimizing of checkpointing in concurrent component-based software systems
کد مقاله سال انتشار تعداد صفحات مقاله انگلیسی
89709 2018 13 صفحه PDF
منبع

Publisher : Elsevier - Science Direct (الزویر - ساینس دایرکت)

Journal : Journal of Systems and Software, Volume 139, May 2018, Pages 1-13

ترجمه کلمات کلیدی
چک کردن، مدل سازی عملکرد، زنجیره مارکوف، تجزیه و تحلیل ارزش میانگین، سیستم های نرم افزاری مبتنی بر جزء همزمان و ناهمگن،
کلمات کلیدی انگلیسی
Checkpointing; Performance modeling; Markov Chains; Mean value analysis; Concurrent and heterogeneous component-based software systems;
پیش نمایش مقاله
پیش نمایش مقاله  مدل سازی کارآمد و بهینه سازی بازرسی در سیستم های نرم افزاری مبتنی بر جزء همزمان

چکیده انگلیسی

A common mechanism to improve availability and performance is checkpointing and rollback. When it is time to checkpoint, a system stores a job’s state to nonvolatile memory, and, when a failure occurs, it rolls back to the latest stored state instead of restarting the job from the beginning, thus improving performance in the presence of failures. Too frequent checkpointing reduces the amount of work to be redone in case of failures but generates excessive overhead, degrading performance. This paper presents a novel and very efficient queuing network model that addresses software component contention for hardware resources and shows how it can be used to model checkpointing in heterogeneous component-based software systems. We validated this model against a previous model, developed by the authors, that used Markov Chains. Our new model is orders of magnitude faster than the previous one and can be used to plan for checkpointing at run-time. As an additional contribution of this paper, we present an optimizer to find, for each software component, the optimal checkpointing interval that minimizes execution time, maximizes availability, or minimizes checkpointing overhead.