user6814715
user6814715

Reputation: 119

executing my applications with cloudsim

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?

Upvotes: 0

Views: 575

Answers (1)

Thiago Sá
Thiago Sá

Reputation: 852

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.

Upvotes: 2

Related Questions