cloudsim icon indicating copy to clipboard operation
cloudsim copied to clipboard

How to get the total cost of executing a cloudlet?

Open zijie1024 opened this issue 5 months ago • 1 comments

By reviewing the Cloudlet source code, I found that the getProcessingCost() function's return value only includes bandwidth cost, even though the comments state it includes processing cost. If I want to get the total cost, including CPU, Memory, Storage, and Bw, how should I do it? Is there an existing method? If not, should a new method be considered in the future, and how can I get the total cost now?

Image

zijie1024 avatar Aug 10 '25 07:08 zijie1024