전체 글 221

Xen 스케줄러 변경하기 - how to change Xen scheduler on Xen command line

Xen documentation 에는 xen 스케줄러 바꾸는 방법이 이렇게 나와있음. SCHEDULER SUBCOMMANDS Xen ships with a number of domain schedulers, which can be set at boot time with the sched= parameter on the Xen command line. By default credit is used for scheduling. /boot/grub/grub.cfg에서 sched=credit, sched=credit2, sched=sedf 등을 넣으라는 건데... 말로만 나와있어서 혼자 많이 해멨음. Menu entry 중에 xen 으로 부팅 하는 엔트리부분에서 수정해주면 됩니다. Xen의 Command lin..

Computers/Xen 2015.01.18

RT-Xen 정리중

2011. RT-Xen paperRT-Xen 1.0Hierarchical realtime scheduling frameworkBudgetPeriodPriorityA suite of fixed priority serversDeferrable Serverfixed priorityVCPU가 준비 상태인경우(task), task가 완료될때까지 혹은 budget을 모두 소진할 때까지 실행Guest가 IDLE인 경우 (no task), budget is preserved until the start of its next periodPeriodic Serverfixed priorityVCPU가 수행할 task가 없으면(no task), budget 낭비함idle task가 budget 소모하듯이Polling Serv..

Computers/Xen 2015.01.18