我对论文Luo
数据集来源于论文Fu
不同算法得到的CDF曲线如下图所示
- LASA、RS是放置算法
- GLSA、FCFS是镜像层序列化下载算法
### 准备数据集
# 1. 若是想采用论文[2]的原始数据,按照论文自己配置mongoDB数据库,然后修改一下data.py中的数据库ip即可
# 或 2. 采用提前准备的数据集
cp -r ./storage_demo ./storage
### 运行
python run.py
### 查看结果
# 生成的图片: ./lat_cdf.png
[1] Lou, Jiong, et al. "Efficient container assignment and layer sequencing in edge computing." IEEE Transactions on Services Computing 16.2 (2022): 1118-1131.
[2] Fu, Silvery, et al. "Fast and efficient container startup at the edge via dependency scheduling." 3rd USENIX Workshop on Hot Topics in Edge Computing (HotEdge 20). 2020.