service-unit kernel resource management...corset: dong-jae, kang 22nd~23rd sept, 2009 wuhan, china...

19
Service-oriented Resource Management System in Linux Corset : Dong-Jae, Kang 22 nd ~23 rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1

Upload: others

Post on 23-Jan-2021

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Service-oriented Resource Management System in LinuxCorset :

Dong-Jae, Kang

22nd~23rd Sept, 2009Wuhan, China

System and Virtualization Management :

Standards and the Cloud

1

Page 2: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Contents

Goals and Background1

Architecture and its components2

Service-oriented Resource Controllers3

Experimental Evaluation4

Concluding Remarks5

2

Page 3: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Goal Guaranteeing the service QoS or stability in unexpected workload situation

Problems System resources are not enough for many running services and application in

a system

As the service is more complex, process-unit or system-unit resource management is not enough for guaranteeing the service performance or QoS

All services running in a system don’t have same importance

Administrator can’t guarantee that the specific service has proper resources in unsettled workload situation

System resource management is not easy for administrators

Goal & Problems

3

Page 4: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Background

priorityC

priorityB

priorityA

Services

ServiceB

Limited Resources

ServiceA

ServiceC

Disk Disk

CPU

Network

Memory

Priority or importance

P

P

P

P

P

P

P

PP

4

Page 5: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Concept of Corset

CPUCPU MemMem

Disk I/ODisk I/ONet I/ONet I/O

CPUCPU MemoryMemory

Disk I/ODisk I/ONet I/ONet I/O

45%

15%5%

35%

ServicesServices

Network I/ONetwork I/O Disk I/ODisk I/OCPUCPU MemoryMemory

System Resource PoolSystem Resource Pool

45% 35%15%5%

CPUCPU MemMem

Disk I/ODisk I/ONet I/ONet I/O

Guaranteeing Resources for Service QoSGuaranteeing Resources for Service QoS

Mission-critical ServiceMission-critical Service

Automated and intelligentService-centric

System Resource Management ….

What is ….? What can we do with ….?

5

Page 6: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Task Group Manager

KE

RN

EL

US

ER

H/

W

Service-unit CPU

controller

Service-unitMemory controller

Service-unit Network I/O

controller

Service-unit Disk I/O

controller

Extended Task Group

Manager

Integrated Resource Manager( Automated Resource Management )

Service-unitResource monitor

GUI Subsystem

Task Group Management Subsystem

Resource Controller Subsystem

Integrated Resource Management Subsystem

Service-unit Another

controller

?

Corset Architecture

Fig. This is whole architecture of CORSET that consists of four subsystems.

6

Page 7: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Components of Corset (1/2)

Resource controller subsystem May be a kind of resource scheduler or controller

• Allocate or withdraw each resource to/from the specific service

• Support predicable or proportional sharing of resources according to service priority

• CPU, Memory, Disk I/O bandwidth, Network I/O bandwidth and so on

Task group management subsystem Allow administrator to organize a new service with the processes he/she want

to include based on PID• Create or destroy service• Add/delete/move processes to/from specific service

7

Page 8: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Components of Corset (2/2)

Integrated management subsystem Support dynamic & autonomic reconfiguration according to changeable and

unexpected workload

create and provides service-unit resource information to assist service-unit resource management

GUI management subsystem Support convenient and easy environment for system resource management by

abstracting the complex interfaces of below blocks

8

Page 9: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Service-oriented CPU and Memory Controller We adapt existing functionalities in linux kernel (about upper kernel-2.6.24)

CPU• CFS scheduler + cgroup framework

• Proportional share

Memory• mem_cgroup + page_cgroup

• Limiting the maximum usage

Service-oriented Resource Controllers(1/3)

CFS SchedulerCFS Scheduler(kernel-2.6.24 < )(kernel-2.6.24 < )

Group Scheduling

sched_classsched_class

task_structtask_struct

sched_entitysched_entity

Group IDGroup IDUser IDUser ID

sched_classsched_class

task_structtask_struct

sched_entitysched_entitysched_classsched_class

task_structtask_struct

sched_entitysched_entitysched_classsched_class

task_structtask_struct

sched_entitysched_entity

Page_cgroupPage_cgrouppagepage

mm_structmm_struct mem_cgroupmem_cgroup(res_counter)(res_counter)mm_structmm_struct

mm_structmm_structmm_structmm_struct

P

P

P

P

Fig. CPU Control using existing functionality Fig. Memory Control using existing functionality

9

Page 10: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Service-oriented Disk I/O Controller A kind of new device mapper driver

Independent of underlying specific I/O schedulers

Supported policies• Proportional share(weight)• Range share(range-bw)

http://sourceforge.net/projects/ioband

Service-oriented Resource Controllers(2/3)

Fig. Overview of Disk I/O Controller

10

Page 11: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Service-oriented Network Controller TC(traffic control) module already support the limiting or fixed bandwidth

• Based on IP, port and something like that

TC didn’t support the process group based bandwidth control• We added assigning, exporting and importing P.G ID in TC

Service-oriented Resource Controllers(3/3)

Fig. Overview of Netwrok I/O Controller

