Is there a way to take input using excel/csv files in Cloudsim Package? I am testing a load balancing Vm allocation policy

57 views Asked by At

Is there a way to take input from excel sheet/csv file and print output of the console in a text file in Cloudsim package using eclipse. I am testing a new load balancing vm allocation policy and for the same I need to test using atleast 10,000 vm and 50,000 cloudlets having heterogeneous parameters ( wrt size, MIPS, bw etc). I tried using for loop but my results using homogeneous parameters are not desirable. Its not possible to manually create so many objects as it gives "The code of method main(String[]) is exceeding the 65535 bytes limit" error.

0

There are 0 answers