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 best solutions below