Linux Cgroup Infra. Corset Network Controller

Assigning Process Goup ID

Export Process Grouop ID

Linux Traffic Control Module

Import Process Group ID

Rate Control(TBF, HTB, SFQ, …)

Packet Routing(iptable, …)

Security Policy(Firewall, …)

ETC

Adapting

11

Page 12: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Category for Evaluation Resource guaranteeing test

• groupA : groupB : groupC = 1 process : 50 or 100 processes : 50 or 100 processes

Resource limitation test• groupA : groupB : groupC = 1 process : 1 processes : 50 or 100 processes

Resource isolation test• groupA : groupB : groupC = 50 or 100 processes : 50 or 100 processes : 50 or 100 processes

H/W and S/W Specification for test

Evaluation Environment

Evaluation System Specification ( H/W & S/W)

System OS Disk CPU Mem Workloader

Spec SAMSUNGSmart Server

ZSS108

linux(kernel-2.6.30-rc1)

SAMSUNGSATA-2, 7,200rpm,

80G

2-way, IntelPentium43.4 GHz

2 GB CPU : ebizzyMem : ebizzyDisk : fio-1.26

Net : iperf-2.0.4

12

Page 13: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Experimental Evaluation (Disk I/O BW)

Fig. I/O bandwidth in resource guaranteeing test(proportional) Fig. I/O bandwidth in resource guaranteeing test(range-bw)

Group1 : group2 : group3 = 2(1) : 1(100) : 1(100) Group1 : group2 : group3 = 11~12M(1) : 5~6M(100) : 5~6M(100)

Fig. I/O bandwidth in resource isolation test(proportional)

Group1 : group2 : group3 = 1(100):5(100):9(100)Group1 : group2 : group3 = 1(100) : 2(1) : 2(1)

Fig. I/O bandwidth in resource limitation test(proportional)

13

Page 14: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Experimental Evaluation (Network I/O BW)

Fig. I/O bandwidth in resource guaranteeing test

Group1 : group2 = 600Mbps(10) : 300Mbps(up to 100)

Fig. I/O bandwidth in resource isolation test

Group1 : group2 : group3 = 10Mbps(50) : 30Mbps(50) : 60Mbps(50)

Fig. I/O bandwidth in resource limitation test

Group1 : group2 = 700Mbps(10) : 200Mbps(up to 100)

14

Page 15: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Experimental Evaluation (Memory)

Fig. Memory control in resource guaranteeing test

Group1 : group2 : group3= 500M(1) : 250M(50) : 250M(50)

Fig. Memory control in resource isolation test

Group1 : group2 : group3= 500M(50) : 333M(50) : 166M(50)

Fig. Memory control in resource limitation test

Group1 : group2 : group3= 200M(50) : 400M(1) : 400M(1)

Fig. Memory control in normal test

Group1 : group2 : group3= 10M(1) : 200M(1) : 700M(1)

15

Page 16: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Experimental Evaluation (CPU)

Fig. CPU usage in resource isolation test

Group1 : group2 : group3 : group4 : group5 = 1(100) : 1(100) : 1(100) : 1(100) : 1(100)

Fig. CPU usage in resource guaranteeing test

Group1 : group2 = 2(1) : 1(200)

Fig. CPU usage in resource limitation test

Group1 : group2 = 1(1) : 2(continuous increase up to 200)

16

Page 17: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

Features of Corset Suggested service-oriented resource management system

• Allocates the system resources focused on service according to its priority

• Supports the expectable resources to each service to maintain the its QoS– Proportional allocation

– Fixed allocation– Range allocation

Makes the limited system resources to be used efficiently

Supports the dynamic controls of the system resources

Future works Supports the I/O control method for virtual machines

Concluding Remarks

Corset Disk Controller

Corset Network

Controller

Corset-VM

Corset-VM

Agent

Virtualization Environment using XEN or KVM

VM A VM B VM C

Corset-VM DB

17

Page 18: Service-unit Kernel Resource Management...Corset: Dong-Jae, Kang 22nd~23rd Sept, 2009 Wuhan, China System and Virtualization Management : Standards and the Cloud 1. Contents 1 Goals

1. Paul B. Menage.: Adding Generic Process Containers to the Linux Kernel. In: Proceedings of the Linux Symposium, vol. 2, pp. 45—57 (2007)

2. Shailabh Nagar., Hubertus Franke., Jonghyuk Choi., Chandra Seetharaman., Scott Kaplan., Nivedita Singhvi., Vivek kashyap., and Mike Kravetz Smith.: Class-based Prioritized Resource Control in Linux. In: Proceedings of the Linux Symposium, pp. 150--168 (2003)

3. Ryo Tsuruta., Dong-Jae Kang.: Linux Block I/O Bandwidth Control, http://sourceforge.net/projects/ioband/

4. Corbet Jonathan.: Memory Use Controller Documentation, http://lwn.net/Articles/268937/

5. Dong-Jae Kang., Chei-Yol Kim., Kang-Ho Kim., Sung-In Jung.: Proportional Disk I/O Bandwidth Management for Server Virtualization Environment. In: Proceedings of ICCSIT, pp. 647—653 (2008)

References

18