sunnyszy / lrb

A C++11 simulator for a variety of CDN caching policies.
BSD 2-Clause "Simplified" License
78 stars 28 forks source link

Exception opening file #16

Closed jzx-bitdb closed 1 year ago

jzx-bitdb commented 1 year ago

image

jzx-bitdb commented 1 year ago

I manually install the simulator in my docker, and test it . I encountered the problem shown above. It looks like the file failed to open, What is the specific reason?

sunnyszy commented 1 year ago

Hi @xuangestallone , the simulator seems not able to find the trace file. Can you double check the file is correctly mounted (e.g. through debug mode)?

jzx-bitdb commented 1 year ago

Thank you very much! I found the answer to my question: The dataset path is wrong. Sorry that I have another question, Where can I find the dataset mentioned in your paper (i.e., CDN-A, CDN-B and CDN-C)?

sunnyszy commented 1 year ago

Great. For the datasets, you can find the wiki one (and a newer version) here: https://github.com/sunnyszy/lrb#traces. For other CDN datasets, I'm afraid that they are not open-sourced.