From: Baptiste L. <bap...@st...> - 2015-04-09 15:22:24
|
Dear, I am currently working with CloudSim on an implementation for Hard drive storage. I was looking the Harddrive code (from GridSim and reused in CloudSim) and I have one question: - Do you have any reference that support this equation ? protected double getSeekTime(int fileSize) { double result = 0; if (gen != null) { result += gen.sample(); } if (fileSize > 0 && capacity != 0) { result += (fileSize / capacity); } return result; } Looking forward to your answer. Baptiste Louis PERCCOM Student Skellefteå, Sweden. bap...@st... +46 76-058 46 89 Logo_perccomlogoLTU |