0

I have downloaded the cloudsim and even executed the examples provided in the examples folder of cloudsim. They are working perfectly fine on my system. Now, I have a few applications that have been developed in Java. I want to execute my applications in cloudsim. How can I do that?

user6814715
  • 119
  • 1
  • 1
  • 8

1 Answers1

1

Unfortunately, this is not how CloudSim works. CloudSim is a simulation tool that abstracts applications in the form of Cloudlets. So instead of running applications on it, you need to create cloudlets that represent your application's behavior, which can be challenging depending on how complex it is.

See how you can create a simple model here.

Thiago Sá
  • 832
  • 9
  • 22
  • Thanks so much for the response. – user6814715 Sep 15 '16 at 15:11
  • Yeah, after I posted the question I read more about cloudsim and even surfed through many websites to get an idea about how I can create cloudlets for my applications. But, unfortunately, haven't been able to get the method. – user6814715 Sep 15 '16 at 15:14