sypark9646 / paper-logs

2022.10 ~
0 stars 0 forks source link

A Container Pre-copy Migration Method Based on Dirty Page Prediction and Compression #22

Closed sypark9646 closed 1 year ago

sypark9646 commented 1 year ago

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

컨테이너 라이브 마이그레이션의 사전 복사 알고리즘에 더티 페이지가 반복적으로 전송되는 문제를 해결하기 위한 연구

Abstract (요약) 🕵🏻‍♂️

Container live migration can move the running container between different physical machines without interrupting the operations of container, which brings great flexibility to cloud computing environments. The pre-copy algorithm is a commonly used migration algorithm in live migration. Aiming at the problem of repeated transmission of dirty pages in the pre-copy algorithm, this paper proposes a container pre-copy migration method called MBDPC, which based on dirty page prediction and page compression. The MBDPC method exploits the locality principle of program operations, uses the Random Forest model for dirty page prediction, and skips the transmission of repeated dirty pages. The MBDPC also uses the page incremental compression method in the transmission process, which further reduces the amount of data transmitted and the migration time. Experimental results show that the MBDPC method can significantly reduce the time and data transmission overhead of live migration compared with traditional pre-copy method. Index Terms—container live migration, pre-copy, dirty page prediction, page compression

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

이 논문을 제대로 읽었을 때 어떤 지식을 얻을 수 있을까요?

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

만약에 있다면 자유롭게 작성해 주세요!

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

markdown 으로 축약하지 말고, 원본 링크 그대로 그냥 적어주세요!

sypark9646 commented 1 year ago

https://sysgongbu.tistory.com/222