Pushing Performance Isolation Boundaries into Application with pBox
Pushing Performance Isolation Boundaries into Application with pBox
复制标题
DOI:
10.1145/3600006.3613159
复制
发表时间:
2023-10
期刊:
影响因子:
--
通讯作者:
Yigong Hu;Gongqi Huang;Peng Huang
中科院分区:
文献类型:
--
作者:
Yigong Hu;Gongqi Huang;Peng Huang
Modern applications are highly concurrent with a diverse mix of activities. One activity can adversely impact the performance of other activities in an application, leading to intra-application interference. Providing fine-grained performance isolation is desirable. Unfortunately, the extensive performance isolation solutions today focus on mitigating coarse-grained interference among multiple applications. They cannot well address intra-app interference, because such issues are typically not caused by contention on hardware resources. This paper presents an abstraction called pBox for developers to systematically achieve strong performance isolation within an application. Our insight is that intra-app interference involves application-level virtual resources, which are often invisible to the OS. We define pBox APIs that allow an application to inform the OS about a few general types of state events. Leveraging this information, we design algorithms that effectively predict imminent interference and carefully apply penalties to the noisy pBoxes to achieve a specified isolation goal. We apply pBox on five large applications. We evaluate the pBox-enhanced applications with 16 real-world performance interference cases. pBox successfully mitigates 15 cases, with an average of 86.3% reduction of the interference.