Cache-Aware Virtual Machine Scheduling on Multi-Core Architecture
スポンサーリンク
概要
- 論文の詳細を見る
Facing practical limits to increasing processor frequencies, manufacturers have resorted to multi-core designs in their commercial products. In multi-core implementations, cores in a physical package share the last-level caches to improve inter-core communication. To efficiently exploit this facility, operating systems must employ cache-aware schedulers. Unfortunately, virtualization software, which is a foundation technology of cloud computing, is not yet cache-aware or does not fully exploit the locality of the last-level caches. In this paper, we propose a cache-aware virtual machine scheduler for multi-core architectures. The proposed scheduler exploits the locality of the last-level caches to improve the performance of concurrent applications running on virtual machines. For this purpose, we provide a space-partitioning algorithm that migrates and clusters communicating virtual CPUs (VCPUs) in the same cache domain. Second, we provide a time-partitioning algorithm that co-schedules or schedules in sequence clustered VCPUs. Finally, we present a theoretical analysis that proves our scheduling algorithm is more efficient in supporting concurrent applications than the default credit scheduler in Xen. We implemented our virtual machine scheduler in the recent Xen hypervisor with para-virtualized Linux-based operating systems. We show that our approach can improve performance of concurrent virtual machines by up to 19% compared to the credit scheduler.
著者
-
Yoo Chuck
Department Of Computer Science And Engineering Korea University
-
HONG Cheol-Ho
Department of Computer Science and Engineering, Korea University
-
KIM Young-Pil
Department of Computer Science and Engineering, Korea University
-
YOO Seehwan
Department of Computer Science and Engineering, Korea University
-
LEE Chi-Young
Department of Computer Science and Engineering, Korea University
関連論文
- Momentary Recovery Algorithm : A New Look at the Traditional Problem of TCP
- FAMH : Fast Inter-Subnet Multicast Handoff Method for IEEE 802.11 WLANs(Network)
- Shared Page Table : Sharing of Virtual Memory Resources(Regular Section)
- Cache-Aware Virtual Machine Scheduling on Multi-Core Architecture
- Stride Static Chunking Algorithm for Deduplication System
- Synchronization-Aware Virtual Machine Scheduling for Parallel Applications in Xen