I wrote one simple client-server program using java. The client requests a value from the server and the server will return the value as per the client's request. The value is updating, and, in each call, the client will get new. This client activity is going and in between VM migration will be called.
Can we simulate this scenario using Cloudsim? I need to put the workload as this client activity.
I want to simulate a program/application on cloudsim. But not sure how to convert the program into a cloudlet like in terms of MI, input file size and output file size.