sypark9646 / paper-logs

2022.10 ~
0 stars 0 forks source link

Joint Task Scheduling and Containerizing for Efficient Edge Computing #6

Closed sypark9646 closed 1 year ago

sypark9646 commented 1 year ago

어떤 내용의 논문인가요? 👋

엣지 서버에서 애플리케이션의 실행 효율을 향상시키기 위한 연구

Abstract (요약) 🕵🏻‍♂️

Container-based operation system (OS) level virtualization has been adopted by many edge-computing platforms. However, for an edge server, inter-container communications, and container management consume significant CPU resources. Given an application composed of interdependent tasks, the number of such operations is closely related to the dependency between the scheduled tasks. Thus, to improve the execution efficiency of an application in an edge server, task scheduling and task containerizing need to be considered together. To this end, a joint task scheduling and containerizing (JTSC) scheme is developed in this article. Experiments are first carried out to quantify the resource utilization of container operations. System models are then built to capture the features of task execution in containers in an edge server with multiple processors. With these models, joint task scheduling and containerizing is conducted as follows. First, tasks are scheduled without considering containerization, which results in initial schedules. Second, based on system models and guidelines gained from the initial schedules, several containerization algorithms are designed to map tasks to containers. Third, task execution durations are updated by adding the time for inter-container communications, and then the task schedules are updated accordingly. The JTSC scheme is evaluated through extensive simulations. The results show that it reduces inefficient container operations and enhances the execution efficiency of applications by 60 percent.

이 논문을 읽어서 무엇을 배울 수 있는지 알려주세요! 🤔

컨테이너 및 데몬 프로세스에 대한 기본적인 개념, 컨테이너간 통신 방법

같이 읽어보면 좋을 만한 글이나 이슈가 있을까요?

AI4DL: Mining Behaviors of Deep Learning Workloads for Resource Management Characterizing docker overhead in mobile edge computing scenarios

레퍼런스의 URL을 알려주세요! 🔗

sypark9646 commented 1 year ago

https://sysgongbu.tistory.com/213