RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      KCI등재

      멀티코어 시스템에서공정성 보장을 위한 가상런타임 기반 로드 밸런싱 알고리즘 = Virtual Runtime based Load Balancing Algorithm for Guaranteeing Fairness on Multicore Systems

      한글로보기

      https://www.riss.kr/link?id=A60115107

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract)

      리눅스의 기본 스케줄러인 CFS는 클라우드 서버와 같은 대규모 시스템에서 널리 사용되고 있지만, 이는 시스템의 규모가 극도로 커짐에 따라 시스템이 요구하는 수준의 공정성을 보장하지 ...

      리눅스의 기본 스케줄러인 CFS는 클라우드 서버와 같은 대규모 시스템에서 널리 사용되고 있지만, 이는 시스템의 규모가 극도로 커짐에 따라 시스템이 요구하는 수준의 공정성을 보장하지 못한다. 이 논문은 CFS에 대한 심도 깊은 분석을 통해 공정성 보장의 실패의 원인을 규명하고, 이를 해결하기 위한 virtual runtime 기반의 로드 밸런싱 알고리즘을 제안한다. 이는 태스크들의 virtual runtime 차이를 바운드시키기 위해 주기적으로 태스크 이주를 수행한다. 이를 위해 알고리즘은 인접한 두 CPU의 load 차이가 최대 가중치 차이 이하가 되도록 바운드 하고, virtual runtime이 큰 태스크들을 load가 큰 CPU에서 수행되게 보장한다. 우리는 제안된 알고리즘을 리눅스 커널 2.6.38.8 상에 구현하고 일련의 실험을 수행하였다. 그 결과 기존 CFS의 경우 virtual runtime 차이는 선형적으로 증가하는데 반해 제안된 기법은 50.53 단위 시간으로 virtual runtime 차이를 바운드시킬 수 있으며 고작 0.14%의 런타임 오버헤드를 야기시킴을 보였다.

      더보기

      다국어 초록 (Multilingual Abstract)

      While the primary task scheduler of Linux, CFS, is widely adopted for the large-scale cloud system,it cannot provide a desired level of fairness when a system scales up to an extreme degree. This paper formally analyzes the behavior of CFS to precisel...

      While the primary task scheduler of Linux, CFS, is widely adopted for the large-scale cloud system,it cannot provide a desired level of fairness when a system scales up to an extreme degree. This paper formally analyzes the behavior of CFS to precisely characterize the reason why it fails to achieve the fairness in multicore systems. Based on the analysis, we present a virtual runtime-based load balancing algorithm which directly bounds the maximum virtual runtime difference among tasks by periodically migrating tasks. In doing so, it bounds the load difference between two adjacent cores by the largest weight in the task set and makes the core with larger virtual runtimes receive a larger load and thus runs more slowly. We have implemented the algorithm into Linux kernel 2.6.38.8. Experimental results show that the maximal virtual runtime difference is 50.53time units while incurring only 0.14% of run-time overhead comparing to CFS.

      더보기

      목차 (Table of Contents)

      • 요약
      • Abstract
      • 1. 서론
      • 2. 관련 연구
      • 3. CFS의 분석
      • 요약
      • Abstract
      • 1. 서론
      • 2. 관련 연구
      • 3. CFS의 분석
      • 4. 멀티코어 환경에서 CFS의 문제점
      • 5. Virtual Runtime 기반 로드 밸런싱
      • 6. 실험 및 검증 결과
      • 7. 결론
      • 참고문헌
      더보기

      참고문헌 (Reference)

      1 "http://www.mattheaton.com/?p=222."

      2 "http://www.hpl.hp.com/research/linux/kernel/ o1-starve.php"

      3 "http://people.redhat.com/mingo/cfs-scheduler/."

      4 "http://people.redhat.com/mingo/O(1)-scheduler /README"

      5 "http://ck.kolivas.org/kernbench/"

      6 Molnar, "The Completely Fair Scheduler"

      7 B. Caprita, "Grouped distributed queues: distributed queue, proportional share multiprocessor scheduling" 72-81, 2006

      8 B. Caprita, "Group ratio round-robin: O (1) proportional share scheduling for uniprocessor and multiprocessor systems" 337-352, 2005

      9 A. Srinivasan, "Fair scheduling of dynamic task systems on multiprocessors" 77 (77): 67-80, 2005

      10 T. Li, "Efficient and scalable multiprocessor fair scheduling using distributed weighted round-robin" 44 (44): 65-74, 2009

      1 "http://www.mattheaton.com/?p=222."

      2 "http://www.hpl.hp.com/research/linux/kernel/ o1-starve.php"

      3 "http://people.redhat.com/mingo/cfs-scheduler/."

      4 "http://people.redhat.com/mingo/O(1)-scheduler /README"

      5 "http://ck.kolivas.org/kernbench/"

      6 Molnar, "The Completely Fair Scheduler"

      7 B. Caprita, "Grouped distributed queues: distributed queue, proportional share multiprocessor scheduling" 72-81, 2006

      8 B. Caprita, "Group ratio round-robin: O (1) proportional share scheduling for uniprocessor and multiprocessor systems" 337-352, 2005

      9 A. Srinivasan, "Fair scheduling of dynamic task systems on multiprocessors" 77 (77): 67-80, 2005

      10 T. Li, "Efficient and scalable multiprocessor fair scheduling using distributed weighted round-robin" 44 (44): 65-74, 2009

      11 L. A. Torrey, "A comparison of interactivity in the Linux 2.6 scheduler and an MLFQ scheduler" 37 (37): 347-364, 2007

      더보기

      동일학술지(권/호) 다른 논문

      동일학술지 더보기

      더보기

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      인용정보 인용지수 설명보기

      학술지 이력

      학술지 이력
      연월일 이력구분 이력상세 등재구분
      2022 평가예정 재인증평가 신청대상 (재인증)
      2019-01-01 평가 등재학술지 유지 (계속평가) KCI등재
      2016-01-01 평가 등재학술지 유지 (계속평가) KCI등재
      2015-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2014-09-16 학술지명변경 한글명 : 정보과학회논문지 : 컴퓨팅의 실제 및 레터 -> 정보과학회 컴퓨팅의 실제 논문지
      외국어명 : Journal of KIISE : Computing Practices and Letters -> KIISE Transactions on Computing Practices
      KCI등재
      2013-04-26 학술지명변경 외국어명 : Journal of KISS : Computing Practices and Letters -> Journal of KIISE : Computing Practices and Letters KCI등재
      2011-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2009-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2008-10-02 학술지명변경 한글명 : 정보과학회논문지 : 컴퓨팅의 실제 -> 정보과학회논문지 : 컴퓨팅의 실제 및 레터
      외국어명 : Journal of KISS : Computing Practices -> Journal of KISS : Computing Practices and Letters
      KCI등재
      2007-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2005-01-01 평가 등재학술지 유지 (등재유지) KCI등재
      2002-01-01 평가 등재학술지 선정 (등재후보2차) KCI등재
      더보기

      학술지 인용정보

      학술지 인용정보
      기준연도 WOS-KCI 통합IF(2년) KCIF(2년) KCIF(3년)
      2016 0.29 0.29 0.27
      KCIF(4년) KCIF(5년) 중심성지수(3년) 즉시성지수
      0.24 0.21 0.503 0.04
      더보기

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